/* CSS Document */
@charset "utf-8";


html {
	/* background-color: #eff4fa; */
	/* background-color: #f8f8fe; */
}
body {
	/* background: #fff; */
	/* color: #333333; */
	font-weight: 400;
	-webkit-text-size-adjust: none;
	overdata-x: hidden;
	/* font-size: 12px; */
	padding-top: 0px;
	_padding-top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* min-width: 1400px; */
	/* font-size: 16px; */
	color: #333;
	background-color: #eff4fa;
}

a {
	text-decoration: none;
	/* color: #666; */
	/*transition: all 0.5s ease;*/
	outline: none;-moz-outline-style: none;
}

a:hover {
	text-decoration: none;
	/* color: #ffc001; */
}

img {
	border: 0px;
	/*max-width: 100%*/
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
	/* display: block; */
	/* list-style: none; */
}

fieldset,
img {
	border: 0;
}

iframe {
	background-image: none;
}

input,
textarea {
	outline: none;
}

.clear {
	clear: both;
	height: 0px;
}


.red {
	color: #ffc001
}

.w100 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60px;
}

em {
	font-style: normal;
}

i,
em {
	font-style: normal;
}





.page-center-bg {
	/* padding: 10px 0; */
	/* width: 1270px;
	padding: 15px;
	background-color: #fff;
	margin: 20px auto;
	border-radius: 10px; */
}
@media (max-width: 1300) {
	.page-center-bg {width: auto;}
}

.page-data-wrap {padding: 0 20px;}
@media (max-width: 1200px) {
	.page-data-wrap {padding: 0 15px;}
}
@media (max-width: 768px) {
	.page-data-wrap {padding: 0 10px;}
}

.page-data-wrap2, .head-wrap, .foot-wrap {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 20px;
}
@media (max-width: 1500px) {
	.page-data-wrap2 {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* 栏目标题2 start */
.typename-box2 {
	margin-bottom: 50px;
}
.type-name2 {font-size: 30px;}
.type-name3 {font-size: 25px;}
.type-desc-en2 {
	font-size: 22px;
}

.type-desc-en2 {
	line-height: 40px;
}
.desc-en2-line {
	font-size: 18px;
}
.desc-en2-info {
	margin: 0 15px;
}

.youshi-type-desc {
	color: #666666;
	width: 170px;
    height: 36px;
    line-height: 36px;
	font-size: 15px;
	border: 1px solid #666666;
	margin: 20px auto;
}
@media (max-width: 1200px) {
	.typename-box2 {margin-bottom: 40px;}
	.type-name2 {font-size: 28px;}
	.type-desc-en2 {font-size: 20px;}
	.desc-en2-line {font-size: 16px; }
}
@media (max-width: 992px) {
	.typename-box2 {margin-bottom: 30px;}
	.type-name2 {font-size: 25px; line-height: 1.6;}
	.type-desc-en2 {font-size: 18px; line-height: 1.6;}
	.desc-en2-line {font-size: 14px;}
}
@media (max-width: 768px) {
	.typename-box2 {margin-bottom: 20px;}
	.type-name2 {font-size: 20px;}
	.type-desc-en2 {font-size: 16px;}
	.desc-en2-line {display: none;}
}
@media (max-width: 666px) {
	.typename-box2 {margin-bottom: 15px;}
	.type-name2 {font-size: 18px;}
	.type-desc-en2 {font-size: 15px;}
}
@media (max-width: 480px) {
	.typename-box2 {margin-bottom: 10px;}
	.type-name2 {font-size: 16px;}
	.type-desc-en2 {font-size: 14px;}
}
/* 栏目标题2 end */






/* 留言 start */
.form-box {
	
}
.form-title {
	margin-bottom: 10px;
}
.form-row {
	position:relative; 
	margin: 15px 0;
}
.form-btn-row {margin-bottom: 0;}
.form-label {
	float: left;
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.form-input-bg {
	line-height: 20px; 
	/* overflow: hidden; */
}

.form-input, .form-textarea, .form-select {
	background-color: transparent;
	display: block;
	padding: 0 5px;
	height: 40px;
	border: 1px solid #efefef;
	box-sizing: border-box;
	width: 100%;
	line-height: 25px;
	font-size: 12px;
	border-radius: 2px;
}

.form-textarea { 
	height: 100px;
}
.form-tips-bg {
	padding-top: 10px;
	/* font-size: 16px; */
}
.form-tips-start {position: relative; top:3px; color: #E00;}

.cfff .form-tips-start {
	color: #fff;
}

.form-tips-title {
	font-size: inherit;
}

.form-tips-info {
	font-size: inherit;
	margin-top: 20px;
	line-height: 2;
	color: #666;
}

.form-btn-box {
	text-align:center; 
	margin-top: 30px;
}
.form-btn {
	display:inline-block; 
	width: 120px;
	text-align:center;
	background:#01253d;
	color:#fff;
	line-height: 40px;
	border: 0;
	cursor: pointer;
}

.form-btn:hover {
	opacity: .9;
}

.team-search-form-box .form-label {
	line-height: 23px;
}
.team-search-form-box .form-input, .team-search-form-box .form-textarea, .team-search-form-box .form-select {
	border: 0;
	height: 23px;
	box-shadow: none;
}
.team-search-form-box .form-select {
	height: 22px;
}
@media (max-width: 768px) {
	.form-tips-bg {
		padding-top: 20px;
	}
	.form-label {
		line-height: 33px;
	}
	.form-input, .form-select {
		height: 34px;
		line-height: 20px;
	}
	.form-textarea {
		line-height: 20px;
	}
	.form-btn-box {
		margin-top: 20px;
	}
}
@media (max-width: 560px) {
	.form-box {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.form-box {
		margin-top: 15px;
	}
	.form-label {
		font-size: 14px;
	}
	.form-tips-bg {
		font-size: 14px;
		padding: 0;
	}
	.form-tips-info {margin-top: 10px; line-height: 1.5}
	.form-input, .form-textarea {box-shadow: none;}
	.form-btn-box {
		margin-top: 15px;
	}
	.form-btn {
		line-height: 36px;
	}
}
/* 留言 end */

/* 留言表单 start */
.msg-page-box {
}
.msg-form-box-bg {
	padding: 10px 0;
}
.msg-page-bg {
	padding: 80px 30px;
}
.msg-page-right {
	width: 50%;
	float: left;
	margin-right: 80px;
}

.msg-right-bg {
	margin-top: 38px;
}
.msg-listarc-link {
	border-bottom-style: dashed;
}


.msg-form-row {
	margin: 15px 0;
}
.msg-form-row-item {
	width: 33.333333%;
	float: left;
}
.msg-form-row-bg {
	margin: 5px 0;
}
.msg-form-label {
	width: 60px;
	text-align: right;
}

.msg-form-input, .msg-form-textarea, .msg-form-select {
	background-color: #fff;
	padding: 7px 8px ;
}

.msg-form-btn-box {
	/* text-align: left; */
}

@media (max-width: 768px) {
	.msg-page-right {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.msg-right-bg {
		margin-top: 0;
	}
	.msg-page-bg {
		padding: 30px 10px;
	}
	.msg-form-row-item {
		float: none;
		width: auto;
		margin: 8px 0;
	}
}
@media (max-width: 480px) {
	.msg-form-row {
		margin: 0;
	}
	.msg-form-label {
		width: 40px;
		font-size: 14px;
	}
}
/* 留言表单 end */


/* tab切换 start */
.tab-type-ul {}
.tab-type-title {
	/* border-bottom: 2px solid transparent; */
	cursor: pointer;
}
.tab-type-item.cur .tab-type-title {
	color: #01253d;
	/* border-color: #01253d; */
}
.tab-body-item {display: none;}
.tab-body-item.cur {display: block;}
/* tab切换 end */


/* 列表页banner start */
.list-banner-image-box {
	/* padding-bottom: 15.625%; */
	padding-bottom: 17.079%;
	padding-bottom: 325px;
}
.list-banner-image {
	display: block; width: 100%;
	object-fit: cover;
}
.list-banner-image:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
@media (max-width: 768px) {
	/* .banner-page-box {padding-top: 50px;} */
	.list-banner-image-box {
		padding-bottom: 30%;
	}
}

.list-banner-txt-bg {
	position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 1.8;
    padding: 5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    color: #fff;
}
.list-banner-title {
	font-size: 48px;
    line-height: 1.2;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
}
.list-banner-desc {
	margin-top: 20px;
	font-size: 16px;
    font-weight: normal;
    max-width: 900px;
}
/* 列表页banner end */



/* .list-page-box:nth-of-type(3) {min-height: calc(100vh - 293px); box-sizing: border-box;}
.list-page-box:nth-of-type(4) {min-height: calc(100vh - 353px); box-sizing: border-box;}
.about-list-page-box {min-height: calc(100vh - 353px); box-sizing: border-box;}
.detail-page-box:nth-of-type(3) {min-height: calc(100vh - 293px); box-sizing: border-box;} */


.page-box-height:nth-of-type(3) {/* min-height: calc(100vh - 302px); */ box-sizing: border-box; min-height: calc(100vh - 263px);}
/* .page-box-height:nth-of-type(4) {min-height: calc(100vh - 875px); box-sizing: border-box;} */
.login-page-box-height:nth-of-type(3) {min-height: calc(100vh - 66px); box-sizing: border-box;}
.baogao-page-box-height:nth-of-type(3) {min-height: calc(100vh - 66px); box-sizing: border-box;}



/* 板块标题 start */
.type-entitle, .type-subtitle {font-size: 32px; color: #333333; line-height: 1.6;}
.type-subtitle {font-weight: normal; margin-bottom: 30px;}
.cfff .type-entitle {color: #fff;}
.cfff .type-subtitle {color: #fff;}

.type-subtitle .type-desc {margin-top: 20px;}
.type-subtitle .type-more {font-size: 22px; font-weight: bold;}
@media (max-width: 1200px) {
	.type-entitle, .type-subtitle {font-size: 28px;}
	.type-subtitle {margin-bottom: 25px;}
}
@media (max-width: 768px) {
	.type-entitle, .type-subtitle {font-size: 22px; text-align: center;}
	.type-subtitle {margin-bottom: 20px;}
	.type-subtitle .type-desc {float: none; margin-top: 0;}
	.type-subtitle .type-more {display: none;}
}
@media (max-width: 480px) {
	.type-entitle, .type-subtitle {font-size: 20px;}
	.type-subtitle {margin-bottom: 15px;}
}
@media (max-width: 414px) {
	.type-entitle, .type-subtitle {font-size: 18px;}
	.type-subtitle {margin-bottom: 10px;}
}
@media (max-width: 380px) {
	.type-entitle, .type-subtitle {font-size: 16px;}
	.type-subtitle {margin-bottom: 8px;}
}
/* 板块标题 end */





/****** 首页 start ******/


/* 首页板块样式公共 start */
.home-page-box {padding-top: 30px; padding-bottom: 30px;}
.home-page-box.padding-top-0 {padding-top: 0;}
.home-page-box.padding-bottom-0 {padding-bottom: 0;}

.home-typename-box {
	display: flex;
    /* justify-content: flex-start;
    align-items: flex-end; */
    justify-content: space-between;
    align-items: center;
	margin: 0 auto;
    text-align: center;
    position: relative;
    color: inherit;
    /* line-height: 1.4; */
	padding-bottom: 10px;
	/* border-bottom: 2px solid #01253d; */
	border-bottom: 1px solid #ECECEC;
	margin-bottom: 15px;
	/* border-bottom: 1px solid #aaa; */
}
.home-typename-box:after {
	display: none;
}
.home-type-name {position: relative; padding-left: 15px; line-height: 22px; font-weight: bold;}
/* .home-type-name:after {
	position: absolute;
	width: 3px;
	top: 4px;
	bottom: 4px;
	left: 0;
	background-color: #01253d;
	background-image: -webkit-linear-gradient(#71B0DC, #01253d);
	background-image: -moz-linear-gradient(#71B0DC, #01253d);
	background-image: -ms-linear-gradient(#71B0DC, #01253d);
	background-image: -o-linear-gradient(#71B0DC, #01253d);
	background-image: linear-gradient(#71B0DC, #01253d);
} */
.home-type-more {
	margin-left: 35px;
	/* font-size: 16px; */
	/* color: #01253d; */
	color: #888;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	padding-right: 8px;
}
.more-arrow {display: none;}
.home-type-more-arrow {
	height: 26px;
    display: inline-block;
	display: none;
}
.home-page-body-bg {
	/* padding: 10px; border-radius: 5px;
	background-color: #fff; */
}

.home-type-more:hover {
	color: #01253d;
	font-weight: bold;
}
/* 首页板块样式公共 end */


/* 趋势预测 start */
.qushi-page-body-bg {margin: 0 -10px;}
.qushi-page-item-bg {margin: 0 10px; height: 100%;}
.qushi-type-nav-row {margin-bottom: 50px;}
.qushi-type-ul {padding: 10px 50px; border-radius: 50px; background-color: #707070;}
.qushi-type-li {float: left; padding: 0 15px; float: left;}
.qushi-type-title {color: #ccc; line-height: 24px; font-size: 16px;}
.qushi-type-li.cur>.qushi-type-title {color: #fff; border-color: #fff;}
.qushi-page-item-body-bg {
	height: calc(100% - 42px); box-sizing: border-box;
	/* background-color: #fff;
	padding: 5px; */
	/* padding: 10px; box-shadow: 0 0 10px rgba(0,0,0,.1); */
}
.qushi-page-content { /* overflow-x: auto; */ height: 100%; padding: 5px; box-sizing: border-box;}
.qushi-page-content img {/* max-width: none; */ width: 100%; height: 100%; object-fit: cover;}
.qushi-page-image {cursor: pointer; height: 100%;}
.qushi-page-image:hover {transform: scale(1.01);}
/* 趋势预测 end */


/* 行业动态 start  */
.qushi-page-content, .hangye-news-list-ul {height: 352px;}
.hangye-news-list-li {}
.hangye-news-list-li+.hangye-news-list-li {margin-top: 1px;}
.hangye-news-list-link {cursor: pointer; /* background-color: #fff; */ padding: 5px; display: block;}
.hangye-news-list-left {
	float: left;
	width: 103px;
}
@media (min-width: 1221px) and (max-width: 1440px){
	.hangye-news-list-left {
		width: 25.8%;
	}
}
.hangye-news-list-image-box {
	/* padding-bottom: 100px; */
}
.hangye-news-list-right {
	/* margin-left: 10px; */
	padding-left: 10px;
	overflow: hidden;
}
.hangye-news-list-right {
	margin-left: 10px;
}
.hangye-news-list-title {
	color: #333333;
	font-size: 16px;
	line-height: 22px;
}
.hangye-news-list-desc {
	margin-top: 10px;
	color: #999999;
	height: 40px;
	line-height: 20px;
	font-size: 13px;
}
.hangye-news-list-time {
	margin-top: 10px;
	color: #666;
	/* font-size: 14px; */
}

.hangye-news-list-link:hover .hangye-news-list-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #034481, #01253d);
	background-image: -moz-linear-gradient(to right, #034481, #01253d);
	background-image: -ms-linear-gradient(to right, #034481, #01253d);
	background-image: -o-linear-gradient(to right, #034481, #01253d);
	background-image: linear-gradient(to right, #034481, #01253d);
}
@media (max-width: 768px) {
	.kuaisu-page-bg {
		display: block;
		padding: 0 5px;
	}
	.speediness-left, .speediness-right {float: none; width: auto;}
	
	.speediness-page-btn {
		margin: 20px auto;
	}
	
	.hangye-news-list-li {display: block;}
	.hangye-news-list-left {float: left;}
	.hangye-news-list-right {overflow: hidden; margin-left: 0; padding-left: 10px;}
	.hangye-news-list-title {}
}
/* 行业动态 end */


/* 行业研究 start */
.hangyeyanjiu-list-ul {margin: 0 -20px;}
.hangyeyanjiu-list-li {width: 33.333333333%; float: left;}
.hangyeyanjiu-list-link {margin: 0 20px;  display: block; position: relative;
	/* background-color: #fff; */
	height: 100%;
	/* padding: 8px; box-shadow: 0 0 10px rgba(0,0,0,.1); */
}
.hangyeyanjiu-list-image-box {padding-bottom: 62.5%; /* padding-bottom: 109%; */ /* padding-bottom: 68.75%; */}
.hangyeyanjiu-list-image {}
.hangyeyanjiu-list-title-box {
	/* position: absolute; right: 0; left: 0; bottom: 0; color: #fff; */
	padding-top: 15px;
}
/* .hangyeyanjiu-list-title-box1 {top: 0;}
.hangyeyanjiu-list-title-box2 {top: 50%; -webkt-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.hangyeyanjiu-list-title-box3 {bottom: 0;} */
.hangyeyanjiu-list-title {/* font-size: 22px; */ text-align: center; font-size: 16px;}

@media (max-width: 1200px) {
	.hangyeyanjiu-list-image {}
}
@media (max-width: 992px) {
	.hangyeyanjiu-list-link {margin: 10px;}
}
@media (max-width: 768px) {
	.hangyeyanjiu-list-li {}
	.hangyeyanjiu-list-link {border-radius: 8px;}
	/* .hangyeyanjiu-list-image-box {padding: 5px;} */
}
@media (max-width: 480px) {
	.hangyeyanjiu-list-link {margin: 3px;}
	/* .hangyeyanjiu-list-title-box {padding: 0;}
	.hangyeyanjiu-list-title {position: absolute; top: 50%; right: 5%; left: 5%; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 15px; height: 40px; overflow: initial;} */
}
/* 行业研究 end */


/* 行业数据 start */
.hangyedata-list-ul {margin: 0 -8px;}
.hangyedata-list-li {width: 50%; float: left;}
.hangyedata-list-li3 {width: 100%;}
.hangyedata-list-link-bg {padding: 10px 8px 0; height: 100%; box-sizing: border-box; position: relative;
	padding-top: 50px;
}
.hangyedata-list-short {
	position: absolute; top: 0; left: 0; right: 0; padding-top: 5px; line-height: 45px; text-align: center; z-index: 1;
	/* font-weight: bold; */
	font-size: 16px;
}
.hangyedata-list-link {display: block; position: relative;
	min-height: 383px;
	height: 100%;
	/* padding: 8px; box-shadow: 0 0 10px rgba(0,0,0,.1); */
	/* background-color: #fff; */
	/* background-image: url(../images/tongjibg1.jpg); */
	background-size: cover;
	position: relative;
	border: 1px solid #efefef;
}
/* .hangyedata-list-link:before {content: ""; display: block; border-top: 1px solid #fff; position: absolute; bottom: 0; left: 0; right: 0; height: 60px; filter: blur(3px), contrast(4.4), brightness(2.3); background-color: rgba(30, 118, 242, .1); background-image: linear-gradient(to right, #ebf6ff, rgba(30, 118, 242, .1), #ebf6ff);} */

.hangyedata-list-link-bg {}
.hangyedata-list-image-box {
	/* padding-bottom: 109%; */
	padding-bottom: 62.5%;
}
.hangyedata-list-image {}
.hangyedata-list-title-box {position: absolute; top: 0; right: 0; left: 0; padding: 20px;}
.hangyedata-list-title {font-size: 18px;}
.hangyedata-list-link:hover {color: #000;}
@media (max-width: 1200px) {
	.hangyedata-list-image {}
	.hangyedata-list-title-box {padding: 40px 30px;}
	.hangyedata-list-title {font-size: 26px;}
}
@media (max-width: 992px) {
	.hangyedata-list-link {margin: 10px;}
	.hangyedata-list-title-box {padding: 30px 25px;}
	.hangyedata-list-title {font-size: 24px;}
}
@media (max-width: 768px) {
	.hangyedata-list-li {}
	.hangyedata-list-link {border-radius: 8px;}
	/* .hangyedata-list-image-box {padding: 5px;} */
	.hangyedata-list-title-box {padding: 20px; top: 0; background-color: rgba(0,0,0,.3);}
	.hangyedata-list-title {font-size: 20px; white-space: normal;}
}
@media (max-width: 480px) {
	.hangyedata-list-link {margin: 3px;}
	.hangyedata-list-title-box {padding: 0;}
	.hangyedata-list-title {position: absolute; top: 50%; right: 5%; left: 5%; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); font-size: 15px; height: 40px; overflow: initial;}
}

.hangyedata-page-tubiao-bg {/* padding: 30px; */}
.hangyedata-page-tubiao {min-height: 437px;}
.hangyedata-page-tubiao-row+.hangyedata-page-tubiao-row {margin-top: 1.6%;}
.hangyedata-page-tubiao-item {/* width: 50%; float: left; */ width: 100%; box-sizing: border-box; border: 1px solid #efefef; border-radius: 8px; padding: 30px; background-color: #fff;}
.hangyedata-page-tubiao-item+.hangyedata-page-tubiao-item {margin-top: 30px;}
.hangyedata-page-tubiao-item-48 {margin-top: 0 !important; width: 49.2%;}
.hangyedata-page-tubiao-body {height: 437px;}
/* 行业数据 end */


/* 新闻列表 start*/
.listnews-ul {
	/* padding: 0 20px; */
}
.listnews-li {
}
.listnews-li+.listnews-li {
	/* border-top: 1px solid #aaa; */
	margin-top: 10px;
}

.listnews-link {
	display: block;
	cursor: pointer;
	background-color: #fff;
	/* padding: 15px; */
	/* border: 1px solid #efefef; */
	/* -webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms; */
	/* background-color: #fff;
	background-color: rgba(255, 255, 255, .3); */
	/* border: 1px solid #efefef; */
}
.listnews-link::after {
	content: "";
	display: block;
	clear: both;
}
.listnews-image-box {
	padding-bottom: 62.5%;
}

.listnews-left {
	width: 256px;
	margin-right: 20px;
}

.listnews-image-box {
	/* padding-bottom: 150px; */
}

.listnews-right {
	overflow: hidden;
}
.listnews-right-bg {padding-top: 18px; padding-right: 20px;}
.listnews-time-row {/* font-size: 16px; */ margin-top: 15px; color: #666; line-height: 25px;}
.listnews-time {}
.listnews-see-num {margin-left: 5px;}
.listnews-title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* margin-top: 15px; */
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.listnews-short{
	margin-top: 5px;
	color: #666;
}
.listnews-desc {
	overflow: hidden;
	margin-top: 15px;
	/* font-size: 15px; */
	line-height: 25px;
	height: 50px;
	color: #666;
}

.listnews-day {
	font-size: 40px;
	line-height: 45px;
	display: block;
}

.listnews-link:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	/* border-color: #01253d; */
}
.listnews-link:hover .listnews-title {
	color: #244aa8;
}
/* .listnews-li:hover .listnews-title {
	color: #151515;
} */
.listnews-li:hover .listnews-image {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}


@media (max-width: 768px) {
	.listnews-bg {
		padding: 0;
		overflow: hidden;
	}
	.listnews-link {
		padding: 15px;
		margin: 10px 0;
		/* box-shadow: 0 0 10px #dedede; */
	}

	.listnews-image {
		width: 160px;
		height: 120px;
	}
	.listnews-right {
		padding: 10px 15px 0;
	}

	.listnews-title, .listnews-short {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.listnews-title {
		margin-right: 5px;
	}

	.listnews-desc {
		font-size: 12px;
		line-height: 17px;
		height: 32px;
		padding-right: 0;
		margin-top: 8px;
	}

	.listnews-time {
		font-size: 12px;
		color: #999;
		margin-top: 10px;
		display: block;
	}
}
@media (max-width: 480px) {
	.listnews-link {
		padding: 8px;
		margin:5px 0;
	}
	
	.listnews-right {padding: 5px 10px 0;}
	.listnews-image {
		width: 120px;
		height: 90px;
	}
	.listnews-desc {margin-top: 2px;}
	.listnews-time {margin-top: 2px; line-height: 20px;}
}
@media (max-width: 414px) {
	.listnews-right {padding: 2px 8px 0;}
	.listnews-image {
		width: 100px;
		height: 80px;
	}
}

/* 新闻列表 end*/


/* 热点讨论 start */
.hot-page-body-bg {
	/* padding: 10px 30px; */
}

.hot-type-name-box {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
}
.hot-type-name {font-size: 20px;}

.hot-cat-name-box {
	padding: 20px;
	/* border-bottom: 1px solid #e9e9e9; */
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 1px #dedede;
}
.hot-cat-name {font-size: 18px;}

.hot-list-ul {
	padding: 10px 0;
	margin: 0 -10px;;
}
/* .hot-list-li {width: 33.33333333%; float: left;} */
.hot-list-li {border-bottom: 1px solid #efefef;}
.hot-list-li-bg {
	margin: 0;
	padding: 20px;
	background-color: #fff;
	border-radius: 5px;
	/* box-shadow: 0 0 1px #dedede; */
}
.hot-list-li-bg1 {
	border-top: 0;
}
.hot-list-left {
	float: left;
	margin-right: 15px;
}
.hot-list-icon {
	display: block;
	/* height: 90px; */
	height: 45px;
	width: 45px;
	border-radius: 50%;
}

.hot-list-title-box {
	/* line-height: 30px; */
}
.hot-list-title-item {
	/* display: inline-block; */
}
.hot-list-title {
	/* font-size: 16px; */
}
.hot-list-status {
	color: #e00;
	margin-right: 20px;
}
.hot-list-time {
	color: #999;
	/* font-size: 13px; */
	/* margin-right: 20px; */
}
.hot-list-star-box {
	/* margin-right: 20px; */
}
.hot-list-star {
	/* margin-top: 6px; */
	display: block;
}
.hot-list-desc {
	margin-top: 5px;
	color: #666;
	line-height: 22px;
	height: 44px;
}
.hot-list-desc2 {height: auto;}



.hot-not-bg {
	padding: 59px 0;
	border-radius: 10px;
}

.hot-not-title {
	/* margin-top: 15px; */
    display: inline-block;
    font-size: 14px;
    color: #999;
}
@media (max-width: 768px) {
	.hot-type-name-box {
		padding-top: 10px;
	}
	.hot-not-bg {
		padding: 50px 0;
	}
}
@media (max-width: 480px) {
	.hot-type-name-box {
		padding-top: 5px;
	}
	.hot-not-bg {
		padding: 38px 0;
	}
}
/* 热点讨论 end */


/****** 首页 end ******/


/* 评论 start */
.pinlun-typename-box {margin-bottom: 20px;}
.pinlun-type-name {font-size: 14px; line-height: 18px; font-weight: bold;}
.pinlun-type-star-box {margin-left: 5px;}
.pinlun-type-star-icon {margin-left: 5px; height: 20px; cursor: pointer;}
/* 评论表单 start */
.pinglun-form-textarea, .pinglun-form-input {
	border: 1px solid #ddd;
	padding: 5px;
	color: #000;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}
.pinglun-form-textarea {
	/* height: 249px; */
	resize: none;
	padding: 5px 10px;
}
.pinglun-form-label {
	font-weight: normal;
	width: auto;
}
.pinglun-form-input {
	height: 35px;
	margin: 2px 10px 0 0;
}

.msg-form-row-item-fr {float: right;}
.pinglun-form-btn {
	float: right;
	color: #fff;
	background-color: #01253d;
	line-height: 33px;
	width: 90px;
	font-size: 14px;
	/* box-shadow: 0 2px 10px 0 rgba(40,87,255,.4); */
	/* background-image: -webkit-linear-gradient(#71B0DC, #01253d);
	background-image: -moz-linear-gradient(#71B0DC, #01253d);
	background-image: -ms-linear-gradient(#71B0DC, #01253d);
	background-image: -o-linear-gradient(#71B0DC, #01253d);
	background-image: linear-gradient(#71B0DC, #01253d); */
}
.pinglun-form-btn:hover {
	opacity: .9;
}

.pinglun-form-textarea[disabled] {
	background-color: #fafafa;
	border-color: #dedede;
	cursor: not-allowed;
}
.pinglun-form-btn[disabled], .pinglun-form-btn[disabled]:hover {
	opacity: .5;
    cursor: not-allowed;
}

@media (max-width: 768px) {
	.pinglun-form-row {
		margin: 10px 0;
	}
	.pinglun-form-row .msg-form-row-item {
		float: left;
		width: 50%;
	}
	.pinglun-form-input {
		height: 33px;
		margin: 0;
	}
	.pinglun-form-textarea {
		height: 180px;
	}
	.pinglun-form-btn {
		width: 130px;
		line-height: 33px;
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.pinglun-form-row {
		margin: 8px 0;
	}
	.pinglun-form-textarea {
		height: 120px;
	}
}
/* 评论表单 end */


/* 评论列表 start */
.pinglun-type-name-box {
	padding: 15px 0;
	border-bottom: 1px solid #e9e9e9;
}
.pinglin-list-ul {
	padding: 10px;
}
.pinglin-list-li-bg {
	/* margin: 0 10px; */
	padding: 15px 0;
	border-top: 1px dashed #dedede;
}
.pinglin-list-li-bg1 {
	border-top: 0;
}
.pinglin-list-left {
	float: left;
	margin-right: 20px;
}
.pinglin-list-icon {
	width: 45px;
	height: 45px;
	display: block;
	border-radius: 50%;
}

.pinglin-list-title-box {
	/* line-height: 30px; */
}
.pinglin-list-title-item {
	/* display: inline-block; */
}
.pinglin-list-title {
	color: #333;
	margin-right: 3px;
}
.pinglin-list-status {
	color: #e00;
	margin-right: 20px;
}
.pinglin-list-time {
	margin-top: 5px;
	color: #999;
	font-size: 13px;
	/* margin-right: 20px; */
}
.pinglin-list-star-box {
	/* margin-right: 20px; */
}
.pinglin-list-star {
	/* margin-top: 6px; */
	display: block;
}
.pinglin-list-desc {
	margin-top: 5px;
	color: #666;
}



.pinglin-not-bg {
	padding: 80px 0;
}

.pinglin-not-title {
	margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}
@media (max-width: 768px) {
	.pinglun-type-name-box {
		padding-top: 10px;
	}
	.pinglin-not-bg {
		padding: 50px 0;
	}
}
@media (max-width: 480px) {
	.pinglun-type-name-box {
		padding-top: 5px;
	}
	.pinglin-not-bg {
		padding: 38px 0;
	}
}
/* 评论列表 end */


/* 关于我们 start */
.about-type-nav-row {margin-bottom: 40px;}
.about-page-body-bg {padding: 30px; background-color: #fff; border-radius: 10px;}
.about-type-ul {background-color: #CECECE;}
.about-type-li {float: left; padding: 0 20px; float: left;}
.about-type-title-icon {height: 25px;}
.about-type-title {display: block; line-height: 24px; font-size: 16px; padding: 10px 0 6px; border-bottom: 4px solid transparent;}
.about-type-li.cur, .about-type-li:hover {background-color: #E5E5E5;}
.about-type-li.cur>.about-type-title {border-color: #000;}
.about-page-left {
	float: right;
    width: 520px;
}
.about-page-image-box {
	padding-bottom: 530px;
}
.about-page-image {
	
}
.about-page-right {
	margin-right: 520px;
	padding-right: 60px;
	position: relative;
}
.about-page-content {
	/* padding: 20px 0; */
	/* line-height: 30px; */
	line-height: 2.5;
	font-size: 18px;
	overflow: hidden;
	/* height: 300px; */
}
.cfff .about-page-content {
	color: #fff;
}
.about-page-content img {
	max-width: 100%;
}
.about-page-ul {}
.about-page-li {
	width:46%;
	margin:15px 2%;
	float:left;
	padding:30px 0;
}
.about-page-li3 {width:96%;padding-top:70px;border-top:1px dashed #E6E6E6;}
.about-page-link {display: block;position: relative;overflow: hidden;}
.about-page-image-box {
	overflow: hidden;
}
.about-page-image {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}



@media (max-width:1200px){
	.about-page-left {width: 400px;}
	.about-page-image-box {
		padding-bottom: 460px;
	}
	.about-page-right {margin-right: 400px; padding-right: 50px;}
}

@media (max-width:992px){
	.about-page-content {padding: 0; line-height: 1.6; /* height: 154px; */}
}

@media (max-width:888px){

	.about-page-left {float: none; width: auto;}
	.about-page-right {margin-right: 0; padding: 10px 0;}
	/* .type-more-box { text-align: center;} */
}

@media (max-width:768px){
	.about-page-image-box {
		padding-bottom: 56%;
		/* border-radius: 5px; */
	}
	.about-page-content  {line-height: 1.6; height: auto;}
	
}

@media (max-width:620px){
	.about-page-body {font-size:12px;line-height:20px;}
}

@media (max-width: 480px){
	.about-page-content  {padding: 5px 0;}

}
@media (max-width: 414px){
	.about-page-right {padding-bottom: 0;}

}
@media (max-width: 380px){
}
@media (max-width: 360px){
	
}
/* 关于我们 end */


/* 行业数据 start */
.hangye-data-type-nav-row {margin-bottom: 40px;}
.hangye-data-type-ul {background-color: #CECECE;}
.hangye-data-type-li {float: left; padding: 0 8%; float: left; width: 34%;}
.hangye-data-type-title-icon {height: 25px;}
.hangye-data-type-title {display: block; line-height: 24px; font-size: 16px; padding: 10px 0 6px; border-bottom: 4px solid transparent;}
.hangye-data-type-li.cur, .hangye-data-type-li:hover {background-color: #E5E5E5;}
.hangye-data-type-li.cur>.hangye-data-type-title {border-color: #000;}

.tongji-btn-li {width: 33.33333333%;}

.hangye-table-row {margin-top: 10px; min-height: 487px;}
.hangye-table-row2 {margin-top: 0;}
.layui-table-page {background-color: #fff;}
/* 行业数据 end */


/* 企业数据 start */
.data-list-ul {display: block; padding: 20px 50px; box-shadow: 0 0 10px #E6E6E6; margin-right: -220px; font-size: 0; margin-top: 50px; overflow: hidden; background-color: #fff;}
.data-list-li {display: inline-block; width: 33.33333%;}
.data-list-bg { border-left: 1px solid #E6E6E6; padding: 0 5px; text-align: center;}
.data-list-li:first-child .data-list-bg {border: 0;}
.data-list-title-row {display: block;}
.data-list-title {font-size: 50px; color: #01253d;}
.data-list-short {color: #999999; font-size: 14px; font-weight: normal;}
.data-list-desc {font-size: 14px; color: #666;}



@media (max-width:1200px){
	.data-list-ul {margin-top: 30px; margin-right: -120px; padding: 20px 30px;}
	.data-list-title {font-size: 40px;}
}

@media (max-width:992px){
}

@media (max-width:888px){
	.data-list-ul {margin-right: 0; margin-top: 20px;}
	
	/* .type-more-box { text-align: center;} */
}

@media (max-width:768px){
	.data-list-ul {padding: 15px 0;}
}

@media (max-width:620px){
}

@media (max-width: 480px){
	.data-list-li {float: left;}
	.data-list-title {font-size: 30px;}
	.data-list-desc {font-size: 13px; }
}
@media (max-width: 414px){
	.data-list-ul {margin: 10px -8px 0;}
	.data-list-title {font-size: 25px;}
	.data-list-desc {font-size: 12px; }
}
@media (max-width: 380px){
}
@media (max-width: 360px){
	.data-list-desc {height: 34px; line-height: 17px; }
	
}
/* 企业数据 end */


/* 列表页面子导航 start */
.nav-child-box {
	background-color: #fff;
	/* border-bottom: 1px solid #eee; */
	/* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
	border-radius: 10px;
	/* max-width: 1480px;
	margin: 0 auto; */
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
	/* background: #fff; */
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1px solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
	/* padding:5px; */
	/* margin: 0 -20px; */
}
/* .nav-child-ul.tab-type-ul {margin: 0;} */
.nav-child-li {
	float: left;
	/* width: 25%; */
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	/* background: #fff; */
	/* margin: 0 1px; */
	display: block;
	color: #373737;
	font-size: 16px;
	padding: 15px 0;
	line-height: 30px;
	margin: 0 20px;
	position: relative;
}

@media (min-width: 769px) {
	.nav-child-link:before {
		content: '';
	    height: 3px;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 0;
	    opacity: 0;
	    transition: all 0.36s;
		background-color: #01253d;
		background-image: -webkit-linear-gradient(to right, #034481, #01253d);
		background-image: -moz-linear-gradient(to right, #034481, #01253d);
		background-image: -ms-linear-gradient(to right, #034481, #01253d);
		background-image: -o-linear-gradient(to right, #034481, #01253d);
		background-image: linear-gradient(to right, #034481, #01253d);
	}

	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		/* background: #01253d; */
		color: #01253d;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-image: -webkit-linear-gradient(to right, #034481, #01253d);
		background-image: -moz-linear-gradient(to right, #034481, #01253d);
		background-image: -ms-linear-gradient(to right, #034481, #01253d);
		background-image: -o-linear-gradient(to right, #034481, #01253d);
		background-image: linear-gradient(to right, #034481, #01253d);
	}
	.nav-child-link:hover:before,
	.nav-child-li.cur .nav-child-link:before {
		width: 100%;
	    opacity: 1;
	}
}

@media (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}
@media (max-width:768px) {
	.nav-child-box .wrap {
		padding: 0;
	}
	.nav-child-ul {margin:  -3px;}
	.nav-child-li {
		width: 25%;
	}
	.nav-child-link {
		font-size: 14px;
		padding: 10px 0;
	}
	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		background: #01253d;
		color: #fff;
	}
}
@media (max-width: 480px) {
	.nav-child-box {
		background-color: #f5f5f5;
		border-bottom: 0;
	}
	.nav-child-box .wrap, .nav-child-box .w1400 {padding: 8px;}
	.nav-child-li {
		width: 50%;
	}
	.nav-child-link {
		margin: 3px;
		border: 0;
		padding: 5px;
		border-radius: 3px;
		background-color: #fff;
	}
}
/* 列表页面子导航 end */


/* 翻页 start */
.pagesize {
	text-align: center;
	padding: 30px 0;
}

.pagesize li {
	display: inline-block;
}

.pages a {cursor: pointer;}
.pagesize a,
.pagesize select {
	display: inline-block;
	padding: 0 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #707070;
	font-size: 14px;
	line-height: 32px;
	/* background-color: #dedede; */
	border: 1px solid #efefef;
	border-radius: 3px;
	text-align: center;
}

.pagesize a:hover,
.pageBox a:active,
.pagesize .cur {
	background: #ffc001;
	color: #FFFFFF;
	border-color: #ffc001;
	text-decoration: none;
}

.pagesize a.cur {
	color: #fff;
}

@media (max-width: 768px) {
	.pagesize {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.pagesize {
		padding: 5px 0 0;
	}

	.pagesize a {
		padding: 0 9px;
		line-height: 24px;
		height: auto;
		font-size: 12px;
		margin-bottom: 5px;
	}
}

/* 翻页 end */


/* 合作伙伴 start */
.partner-list-ul {
	min-height: 137px;
	padding: 0 5px;
}

.partner-list-li {
	float: left;
	width: 16.66666666667%;
}
.partner-list-li-1 {width: 33.333333333%;}
.partner-list-link {
	margin: 5px;
	/* cursor: unset; */
	display: block;
	/* box-shadow: 0 0 2px #dedede; */
	box-shadow: 8px 8px 20px rgba(55,99,170,.1);
	background-color: #fff;
}
.partner-list-left {width: 50px; margin-right: 8px;}
.partner-list-row {padding: 5px;}
.partner-list-image-box {
	position: relative;
	padding-bottom: 50%;
	background-color: #fff;
	/* padding-bottom: 100%; */
}

.partner-list-image {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.partner-list-right-bg {height: 50px;}
.partner-list-more-box {
	margin-top: 30px;
}
.partner-list-title {font-weight: bold; font-size: 16px;}
.partner-list-more {
	display: block;
	width: 160px;
	line-height: 40px;
	color: #fff;
	background: #01253d;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}


.partner-list-link:hover {box-shadow: 0 2px 8px #dedede; box-shadow: 0 0 20px rgba(55,99,170,.1);}

.partner-list-image:hover  {box-shadow: none;}
@media (max-width: 992px) {
	.partner-list-li {
		/* width: 25%; */
	}
	.partner-list-link {
		margin: 12px ;
	}
}

@media (max-width: 768px) {
	.partner-list-ul {
		padding: 0;
	}
	.partner-list-li {
		width: 33.33333333%;
	}

	.partner-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.partner-list-link {
		margin: 10px;
	}
}

@media (max-width: 480px) {
	.partner-list-li {
		width: 50%;
	}

	.partner-list-link {
		margin: 5px;
	}
	.partner-list-more-box {
		margin-top: 10px;
	}
}

/* 合作伙伴 end */




/* 联系方式 start */
.contact-page-body {
	/* padding: 20px 0; */
}

.contact-page-left {float: left; width: 45%;}


.contact-page-right {overflow: hidden;}
.contacnt-info-bg {padding: 20px 0 0 30px;}
.contacnt-info {line-height: 30px; }

@media (max-width: 1200px) {
	.contacnt-list-image {height: 70px;}
	.contacnt-list-desc {line-height: 20px; }
}
@media (max-width: 992px) {
	.contact-page-left-bg {padding: 0 20px 0 0;}
}
@media (max-width: 768px) {
	.contacnt-info-bg {padding: 8px;}
	.contact-page-left {float: none; width: auto;}
	.contact-page-left-bg {padding: 0;}
}
@media (max-width: 480px) {
	.contacnt-info-bg {padding: 5px;}
	.contacnt-info {line-height: 25px;}
}
/* 联系方式 end */


/* 地图 start */
.map-box {
	/* margin-top: 30px; */
	/* height: 500px; */
	height: 330px;
}

.map-box img {
	max-width: none;
}

.home-map-box {
	height: 532px;
}

#dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 0;
}

@media (max-width: 1200px) {
	.map-box {
		height: 300px;
	}
}

@media (max-width: 992px) {
	.map-box {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.map-box {
		margin-top: 25px;
		height: 220px;
	}
	.BMap_bubble_content {font-size: 14px;}
}

@media (max-width: 480px) {
	.map-box {
		margin-top: 15px;
		height: 200px;
	}
	.BMap_bubble_content {font-size: 13px;}
}

/* 地图 end */



/* 联系地址 start */
.contact-address-bg {
	margin-top: 60px;
	background-color: #f6f6f6;
	color: #000;
	padding: 30px 0;
	font-size: 0;
	text-align: center;
}

.contact-item {
	/* width: 33.3333%;
	float: left; */
	display: inline-block;
	font-size: 14px;
}

.contact-item-bg {
	padding: 0 20px 50px;
	width: 260px;
	margin: 41px 15px 0;
	text-align: center;
	/* background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	position: relative;
	/* background-color: #fff;
	border: #e6e6e6 solid 1px;
	box-shadow: 0px 5px 20px #E6E6E6; */
	background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.contact-item-icon {
	margin-top: -41px;
}

.contact-item-info {
	line-height: 25px;
	margin: 20px 0 0 0;
}

.contact-item-title {
	margin-top: 10px;
	font-size: 18px;
}

.contact-item-desc {
	margin: 30px 0 10px;
	height: 50px;
	overflow: hidden;
}

.contact-item-btn {
	background: #ffb82a;
	border-radius: 1px 1px 1px 1px;
	width: 100px;
    height: 34px;
    line-height: 34px;
	color: #fff;
	margin: 0 auto;
}
.contact-btn-Contact {
	background: #91bb4f;
}
.contact-btn-Mailbox {
	background: #4accd9;
}


.page-body-image {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.contact-item-bg {width: 220px;}

	.contact-item-title {
		font-size: 16px;
	}
}

@media (max-width:992px) {
	.page-body-bg {padding: 30px 10px;}
	.contact-item { width: 33.33333%;}
	.contact-item-bg {width: auto;}
	.contact-item-info {
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.contact-address-bg {
		margin-top: 30px;
	}
	.contact-item {
		width: 48%;
	}
	.contact-item-bg {
		margin-top: 60px;
		padding-bottom: 60px;
	}
	.contact-item-desc {margin-top: 10px; /* height: auto; */}
}

@media (max-width:480px) {
	.contact-address-bg {
		margin-top: 15px;
	}
	.page-body-bg  {padding: 0;}
	.contact-item {
		width: 96%;
	}
	.contact-item-bg {
		padding-bottom: 60px;
	}

	.contact-item-info {
		height: auto;
		font-size: 14px;
	}
	.contact-item-desc {height: auto;}
	.contact-item-btn {
		margin-top: 20px;
	}
}
/* 联系地址 end */


/* 招聘 start */
.job-list {
	padding: 15px 0;
}

.job-detail-title {
	font-size: 18px;
}

.job-item-title {
	font-size: 16px;
}

@media (max-width: 768px) {
	.job-list {
		padding: 0 5px 10px;
	}

	.job-detail-title {
		font-size: 14px;
		color: #000;
	}

	.job-attr-box {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}

	.job-item-title {
		font-size: 14px;
		color: #000;
	}

	.job-item-info {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}
}

/* 招聘 end */


/* 图片列表 start */
.listimg-li {
	width: 25%;
	float: left;
	text-align: center;
}

.listimg-link {
	margin: 10px;
	display: block;
	position: relative;
}

.listimg-image-box {
	overflow: hidden;
	/* padding: 10px;
	background-color: #dedede; */
	padding-bottom: 100%;
	position: relative;
}

.listimg-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listimg-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.listimg-title-box {
	padding: 8px;
	/* background-color: #f5f5f5; */
	background-color: rgba(0,0,0,.7);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.listimg-link:hover .listimg-title-box {
	/* background-color: rgba(196,0,0,.7); */
	/* background-color: rgba(179,141,84,.7); */
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.listimg-title {
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media (max-width: 1200px) {
	.listimg-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
		.listimg-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listimg-li {
		width: 50%;
	}
	/* .listimg-image-box {padding: 5px;} */
	.listimg-image {
		/* height: 195px; */
	}
	.listimg-title-box {
		padding: 5px;
	}
	.listimg-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.listimg-link {margin: 8px;}
	.listimg-image {
		/* height: 150px; */
	}
}

@media (max-width: 380px) {
	.listimg-link {margin: 5px;}
	.listimg-image {
		/* height: 120px; */
	}
}
/* 图片列表 end */


/* 企业分析 start */
.qiyefenxi-page-box {padding-bottom: 20px;}
.listcase-ul {margin: 0 -20px;}
.listcase-li {
	width: 33.3333333%;
	float: left;
	position: relative;
	transition: all ease 300ms;
}
.listcase-link {
	margin: 0 20px;
	display: block;
	overflow: hidden;
	/* box-shadow: 0 0 5px #dedede; */
	/* box-shadow: 0 0 10px rgba(0,0,0,.1); */
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    /* border-radius: 5px; */
    background-color: #fff;
}
.listcase-image-box {padding-bottom: 62.5%; /* border-radius: 5px; */ /* padding-bottom: 68.75%; */}
.listcase-title-box {padding: 20px; line-height: 30px; 
	/* border: 2px solid #efefef; */
	/* border: 2px solid #fff; */
	border-bottom: 0;
}
.listcase-more {font-size: 16px; color: #666;}

.listcase-title {
	font-size: 18px;
	transition: all ease 300ms;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
	position: relative;
	font-weight: bold;
	/* font-weight: normal; */
}
.listcase-info {
	/* padding: 20px; */
	/* border: 2px solid #efefef; */
	/* border: 2px solid #fff; */
	padding: 20px;
}
.listcase-short {font-size: 16px; line-height: 20px;/* height: 40px; */ text-align: center;}
.listcase-time-row {margin-top: 15px; line-height: 25px;}
.listcase-btn {
	line-height: 25px;
	padding: 0 15px;
	border: 0;
}
.listcase-time {color: #999; /* font-size: 16px; */ /* color: #01253d; */}

@media (min-width: 769px) {
	.listcase-link:hover {
		/* background: #dedede; */
		/* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); */
		/* border-color: transparent; */
		transform: scale(1.01);
	}
	/* .listcase-link:hover .listcase-title-box, .listcase-link:hover .listcase-info {border-color: #01253d;} */
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.listcase-link {margin: 10px;}
	.listcase-title {line-height: 30px; height: auto; font-size: 14px;}
}

@media (max-width: 666px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
	.listcase-li {
		width: 50%;
	}
	.listcase-link {margin: 5px;}
}
/* 企业分析 end */


/* 产品列表-列表 start */
.listpro-ul {
	/* padding: 0 10px; */
}

.listpro-li {
	width: 33.33333333%;
	position: relative;
	float: left;
}

/* .listpro-li:nth-of-type(2n+1) {
	margin-right: 4%;
} */

.listpro-link {
	margin: 22px;
	border: 1px solid #e5e5e5;
}

.listpro-left {
	width: 100%;
	/* float: left; */
	position: relative;
	overflow: hidden;
}


.listpro-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listpro-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listpro-right {
	/* position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 56%; */
	/* padding: 20px; */
	/* background-color: rgba(0, 0, 0, .7); */
	position: relative;
	padding: 10px 40px 10px 10px;
	background-color: #fff;
}

.listpro-link:hover .listpro-right {
	background-color: rgba(199,0,0, 1);
	color: #fff;
}

.listpro-title {
	font-size: 16px;
	line-height:40px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.listpro-title-line {
	width: 30px;
	height: 3px;
	margin-bottom: 15px;
}

.listpro-attr {
	padding: 5px 0;
}

.attr-item {
	display: inline-block;
	margin-right: 20px;
}

.attr-title {
	color: inherit;
}

.listpro-info {
	margin: 25px 0;
	line-height: 23px;
	display: none;
}

.listpro-button-box {
	/* margin-top: 10px; */
	text-align: center;
	width: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/plus.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.listpro-button {
	display: inline-block;
	padding: 2px 2px 2px 4px;
	line-height: 28px;
	width: 28px;
	height: 30px;
	font-size: 25px;
	color: #B8914E;
	text-align: center;
	/* background-color: #fff;
	border-radius: 50%; */
	margin: 0 auto;
	font-size: 0;
	display: none;
}

@media (max-width: 1200px) {
	.listpro-image {height: 190px;}
}

@media (max-width: 992px) {
	.listpro-info {
		line-height: 22px;
		font-size: 13px;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {

	.listpro-ul {
		padding: 0;
	}

	.listpro-li {
		width: 50%;
	}

	.listpro-right {
		/* position: static;
		left: 0;
		background: none; */
		padding: 8px 20px 8px 8px;
		color: #666;
	}

	.listpro-link:hover .listpro-right {
		background-color: rgba(184, 145, 78, .75);
		color: #fff;
	}

	.listpro-image {
		height: 220px;
	}

	.listpro-title {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.listpro-title-line {
		margin-bottom: 5px;
	}

	.listpro-info {
		margin: 5px 0;
		font-size: 12px;
		line-height: 17px;
		height: 51px;
		overflow: hidden;
	}

	.listpro-button-box {
		width: 36px;
	}

	/* .listpro-button {
		background-color: #B8914E;
		color: #fff;
	} */

	.listpro-link:hover .listpro-button {
		background-color: #fff;
		color: #B8914E;
	}
}

@media (max-width: 560px) {
	.listpro-left {}

	.listpro-image {
		height: 160px;
	}
	.listpro-right {
		padding: 5px;
	}
	.listpro-info {
		height: 68px;
		margin-top: 0;
	}

	.listpro-button-box {
		display: none;
	}
	.listpro-button {
		margin-bottom: 3px;
	}
}

@media (max-width: 480px) {
	.listpro-link {
		margin: 5px;
	}
	.listpro-title {
		line-height: 25px;
		font-size: 13px;
	}
	.listpro-button {
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 23px;
		padding: 0;
	}

	.listpro-image {
		height: 150px;
	}
}

@media (max-width: 380px) {

	.listpro-image {
		height: 130px;
	}
}

/* 产品列表-列表 end */


/* 视频列表 start */
.listvideo-li {width: 25%; float: left; text-align: center;}
.listvideo-link {margin: 10px; display: block; position: relative;}

.listvideo-image-box {}
.listvideo-image {}
.listvideo-title-box {padding: 10px 10px 0;}
.listvideo-title {font-size: 16px;}


.listvideo-link:hover {
	color: #01253d;
}

@media (max-width: 992px) {
		.listvideo-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listvideo-li {width: 50%;}
	.listvideo-title-box {padding: 8px 8px 0;}
	.listvideo-title {font-size: 14px;}
}
@media (max-width: 480px) {
	.listvideo-link {margin: 8px;}
}
@media (max-width: 380px) {
	.listvideo-link {margin: 5px;}
}
/* 视频列表 end */


/* 文章列表 start */
.case-list-li {
	float: left;
	width: 50%;
}

.case-list-li {
	width: 33.333333%;
}

.case-list-li.last {
	
}

.case-list-link {
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
}

.case-list-link {
	padding: 0;
}

/* .case-list-link:hover {
	box-shadow: 0 0 10px #dedede;
} */

.case-list-image-box {
	overflow: hidden;
	padding-bottom: 62.5%;
	position: relative;
}

.case-list-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.case-list-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-list-info {
	padding: 15px 0;
}

.case-list-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
}

.case-list-link:hover .case-list-title {
	color: #ffc001;
}

.case-list-time {
	margin-top: 5px;
	color: #999;
}

.case-list-desc {
	color: #666;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.case-list-box {
	margin-top: -30px;
}
.case-case-type {
	padding-bottom: 20px;
}

.case-list-type {
	margin-top: 12px;
}

.list-type-name {
	display: inline-block;
    position: relative;
	max-width: 100%;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
}

.list-type-more {
	max-width: 100%;
    float: right;
    display: block;
    position: relative;
	line-height: 28px;
	height: 28px;
	width: 40px;
    overflow: hidden;
	font-size: 20px;
	color: #aaa;
	background-image: url(../images/arrowR.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 13px;
}
@media (max-width: 1200px) {
	.case-list-link {margin: 10px; padding: 0 10px;}
}
@media (max-width: 992px) {
	.case-list-li {width: 50%; }
	.case-list-info {padding: 10px;}
}
@media (max-width: 768px) {
	.case-list-box {
		margin-top: -20px;
	}
	/* .case-list-ul.swiper-wrapper {display: flex;} */
	/* .case-list-li {width: 48%;} */
	.case-list-info {padding: 8px;}
	.case-list-title {font-size: 14px;}
	.case-list-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}
@media (max-width: 480px) {
	.case-case-type {padding-bottom: 5px;}
	.case-list-box {
		margin-top: -10px;
	}
	.case-list-link {padding: 0; margin: 5px;}
	.case-list-info {padding:8px 5px;}
}
/* 新闻列表 end */




/* 文章详情 start */
.detail-title-box {
    position: relative;
	text-align: center;
}
.detail-news-title {
    /* font-size: 25px;
    line-height: 30px; */
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 10px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.detail-title-time {
	color: #adadad;
	/* font-size: 13px; */
	margin-bottom: 20px;
}
.detail-title-line {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}

.detail-body {
	font-size: 16px;
    line-height: 30px;
	/* color: #676767; */
}
.arc-detail-body {
	min-height: 220px;
}
.detail-body img {max-width: 100%;}

.detail-body ul, .about-info-content ul, .page-content ul {
	padding-left: 40px;
}
.detail-body li, .about-info-content li, .page-content li {
	display: list-item;
	list-style: disc;
}

.detail-body video {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}
@media (max-width: 1200px){
	.detail-body video {
		height: auto;
	}
}

.detail-body iframe {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}

.detail-body iframe video {
	width: 100%;
	height:100%;
}
@media (max-width: 1200px){
	.detail-body iframe {
		height: 440px;
	}
}
@media (max-width: 992px){
	.detail-body iframe {
		height: 380px;
	}
}
@media (max-width: 768px){
	.detail-body iframe {
		height: 320px;
	}
}
@media (max-width: 480px){
	.detail-body iframe {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.detail-news-title { font-size: 18px; margin-bottom: 12px; line-height: 25px; }
	.detail-title-box {text-align: center;}
}
@media (max-width: 480px) {
	.detail-news-title { font-size: 16px; margin-bottom: 8px; }
	.detail-title-time { margin-bottom: 8px; }
	.detail-title-line {margin: 8px 0;}
	.detail-time {padding: 5px 0; display: none;}
	.detail-body { line-height: 25px; font-size: 13px;}
}
/* 文章详情 end */




/* 图片详情 start */
.img-typename-box {border-bottom:1px solid #efefef;}
.img-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #333;display:inline-block;font-size:16px;}

.img-desc-box {padding:15px 0 30px; overflow: hidden;}
.desc-left {float:left;width:450px;}
.desc-image-box {border: 1px solid #efefef;}
.desc-image {width:100%; height:300px; background-position: center; background-repeat: no-repeat; background-size: cover;}

.desc-right {margin-left:500px; margin-top: 10px;}

.desc-title {font-weight:normal;color:#585858;margin-bottom:30px;}
.desc-bd {color:#666;min-height:90px;line-height:30px; font-size: 16px; }

@media (min-width:1200px){
	.desc-bd {min-height:90px;}
}

.desc-button-box {margin-top:20px;}
.desc-icon {margin-right: 3px;margin-top: 9px;height:20px;}
.desc-button {
	border:1px solid #233;
	border-radius:5px;
	color:#233;
	line-height: 38px;
	font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.image-bshare {overflow: hidden;}
.img-detail {padding:20px 0; overflow: hidden;}
.detail-image-ul {padding:20px 0;}
.detail-image-li {text-align:center;}
.detail-image-li img {max-width:100%;margin:5px 0;display:block;}


.arc-typename-box {border-bottom:1px solid #01253d;}
.arc-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #01253d;display:inline-block;font-size:18px;}

.detail-bd {padding:20px 0; line-height: 2;
 color: #333;
 font-size: 18px;}
.detail-bd img {max-width: 100%;}
@media (max-width:1200px){
	.desc-left {width: 380px;}
	.desc-right {margin-left:410px;}
}
@media (max-width:992px){
	.desc-left {width:360px;}
	.desc-image {height: 260px;}
	.desc-right {margin-left:390px;}
	.desc-title {margin-bottom: 15px;}
}
@media (max-width:920px){
	.desc-left {width:320px;}
	.desc-right {margin-left:340px;}
	.desc-title {font-size: 18px;}
}
@media (max-width:888px){
	.desc-left {width:auto; float: none;}
	.desc-image { height: 320px;}
	.desc-right {margin-left:0;}
}
@media (max-width:768px){
	.desc-left {width:320px;}
	.desc-right {margin-left:350px;}
}
@media (max-width:768px){
	.img-desc-box {padding:0;}
	.desc-left {width:auto;float:none;}
	.desc-image { height: 360px;}
	.desc-right {margin-left:0;
		/* display: none; */
	}
	.desc-title {padding:5px 0;margin:0;font-size:14px; font-weight: bold;}
	.desc-bd {line-height:1.5;font-size:12px;min-height:auto;}
	.desc-button-box {margin-top:10px;}
	.desc-button {line-height:30px;padding:0 10px;font-size:14px;}
	.desc-icon {height:18px;margin:6px 0;}
	
	.image-bshare {display: none;}
	
	.img-detail {padding:10px 0 0;}
	.arc-typename {line-height:30px;font-size:14px;}
	.detail-image-ul {padding:8px 0;}
	.detail-image-li img {margin:3px 0;}
	.detail-bd {padding:10px 5px; line-height: 1.6; font-size: 14px;}
}
@media (max-width: 480px){
	.desc-image { height: 240px;}
	.desc-right {margin-top: 0;}
	
}
/* 图片详情 end */


/* 业务领域 start */
.bus-list-entitle, .bus-list-subtitle { color: #333333; }
.bus-list-entitle { font-size: 28px; margin-bottom: 10px; }
.bus-list-subtitle {font-weight: normal; font-size: 24px; margin-bottom: 30px; }
.bus-list-link {display: block; margin: 50px 0;}
.bus-list-left { width: 870px; max-width: 100%;}
.bus-list-left-odd  {float: right;}
.bus-list-left-even  {float: left;}
.bus-list-image { width: 100%; /* height: 582px; */}
.bus-list-info {position: relative; /* overflow: hidden; */}
.bus-list-info-bg { 
	position: absolute; top: 50%; background-color: #fff; padding: 60px 35px; box-shadow: 0 0 10px #dedede;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bus-list-info-bg-odd {
	left: 0;
	margin-left: 10px;
}
.bus-list-info-bg-even {
	right: 0;
	margin-right: 10px;
}
.bus-list-content {
 max-width: 390px;
}
.bus-list-desc {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #8c8c8c;
}
.bus-list-more-row {
	margin-top: 50px;
}
.bus-list-more {
	display: block;
	width: 128px;
    line-height: 43px;
	background: #ffc001;
	color: #fff;
	text-align: center;
}
@media (max-width: 768px) {
	.bus-list-link {margin: 30px 0;}
	.bus-list-left-odd, .bus-list-left-even { float: none;}
	.bus-list-info-bg {position: static; transform: none; padding: 30px;}
	.bus-list-info-bg-odd, .bus-list-info-bg-even {margin: 0;}
	.bus-list-entitle {font-size: 20px;}
	.bus-list-subtitle {font-size: 18px; margin-bottom: 10px;}
	.bus-list-more-row {margin-top: 20px;}
}
@media (max-width: 560px) {
	.bus-list-link {margin: 0 0 20px;}
	.bus-list-info-bg {padding: 20px;}
	.bus-list-entitle {font-size: 18px;}
	.bus-list-subtitle {font-size: 16px; }
	.bus-list-desc {line-height: 25px;}
	.bus-list-more-row {margin-top: 10px;}
	.bus-list-more { width: 100px; line-height: 32px; font-size: 13px;}
}
/* 业务领域 end */


/* 筛选条件 start */
.classify-screen {
	border-radius: 5rem;
    /* border: 1rem solid #ececec;
    padding: 5rem 20rem; */
	margin-bottom: 10rem;
	font-size: 16rem;
	color: #565682;
}
.home-classify-screen {
	margin-bottom: 0;
}
.classify-page-body-bg {
	overflow: hidden;
	/* background-color: #f8f8f8; */
    background: #FFF;
	/* box-shadow: 0 0 6rem rgba(0,0,0,.16); */
	border-radius: 10px;
	padding: 10px;
	/* border: 1px solid #efefef; */
}
.home-classify-page-body-bg {
	box-shadow: none;
	margin-bottom: 0;
	min-height: 502rem;
}
.classify-box-shengfen {display: none;}
.classify-box-shengfen.cur {display: block;}
.classify-row {
    position: relative;
    _zoom: 1;
    line-height: 20rem;
	padding: 1rem 0;
}
.classify-name-box {
    float: left;
	/* padding: 5px 0; */
	margin-right: 20px;
}
.classify-name-box, .classify-choose {padding: 5px 0;}
.classify-name {
    width: 100rem;
    white-space: nowrap;
    overflow: hidden;
	/* color: #000; */
	/* text-align: justify; */
	/* font-weight: bold; */
	padding-right: 10px;
	/* border-right: 2px solid #01253d; */
	margin: 6px 0;
	text-align: left;
	position: relative;
	text-align: center;
}
.classify-name:after {
	position: absolute;
	width: 2px;
	top: 3px;
	bottom: 3px;
	right: 0;
	background-color: #01253d;
	background-image: -webkit-linear-gradient(#71B0DC, #01253d);
	background-image: -moz-linear-gradient(#71B0DC, #01253d);
	background-image: -ms-linear-gradient(#71B0DC, #01253d);
	background-image: -o-linear-gradient(#71B0DC, #01253d);
	background-image: linear-gradient(#71B0DC, #01253d);
}
.classify-screen-con {
    overflow: hidden;
    zoom: 1;
	/* background-color: #fff; */
}

.classify-choose {}
.classify-choose-li {
	float: left;
}
.classify-choose-link {
    display: block;
	vertical-align: top;
	margin: 3rem;
	cursor: pointer;
	padding: 0 12rem;
	text-align: center;
	padding: 3px 15px;
	border-radius: 3px;
	/* font-size: 13px; */
}

.classify-choose-title {
	zoom: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	line-height: 20px;
}


.classify-choose-link:hover, .classify-choose-link.selected {
    color: #fff;
   /* background-color: #01253d;
    background-image: -webkit-linear-gradient(#71B0DC, #01253d);
    background-image: -moz-linear-gradient(#71B0DC, #01253d);
    background-image: -ms-linear-gradient(#71B0DC, #01253d);
    background-image: -o-linear-gradient(#71B0DC, #01253d);
    background-image: linear-gradient(#71B0DC, #01253d); */
	/* background-color: #01253d;
	box-shadow: 0 2px 2px 0 rgba(40,87,255,.4); */
	background-color: #EBF1FF;
	color: #01253d;
}

@media (max-width: 1200px) {
	.classify-choose-li {
		width: auto;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.classify-choose-link {
		margin-right: 5rem;
	}
}
@media (max-width: 992px) {
	.classify-screen {
		margin-bottom: 20rem;
	}
}
@media (max-width: 768px) {
	.classify-type-name {
		padding: 10rem;
		text-align: center;
	}
	.classify-screen {
		padding: 0;
		margin-bottom: 15rem;
	}
	.classify-page-body-bg {
		padding: 15rem;
		border-radius: 8rem;
	}
	.classify-row {
		/* padding: 5rem 0; */
	}

	.classify-name, .classify-choose-title {
		font-size: 12rem;
		margin: 2rem 0;
		line-height: 24rem;
		font-size: inherit;
	}
	.classify-name {
		display: block;
		/* margin-top: 0;
		float: none; */
		font-weight: normal;
		color: #000;
		width: 60rem;
	}
	.classify-screen-con {
		/* margin-top: 5rem; */
		padding: 5rem;
	}
	.classify-choose-link {
		padding: 0 10rem;
	}
	.classify-choose-title {
		display: block;
		/* padding: 3rem 0; */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (max-width: 480px) {
	.classify-screen {
		margin-bottom: 10rem;
	}
	.classify-choose-link {
		padding: 0 8rem;
	}
	.classify-choose-title {
	}
}
/* 筛选条件 end */


/* 团队精英 start */
.team-page-body-bg {
	padding: 30px 10px;
	border-radius: 10px;
}
.team-list-ul {
	/* padding-top: 30px; */
}
.team-list-li {
	width: 25%;
	float: left;
}
.team-list-link {
	display: block;
	margin: 10px;
	cursor: pointer;
}
.team-list-image-box-width {max-width: 160px; margin: 0 auto;}
.team-list-image-box {
	/* padding-bottom: 133.333333333%; */
	padding-bottom: 100%;
	border-radius: 50%;
}
.team-list-image {
	
}

.team-list-info {
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
}
.team-list-title-box {/* margin-top: 10px; */} 
.team-list-title {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #01253d;
}
.team-list-short {
	color: #000;
}
.team-list-title-fenge {color: #01253d;}
.team-list-attr-box {margin-top: 5px;}
.team-list-attr {line-height: 25px; overflow: hidden;}
.team-list-desc {
	line-height: 25px;
	margin-top: 15px;
}

@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 888px) {
}
@media (max-width: 768px) {
	.team-list-ul {
		padding-top: 20px;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: box;
		display: flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* .team-list-li { width: 50%; } */
	.team-list-image {height: 220px;}
	.team-list-title {margin-top: 10px;}
	.team-list-short {margin-top: 10px;}
	.team-list-desc {margin-top: 10px; font-size: 13px; line-height: 20px; height: 57px;}
}
@media (max-width: 560px) {
	.team-list-li { width: 100%; float: none; }
	.team-list-link {margin: 5px;}
	.team-list-image {height: 190px;}
	.team-list-title {margin-top: 8px;}
	.team-list-short {margin-top: 8px;}
	.team-list-desc {margin-top: 8px; }
}
@media (max-width: 480px) {
	.team-list-ul {
		padding-top: 10px;
	}
	.team-list-image {height: 160px;}
	.team-list-title {margin-top: 6px; font-size: 15px;}
	.team-list-short {margin-top: 6px;}
	.team-list-desc {margin-top: 6px; }
}
@media (max-width: 414px) {
	.team-list-image {height: 150px;}
	.team-list-title { font-size: 14px;}
}
/* 团队精英 end */


/* 社区*/
.list-shequ-ul {
	/* background-color: #fff;
	padding: 20px; */
}
.list-shequ-bg {
	padding: 10px 0;
	background-color: #fafafa;
}

.list-shequ-li {

}
.list-shequ-li+.list-shequ-li {}
.list-shequ-li-bg {
	position: relative;
	display: block;
	/* cursor: pointer; */
	/* margin: 10px; */
	padding: 20px;
	/* border: 1px solid #efefef; */
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background-color: #fff;
	/* background-color: rgba(255, 255, 255, .3); */
	/* box-shadow: 0 0 5px #dedede; */
	border-bottom: 1px solid #eaeaea;
}
.list-shequ-li-bg1 {
	/* padding-top: 0; */
}
.list-shequ-li-bg::after {
	content: "";
	display: block;
	clear: both;
}
.list-shequ-link {display: block;}

.story-item-bg {
	width: 100%;
    height: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,#ebf1ff,#feffff);
    opacity: 0;
    border-radius: 4px;
}

.list-shequ-image-box {
	position: relative;
	overflow: hidden;
}

.list-shequ-left {
	width: 280px;
	margin-right: 20px;
}
.list-shequ-image-box {
	/* padding-bottom: 150px; */
}

.list-shequ-right {
	overflow: hidden;
}
.list-shequ-right-bg {}
.list-shequ-right-bg-1 {padding-top: 20px;}
.list-shequ-right-row+.list-shequ-right-row {margin-top: 15px;}

.list-shequ-time-row {color: #666; line-height: inherit;}
.list-shequ-time {
	overflow: hidden;
	float: left;
	font-size: 16px;
	line-height: 20px;
}
.list-shequ-hits {margin-left: 5px;}
.list-shequ-star {margin-left: 5px;}
.list-shequ-star-icon {margin: 2px 0; float: left; height: 16px; margin-left: 5px;}

.list-shequ-title {
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.list-shequ-desc {
	margin-top: 15px;
	font-size: 15px;
	overflow: hidden;
	color: #666;
}

.list-shequ-attr-row {
	font-size: 16px;
	line-height: 25px;
	display: block;
}

.list-shequ-li-bg:hover {
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
	transform: scale(1.02);
	z-index: 2;
}
.list-shequ-li-bg:hover .story-item-bg, .listnews-link:hover .story-item-bg, .list-baogao-link:hover .story-item-bg {
	opacity: 1;
}

.list-shequ-li-bg:hover .list-shequ-title {
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #034481, #01253d);
	background-image: -moz-linear-gradient(to right, #034481, #01253d);
	background-image: -ms-linear-gradient(to right, #034481, #01253d);
	background-image: -o-linear-gradient(to right, #034481, #01253d);
	background-image: linear-gradient(to right, #034481, #01253d); */
}
.list-shequ-li:hover .list-shequ-image {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}






.list-shequ-left-2 {width: 180px;}
.list-shequ-left-bg-2 {}
.list-shequ-user-left {width: 100px; margin-right: 20px;}
.list-shequ-user-icon {border-radius: 50%;}
.list-shequ-user-item {margin: 10px 0;}
.list-shequ-user-title {font-size: 18px; }
.list-shequ-user-short {font-size: 16px; color: #666;}
.list-shuju-row {padding-top: 20px; cursor: unset;}
.list-shuju-item {line-height: 20px; font-size: 16px; color: #666; /* width: 33.333333333%; */ float: right;}
.list-shuju-item-bg {margin-left: 20px;}
.dianzan-btn-box {margin-right: 20px;}
.list-shuju-pinlun1-item .list-shuju-item-bg {cursor: pointer; }
.list-shuju-icon {margin-top: 2px; height: 16px; /* margin-right: 2px; */}
.list-shuju-num {display: inline-block; /* min-width: 30px; */ white-space: nowrap;}


.list-shequ-pinlun-row {padding: 20px; background-color: #f8f8f8; display: none;}
.list-shequ-pinlun-row.cur {display: block;}

.list-shuju2-row {padding-top: 15px; display: none;}

@media (max-width: 768px) {
	.list-shequ-bg {
		padding: 0;
		overflow: hidden;
	}
	.list-shequ-li-bg {
		padding: 15px;
		margin: 10px 0;
		/* box-shadow: 0 0 10px #dedede; */
	}

	.list-shequ-image {
		width: 160px;
		height: 120px;
	}
	
	.list-shequ-left {
		margin-right: 20px;
	}

	.list-shequ-title-box {
		font-size: 14px;
		line-height: 20px;
	}

	.list-shequ-title, .list-shequ-short {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.list-shequ-title {
		margin-right: 5px;
	}

	.list-shequ-desc {
		font-size: 12px;
		line-height: 17px;
		padding-right: 0;
		margin-top: 8px;
	}
	.list-shequ-time-row {margin-top: 10px;}
	.list-shequ-time {
		font-size: 12px;
		color: #999;
		display: block;
	}
}
@media (max-width: 480px) {
	.list-shequ-li-bg {
		padding: 8px;
		margin:5px 0;
	}
	
	.list-shequ-left {
		margin-right: 15px;
	}
	.list-shequ-image {
		width: 120px;
		height: 90px;
	}
	.list-shequ-desc {margin-top: 2px;}
	.list-shequ-time-row {margin-top: 2px;line-height: 20px;}
	.list-shequ-time {}
}
@media (max-width: 414px) {
	.list-shequ-left {
		margin-right: 10px;
	}
	.list-shequ-image {
		width: 100px;
		height: 80px;
	}
}
/* 社区 end */


/* 社区详情 start */
.shequ-detail-page-body-bg {padding: 40px;}
.shequ-detail-title {}

.dianzan-btn-box {cursor: pointer;}
/* 社区详情 end */


/* 行业专题 start */
.zhuanti-page-left {width: calc(100% - 350px); float: left;}
.zhuanti-page-right {width: 340px; float: right; position: absolute; top: 0; right: 0; bottom: 0;}
.zhuanti-page-right-bg {height: 100%; box-sizing: border-box;}
/* 行业专题 end */


/* 梯队 start */
.zhuanti-page-body-row-bg {
	/* border:1px solid #efefef; */ overflow: hidden; /* box-shadow: 0 0 5px #dedede; */ background-color: #fff; 
	border-radius: 10px;
	/* border: 1px solid #FFF; */
	/* background-color: #f5f7fa; */
}
.zhuanti-page-right-item {height: 100%; box-sizing: border-box; /* border: 1px solid #efefef; botder-top: 0; */}
.zhuanti-page-row-left {}
.zhuanti-page-row-left-bg {
	height: 100%; background-color: #f8f8f8; /* background-color: #f5f5f5; */ min-height: 200px; /* border-right: 1px solid #efefef; */
	/* -webkit-background-image: linear-gradient(#e6f3ff, #0152D9);
	-moz-background-image: linear-gradient(#e6f3ff, #0152D9);
	-ms-background-image: linear-gradient(#e6f3ff, #0152D9);
	-o-background-image: linear-gradient(#e6f3ff, #0152D9);
	background-image: linear-gradient(#f4faff, #C1D8FB); */
	/* color: #fff; */
	background-color: #fff;
    /* background: linear-gradient(180deg, #EEF5FF 39.53%, #FFF 99.77%); */
	background-image: -webkit-linear-gradient(#71B0DC, #01253d);
	background-image: linear-gradient(#71B0DC, #01253d);
	color: #fff;
}
.zhuanti-left-type-name {padding: 7px; width: 30px; font-size: 18px; font-weight: bold; text-align: center;}

@media (min-width: 769px) {
	.zhuanti-page-row-left {position: absolute; top: 0; bottom: 0; left: 0;}
}
.zhuanti-page-row-right {margin-left: 54px;}
.zhuanti-page-row-right-bg {/* padding: 15px; */ /* background-color: #fff; */ /* border:1px solid #efefef; border-left: 0; */}



.tidui-right-row+.tidui-right-row {margin-top: 30px;}
.tidui-right-type-name-box {line-height: 20px; font-size: 16px; /* background-color: #f5f5f5; */ margin-bottom: 15px; border-bottom: 1px solid #f8f8f8;}
.tidui-right-type-name, .tidui-right-type-desc {padding: 10px 15px;}
.tidui-right-type-name {
	/* background-color: #01253d;
	background-image: -webkit-linear-gradient(#71B0DC, #01253d);
	background-image: -moz-linear-gradient(#71B0DC, #01253d);
	background-image: -ms-linear-gradient(#71B0DC, #01253d);
	background-image: -o-linear-gradient(#71B0DC, #01253d);
	background-image: linear-gradient(#71B0DC, #01253d); */
	/* min-width: 162px; */
	/* box-shadow: 0 2px 10px 0 rgba(40,87,255,.4) */
	/* color: #fff;
	min-width: 90px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	background-color: #1679ff;
	padding: 6px 12px; */
	/* border-left: 3px solid #01253d;
	line-height: 1;
	padding: 0;
	padding-left: 12px;
	font-weight: bold;
	color: #333; */
	/* color: #01253d;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #034481, #01253d);
	background-image: -moz-linear-gradient(to right, #034481, #01253d);
	background-image: -ms-linear-gradient(to right, #034481, #01253d);
	background-image: -o-linear-gradient(to right, #034481, #01253d);
	background-image: linear-gradient(to right, #034481, #01253d); */
}
.tidui-right-type-desc {}
/* 梯队 end */


/* 行业专家代表 end */
.rencaiku-team-list-ul {padding: 5px 5px 0; min-height:150px;}
.rencaiku-team-list-li {width: 16.66666667%;}
.rencaiku-team-list-link {margin: 0 5px;}
.rencaiku-team-list-image-box-width {max-width: 120px;}
.rencaiku-team-list-info {font-size: 14px;}
.rencaiku-team-list-attr {height: 40px; line-height: 20px;}
/* 行业专家代表 end */
/* 行业人才数据库 start */
.rencaiku-right-row+.rencaiku-right-row {margin-top: 20px;}
.rencaiku-type-name {font-size: 28px;}
.rencaishujuku-list-ul {margin: 0 -8px;}
.rencaishujuku-list-li {width: 50%; float: left;}
.rencaishujuku-list-link {margin: 0 8px;}
.rencaishujuku-list-info {/* background-color: #2A2A45; color: #fff; */ /* padding: 15px; */ padding: 0 5px;}
.rencaishujuku-list-desc {height: 300px; width: 100%;}
/* 行业人才数据库 end */

/* 封面页右侧专题研究 start */
.zhuanti-news-right-type-name-box {/* padding: 15px; */ border-bottom: 1px solid #f8f8f8; background-color: #fff;}
.zhuanti-news-right-type-name, .zhuanti-news-right-type-desc {}
.zhuanti-news-right-type-name {
	/* color: #fff;
	background-color: #01253d;
	background-image: -webkit-linear-gradient(#71B0DC, #01253d);
	background-image: -moz-linear-gradient(#71B0DC, #01253d);
	background-image: -ms-linear-gradient(#71B0DC, #01253d);
	background-image: -o-linear-gradient(#71B0DC, #01253d);
	background-image: linear-gradient(#71B0DC, #01253d); */
	/* background-color: #f8f8f8; */
	/* font-weight: bold; */
	/* background-color: #efefef; */
	/* float: left;
	border-bottom: 4px solid #01253d; */
	/* text-align: left;
	padding-left: 12px;
	border-left: 3px solid #01253d;
	line-height: 1;
	font-weight: bold;
    color: #333; */
}

.tidui-right-type-name, .zhuanti-news-right-type-name {
	position: relative;
	font-weight: bold;
	padding: 15px;
	float: left;
	font-size: 16px;
}
.tidui-right-type-name:before, .zhuanti-news-right-type-name:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 6px;
	left: 50%;
	margin-left: -10px;
	border-radius: 3px;
	transition: all 0.36s;
	background-color: #01253d;
	background-image: -webkit-linear-gradient(to right, #71B0DC, #01253d);
	background-image: -moz-linear-gradient(to right, #71B0DC, #01253d);
	background-image: -ms-linear-gradient(to right, #71B0DC, #01253d);
	background-image: -o-linear-gradient(to right, #71B0DC, #01253d);
	background-image: linear-gradient(to right, #71B0DC, #01253d);
}
.zhuanti-news-right-type-desc {}
.zhuanti-news-page-body-bg {margin: 0 -10px;}
.zhuanti-news-page-item {}
.zhuanti-news-page-item-bg {margin: 0 10px;}

.list-zhuanti-news-bg {
	padding: 10px 0;
	background-color: #fafafa;
}

.list-zhuanti-news-ul {padding: 10px; /* max-height: 1212px; */ overflow-y: auto; height: calc(100% - 64px);}
.list-zhuanti-news-ul::-webkit-scrollbar {
	width: 3px; 
	height: 6px;
	background: #f8f8f8;
	display: none;
} 
.list-zhuanti-news-ul::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	border-radius: 3px; 
} 
.list-zhuanti-news-ul::-webkit-scrollbar-thumb { 
	border-radius: 3px; 
	height: 60%; 
	background: #dedede;
}
.list-zhuanti-news-li {

}
.list-zhuanti-news-li+.list-zhuanti-news-li {margin-top: 10px;}
.list-zhuanti-news-link {
	display: block;
	cursor: pointer;
	/* background-color: #fff; */
	/* box-shadow: 8px 8px 20px rgba(55,99,170,.1); */
}
.list-zhuanti-news-link1 {margin-top: 0; }
.list-zhuanti-news-link::after {
	content: "";
	display: block;
	clear: both;
}

.list-zhuanti-news-left {
	width: 102.5px;
	/* margin-right: 2.9166666667%; */
	margin-right: 3%;
}
@media (min-width: 1221px) and (max-width: 1440px){
	.list-zhuanti-news-left {
		width: 30%;
	}
}

.list-zhuanti-news-image-box {
	/* padding-bottom: 58%; */
}

.list-zhuanti-news-right {
	overflow: hidden;
}
.list-zhuanti-news-right-bg {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
}
.list-zhuanti-news-right-bg-1 {}
.list-zhuanti-news-right-row+.list-zhuanti-news-right-row {margin-top: 10px;}


.list-zhuanti-news-hits {margin-left: 5px;}
.list-zhuanti-news-star-icon {margin-top: 1px; margin-left: 5px;}

.list-zhuanti-news-title {
	font-size: 16px;
    /* font-weight: normal; */
}
.list-zhuanti-news-desc {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	color: #666;
	
}
.list-zhuanti-news-desc.ellipsis-3 {height: 75px;}

.list-zhuanti-news-time-row {line-height: inherit; font-size: 14px;}
.list-zhuanti-news-time {
	overflow: hidden;
	color: #666;
}

.list-zhuanti-news-attr-row {
	font-size: 16px;
	line-height: 25px;
	display: block;
}
.list-zhuanti-news-more-row {margin-top: 15px;}
.list-zhuanti-news-more {
	font-size: 16px;
    color: #01253d;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}



.list-zhuanti-news-left-bg-2 {padding-top: 10px;}
.list-zhuanti-news-user-left {width: 100px; margin-right: 20px;}
.list-zhuanti-news-user-icon {border-radius: 50%;}
.list-zhuanti-news-user-item {margin: 10px 0;}
.list-zhuanti-news-user-title {font-size: 18px; }
.list-zhuanti-news-user-short {font-size: 16px; color: #666;}


.list-zhuanti-news-link:hover {}
.list-zhuanti-news-link:hover .list-zhuanti-news-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #034481, #01253d);
	background-image: -moz-linear-gradient(to right, #034481, #01253d);
	background-image: -ms-linear-gradient(to right, #034481, #01253d);
	background-image: -o-linear-gradient(to right, #034481, #01253d);
	background-image: linear-gradient(to right, #034481, #01253d);
}
.list-zhuanti-news-li:hover .list-zhuanti-news-image {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}



@media (max-width: 768px) {
	.list-zhuanti-news-bg {
		padding: 0;
		overflow: hidden;
	}
	.list-zhuanti-news-link {
		padding: 15px;
		margin: 10px 0;
		/* box-shadow: 0 0 10px #dedede; */
	}

	.list-zhuanti-news-image {
		width: 160px;
		height: 120px;
	}
	
	.list-zhuanti-news-left {
		margin-right: 20px;
	}

	.list-zhuanti-news-title-box {
		font-size: 14px;
		line-height: 20px;
	}

	.list-zhuanti-news-title, .list-zhuanti-news-short {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.list-zhuanti-news-title {
		margin-right: 5px;
	}

	.list-zhuanti-news-desc {
		font-size: 12px;
		line-height: 17px;
		padding-right: 0;
		margin-top: 8px;
	}
	.list-zhuanti-news-time-row {margin-top: 10px;}
	.list-zhuanti-news-time {
		font-size: 12px;
		color: #999;
		display: block;
	}
}
@media (max-width: 480px) {
	.list-zhuanti-news-link {
		padding: 8px;
		margin:5px 0;
	}
	
	.list-zhuanti-news-left {
		margin-right: 15px;
	}
	.list-zhuanti-news-image {
		width: 120px;
		height: 90px;
	}
	.list-zhuanti-news-desc {margin-top: 2px;}
	.list-zhuanti-news-time-row {margin-top: 2px;line-height: 20px;}
	.list-zhuanti-news-time {}
}
@media (max-width: 414px) {
	.list-zhuanti-news-left {
		margin-right: 10px;
	}
	.list-zhuanti-news-image {
		width: 100px;
		height: 80px;
	}
}
/* 封面页右侧专题研究 end */

/* 行业专题 end */


/* 当前位置 start */
.nav-position-bg {
	/* height: 48rem; */
	height: 56rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #333;
	/* background-color: #f5f5f7; */
	background-color: #fff;
}
.position-home-icon {
	margin-top: 8rem;
    width: 18rem;
	height: 18rem;
	float: left;
}
.nav-position-bg a {
	margin: 0 5rem;
	line-height: 36rem;
}

@media (max-width: 992px) {
	.nav-position-bg .wrap {box-sizing: border-box; width: 100%;}
}
@media (max-width:768px) {
	.nav-position-bg {
		background-color: transparent;
		padding: 5rem;
		height: auto;
		min-height: 36rem;
	}
	.position-home-icon {
		margin-top: 0;
	}
	.nav-position-bg a {
		margin: 0 2rem;
		line-height: 18rem;
	}
}

@media (max-width: 480px) {
	.nav-position-left {display: none;}
}
/* 当前位置 end */


/* 搜索 start */
/* .nav-position-search-box {
	padding-bottom: 30px;
}
.position-search-form-bg {
	overflow: hidden;
	background-color: #fff;
    padding: 15px 20px;
}

.position-search-submit {
	border: 0;
	height: 36rem;
	padding: 0 20rem 0 18rem;
	cursor: pointer;
	float: right;
	background-color: #01253d;
	color: #fff;
	border-radius: 0 20rem 20rem 0;
}
.position-search-input-box {
	
}
.position-search-key {
	width: 220rem;
	height: 36rem;
	line-height: 36rem;
	padding-left: 20rem;
	color: #666;
	border: 0;
	border-right: 0;
	border-radius: 20rem 0 0 20rem;
	box-sizing: border-box;
	background-color: #f5f5f7;
}
.position-search-key::placeholder {
	color: #999;
}
@media (max-width: 768px) {
	.nav-position-search-box {margin: 5rem 0; width: auto; float: none;}
	.position-search-key {width: 100%;}
} */
/* 搜索 end */
/* 搜索 start */
.position-search-page-body-bg {
	padding-bottom: 10px;
	max-width: 660px;
	margin: 0 auto;
}
.position-search-form-bg {
	background-color: #fff;
	/* padding: 15px 20px;
	box-shadow: 0 0 5rem rgba(0,0,0,.16); */
	padding: 5px 15px;
	border: 1px solid #efefef;
	border-radius: 30px;
}

.position-search-submit {
	border: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	float: right;
	/* background-color: #866537;
	color: #fff; */
	background-image: url(../images/searchIcon.png);
	background-color: transparent;
	background-size: 22px 24px;
}
.position-search-input-box {
}
.position-search-key {
	width: 100% !important;
	height: 30px !important;
	line-height: 30px !important;
	padding-left: 5px !important;
	color: #666;
	border: 0;
	font-size: 16px;
	box-sizing: border-box;
	border: 0 !important;
}
.position-search-key::placeholder {
	color: #999;
}

.position-search-page-info {
	margin-top: 30px;
}
.position-search-page-tips {
	font-size: 16px;
	color: #666;
}
/* 搜索 end */


/* 研究报告 start */
.baogao-page-body-bg {margin: 0 -10px;}
.zhuanti-baogao-page-right-bg {padding: 0;}
.baogao-page-item-box {}
.baogao-page-item {position:relative; box-sizing: border-box;}
.baogao-page-item+.baogao-page-item { border-left: 1px solid #f8f8f8;}
.baogao-page-item-bg {}
.zhuanti-list-baogao-ul {padding: 0 15px;}
.list-baogao-bg {
	padding: 10px 0;
	background-color: #fafafa;
}
.list-baogao-ul {min-height: 300px;}
.list-baogao-li {

}
.list-baogao-li+.list-baogao-li {margin-top: 10px;}
.list-baogao-link {
	display: block;
	cursor: pointer;
	padding: 2.5% 2.9166666667%;
	/* border: 1px solid #efefef; */
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	/* background-color: rgba(255, 255, 255, .3); */
	/* background-color: #f8f8f8; */
	/* box-shadow: 0 0 5px #dedede; */
	/* border-bottom: 1px solid #eaeaea; */
	background-color: #fff;
	/* border: 1px solid #efefef; */
}
.baogao-list-link {padding: 15px;}
.list-baogao-link1 {margin-top: 0; }
.list-baogao-link::after {
	content: "";
	display: block;
	clear: both;
}

.list-baogao-left {
	width: 25%;
	margin-right: 2.9166666667%;
}

.list-baogao-image-box {
	padding-bottom: 62.5%;
}

.list-baogao-right {
	overflow: hidden;
}
.list-baogao-right-bg {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
}
.list-baogao-right-bg-1 {}
.list-baogao-right-row+.list-baogao-right-row {margin-top: 10px;}

.list-baogao-time-row {color: #666;line-height: inherit; font-size: 16px;}
.list-baogao-time {
	overflow: hidden;
}
.list-baogao-hits {margin-left: 5px;}
.list-baogao-star-icon {margin-top: 1px; margin-left: 5px;}

.list-baogao-title {
	font-size: 20px;
    font-weight: bold;
}
.list-baogao-desc {
	margin-top: 2px;
	font-size: 15px;
	line-height: 25px;
	overflow: hidden;
	color: #666;
	
}
.list-baogao-desc.ellipsis-3 {height: 75px;}
.list-baogao-attr-row {
	font-size: 16px;
	line-height: 25px;
	display: block;
}
.list-baogao-more-row {margin-top: 15px;}
.list-baogao-more {
    /* display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; */
	
}
.list-baogao-more-txt {
	display: inline-block;
	padding: 8px 25px;
	color: #01253d;
	background-color: #F8F8F8;
	border-radius: 3px;
}


.list-baogao-left-bg-2 {padding-top: 10px;}
.list-baogao-user-left {width: 100px; margin-right: 20px;}
.list-baogao-user-icon {border-radius: 50%;}
.list-baogao-user-item {margin: 10px 0;}
.list-baogao-user-title {font-size: 18px; }
.list-baogao-user-short {font-size: 16px; color: #666;}


.baogao-page-item .baogao-list-link {margin: 8px 0; padding: 0; background-color: transparent; }
.baogao-page-item .list-baogao-right-row+.list-baogao-right-row {margin-top: 8px;}
.baogao-page-item .list-baogao-time-row {font-size: 14px;}
.baogao-page-item .list-baogao-title {font-size: 18px; font-weight: normal;}
.baogao-page-item .list-baogao-left {margin-right: 3%; width: 145px;}
.baogao-page-item .list-baogao-desc {margin-top: 0;}

.list-baogao-link:hover {box-shadow: 0 2px 18px rgba(0, 0, 0, 0.24);}
.baogao-page-item .list-baogao-link:hover {box-shadow: none;}
.list-baogao-link:hover .list-baogao-title {
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #034481, #01253d);
	background-image: -moz-linear-gradient(to right, #034481, #01253d);
	background-image: -ms-linear-gradient(to right, #034481, #01253d);
	background-image: -o-linear-gradient(to right, #034481, #01253d);
	background-image: linear-gradient(to right, #034481, #01253d); */
}
.list-baogao-li:hover .list-baogao-image {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}
/* .list-baogao-link:hover .list-baogao-more-txt {background-color: #efefef;} */


@media (max-width: 768px) {
	.list-baogao-bg {
		padding: 0;
		overflow: hidden;
	}
	.list-baogao-link {
		padding: 15px;
		margin: 10px 0;
		/* box-shadow: 0 0 10px #dedede; */
	}

	.list-baogao-image {
		width: 160px;
		height: 120px;
	}
	
	.list-baogao-left {
		margin-right: 20px;
	}

	.list-baogao-title-box {
		font-size: 14px;
		line-height: 20px;
	}

	.list-baogao-title, .list-baogao-short {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.list-baogao-title {
		margin-right: 5px;
	}

	.list-baogao-desc {
		font-size: 12px;
		line-height: 17px;
		padding-right: 0;
		margin-top: 8px;
	}
	.list-baogao-time-row {margin-top: 10px;}
	.list-baogao-time {
		font-size: 12px;
		color: #999;
		display: block;
	}
}
@media (max-width: 480px) {
	.list-baogao-link {
		padding: 8px;
		margin:5px 0;
	}
	
	.list-baogao-left {
		margin-right: 15px;
	}
	.list-baogao-image {
		width: 120px;
		height: 90px;
	}
	.list-baogao-desc {margin-top: 2px;}
	.list-baogao-time-row {margin-top: 2px;line-height: 20px;}
	.list-baogao-time {}
}
@media (max-width: 414px) {
	.list-baogao-left {
		margin-right: 10px;
	}
	.list-baogao-image {
		width: 100px;
		height: 80px;
	}
}
/* 研究报告 end */


/* 报告详情页 start */

.baogao-detail-page-box {height: calc(100vh - 66px); background-color: #f8f8f8;}
.baogao-detail-page-box-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-color: #f8f8f8; */
	/* pointer-events: none; */
	overflow: hidden;
}
.baogao-detail-page-box-bg:after {
	content: "";
	position: absolute;
	top: -100%;
	right: -100%;
	bottom: -100%;
	left: -100%;
	background-image: url(../images/shuiyin.png?v=0.0019);
	background-size: auto 75px;
	opacity: .025;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.baogao-detail-page-box .page-body {height: 100%;}
.list-hangye-page-left {width: 15%; margin-right: 3px;}
.list-hangye-page-right {width: 25%; margin-left: 3px;}

.list-hangye-page-left-bg {
	line-height: 24px;
	/* background-color: #f8f8f8; */
}
.hangye-zuozhe-left {width: 26%; margin-right: 20px;}
.hangye-zuozhe-image-box {padding-bottom: 110%;}
.hangye-zuozhe-right-bg {padding-top: 20px; }
.baogao-pinfen-star-icon {margin: 4px 0; float: left; height: 16px; margin-left: 5px;}

.list-hangye-page-left-row-bg {padding: 20px; border-bottom: 3px solid #fff;}
.list-hangye-page-left-desc { /* min-height: 100px; */}

.list-hangye-page-right-bg {padding: 20px; /* background-color: #f8f8f8; */}

.list-hangye-page-middle {height: 100%;}
.list-hangye-page-middle-bg {padding: 10px; /* background-color: #f8f8f8; */ box-sizing: border-box; height: 100%;}
.list-hangye-iframe {border: 0; width: 100%; min-height: 500px; height: 100%;}
/* 报告详情页 end */


/* 企业详情 start */
.baogao-detail-desc-box {
	background-color: #f7f7f7;
}
.baogao-detail-desc-left {
	width: 500px;
	float:left;
}
.baogao-detail-desc-right {
	overflow: hidden;
}
.baogao-detail-desc-right-bg {
	padding: 40px 40px 0;
	color: #000;
}
.baogao-detail-desc-title {
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
}
.baogao-detail-desc-info { 
	margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
	/* height: 180px; */
	overflow: hidden;
	color: #666;
}

.baogao-detail-desc-type {}

.baogao-detail-desc-btn {
}

.baogao-detail-info {
	margin-top: 10px;
	background-color: #fff;
	/* padding: 20px; */
	padding: 15px;
}

.baogao-detail-info strong {color:#233;}

.baogao-detail-title-box {
	/* margin-top: 30px; */
	height: 54px;
}
.baogao-detail-title-ul, .baogao-detail-title-ul * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.baogao-detail-title-ul {
	/* border:1px solid #efefef; */
	box-shadow: 0 0 3px #dedede;
	width: 1480px;
	max-width: 100%;
	/* background-color: #F1F1F1; */
	background-color: #fff;
	display: flex;
}
.baogao-detail-title-ul.fixed {
	position: fixed;
	left: 50%;
	top: 62px;
	/* top: 0; */
	z-index: 99;
	/* background-color: #ffffff; */
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 1301px) {
	.baogao-detail-title-ul.fixed {
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.baogao-detail-title-li {
	/* width: 25%; */
	width: 25%;
	/* display: inline-block;
	border-right: 1px solid #efefef; */
	float: left;
	cursor: pointer;
 }
.baogao-detail-title-link {
	display: block;
	padding: 15px 20px;
	position: relative;
	text-align: center;
	
}
.cur .baogao-detail-title-link {
	color: #fff;
	background-color: #01253d;
	background-image: -webkit-linear-gradient(#71B0DC, #01253d);
	background-image: -moz-linear-gradient(#71B0DC, #01253d);
	background-image: -ms-linear-gradient(#71B0DC, #01253d);
	background-image: -o-linear-gradient(#71B0DC, #01253d);
	background-image: linear-gradient(#71B0DC, #01253d);
}

.baogao-detail-info-row+.baogao-detail-info-row {
	padding-top: 20px;
}
.baogao-detail-info-type-box {
	padding: 10px 0;
	/* background: #eee; */
}
.baogao-detail-info-type {
	font-size: 16px;
	display: inline-block;
	line-height: 16px;
	/* background-color: #0a2444;
	color: #fff;  */
	color: #000; 
	padding-left: 15px;
	border-left: 4px solid #01253d;
}
.baogao-detail-bd {
	/* padding-top: 20px; */
	/* line-height: 2.2;
	font-size: 16px; */
	padding: 20px; 
	border: 1px solid #efefef;
	border-radius: 8px;
}


.baogao-detail-bd-row+.baogao-detail-bd-row {margin-top: 30px;}

.baogao-detail-box {/* padding: 0 10px; */}
.baogao-detail-left {width: 100px; margin-right: 20px;}
.baogao-detail-icon-box-border {border-radius: 50%;}
.baogao-detail-icon {border-radius: 50%; object-fit: contain;}
.baogao-detail-item {margin: 5px 0;line-height: 30px;}
.baogao-detail-title {font-size: 18px; color: #0a2444; font-weight: normal; }
.cur .baogao-detail-title {color: #fff;}
.baogao-detail-title-line {display: none; margin: 0 auto; height: 2px; background-color: #0a2444; position: absolute; width: 100%; margin: 15px 0 0;}
/* .cur .baogao-detail-title-line { display: block; } */
.baogao-detail-short {font-size: 16px; color: #666;}
.baogao-detail-shoucang-box {line-height: 20px; cursor: pointer;}
.baogao-detail-shoucang-icon {height: 20px; margin-right: 5px;}
.baogao-detail-bd-desc {line-height: 30px; font-size: 16px; color: #666;}

.baogao-detail-tag-box {margin-top: 20px;}
.baogao-detail-tag-type {
	font-size: 18px;
	line-height: 1;
	color: #000; 
	padding-left: 15px;
	/* border-left: 4px solid #01253d;
	border-radius: 5px; */
	border-left: 3px solid #01253d;
}
.baogao-detail-tag-ul {margin-top: 20px;}
.baogao-detail-tag-item {float: left; margin-right: 8px;}
.baogao-detail-tag {padding: 0 20px; line-height: 30px; background-color: #F2F6FE; color: #8E889D;}
/* .baogao-detail-tag1 {background-color: #FFF3EB; color: #FF9685;}
.baogao-detail-tag2 {background-color: #F7F0E3; color: #D1A52E;} */

.baogao-attr-ul {
	margin-top: 20rem;
	/* border: 1rem solid #efefef; */
	padding: 20px;
	border-radius: 10rem;
	overflow: hidden;
	border: 1px solid #ebeef5;
}
.baogao-attr-li {
	width: 50%;
	float: left;
	/* padding: 10rem; */
	position: relative;
	/* border-top: 1rem solid #efefef; */
}
.baogao-attr-li-100 {width: 100%;}
.baogao-attr-li1 {
	/* padding-top: 0; */
	border-top: 0;
}
.baogao-attr-li-odd {
	/* background-color: #fff; */
}
.baogao-attr-li-even {
	/* background-color: #f8f8f8; */
}
.baogao-attr-link {margin: 4px 0; line-height: 24rem;}
.baogao-attr-title, .baogao-attr-value { /* font-size: 15rem; */}
.baogao-attr-title {
	
}
.baogao-attr-value {
}
.baogao-attr-realname {color: #00f; margin-right: 5px;}
.baogao-attr-desc {}

/* .baogao-attr-li-even .baogao-attr-value {
	border-color: #fff;
} */

.detail-rongzi-box {padding: 30px; border-radius: 10px; position: relative; overflow: hidden;
	border: 1px solid #efefef;
	/* padding-left: 4px solid #01253d;
	box-shadow: 0 0 5px #dedede; */
}
/* .detail-rongzi-box:after {
	position: absolute;
	width: 5px;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #01253d;
	background-image: -webkit-linear-gradient(#71B0DC, #01253d);
	background-image: -moz-linear-gradient(#71B0DC, #01253d);
	background-image: -ms-linear-gradient(#71B0DC, #01253d);
	background-image: -o-linear-gradient(#71B0DC, #01253d);
	background-image: linear-gradient(#71B0DC, #01253d);
} */

.detail-rongzi-table {}
.table-header {background-color: #F6F8FA;}
.table-body-tr {}
.detail-rongzi-table th, .detail-rongzi-table td {padding: 15px 5px; text-align: center;border-bottom:1px solid #efefef;}
.detail-rongzi-table th {font-size: 15px;}
.detail-rongzi-table td {color: #666;}

.detail-rongzi-tips-row{margin-top: 20px;}
.detail-rongzi-tips {color: #01253d;}


.guquan-list-ul {margin: 0 -5px;}
.guquan-list-li {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; width: 25%; float: left; padding: 5px;}
.guquan-list-link {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 15px; height: 100%; background-color: #F8FCFF; border: 1px solid #E1E3EE; border-radius: 5px;}
.guquan-list-title {}
.guquan-list-info {text-align: center; font-size: 14px;}
.guquan-list-desc {margin-top: 10px;}

.guquan-zhuti-list-li {min-width: 25%; width: auto;}
.guquan-zhuti-list-link {
	color: #fff;
	/* background-color: #254EFF;
	background-image: -webkit-linear-gradient(#71B0DC, #254EFF);
	background-image: -moz-linear-gradient(#71B0DC, #254EFF);
	background-image: -ms-linear-gradient(#71B0DC, #254EFF);
	background-image: -o-linear-gradient(#71B0DC, #254EFF);
	background-image: linear-gradient(#71B0DC, #254EFF); */
	background-color: #01253d;
	box-shadow: 0 2px 10px 0 rgba(40,87,255,.4)
}
.guquan-zhuti-list-link:hover {
	color: #fff;
	opacity: .9;
}
.guquan-page-lianjie {margin: 10px 0;}
.guquan-page-lianjie-image {width: 100%; height: 32px}

@media (max-width: 1300px){
	
	.baogao-detail-desc-left {
	}
	.baogao-detail-desc-title {
		font-size: 22px;
		line-height: 30px;
	}
	.baogao-detail-desc-right-bg {
		padding: 30px 30px 0;
	}
	.baogao-detail-desc-info {
		margin-top: 15px;
		line-height: 25px;
		/* height: 175px; */
	}
	.baogao-detail-title-ul { width: auto;}
	.baogao-detail-title-ul.fixed {
		left:20px;right: 20px; margin: 0;
		transform: none;
	}
}

@media (max-width: 1200px){
	.baogao-detail-title-ul.fixed {}
}

@media screen and (max-width: 992px) {
	.baogao-detail-desc-left {
		width: 380px;
	}
	.baogao-detail-desc-right-bg {
		padding: 25px 25px 0;
	}
	.baogao-detail-info {padding: 10px;}
}

@media (max-width: 768px) {
	.baogao-detail-box {padding: 0;}
	.baogao-detail-desc-box {padding: 8px; margin: 10px 0;}
	.daibiao-list-ul {display: flex;}
	.baogao-detail-desc-left {width: auto; float: none;}
	.baogao-detail-desc-right {}
	.baogao-detail-desc-right-bg {
		padding: 20px;
	}
	.baogao-detail-title-box {height: 54px;}
	.baogao-detail-title {line-height: 1.6; padding: 0; border: 0;}
	.baogao-detail-title {line-height: 38px;}
	.baogao-detail-desc-info {padding:3px 0; font-size: 13px; height: auto;}
	.baogao-detail-desc-btn-box {margin-top: 10px;}
	.baogao-detail-desc-title { font-size: 20px;}
	.baogao-detail-job {padding: 0 10px; line-height: 22px; }
	
	.baogao-detail-title-ul {padding: 0;}
	.baogao-detail-title-ul.fixed {
		top: 60px;
		left:0;right: 0; margin: 0;
	}
	.baogao-detail-title-li {padding: 0; float: left; width: 25%;border:0; text-align: center; margin: 0; }
	.baogao-detail-title-link {
		padding: 8px 0;
	}
	.baogao-detail-title-line {margin-top: 5px;}
	.baogao-detail-title {font-size: 16px;}
	.baogao-detail-bd {font-size: 14px;}
	
	.baogao-detail-info-type {font-size: 15px;}
	
	.swiper-container3 {margin-top: -10px;}
	.swiper-container3 .swiper-wrapper {display: block; min-width: 105%;}
}
@media (max-width: 480px){
	.baogao-detail-title-ul.fixed {
	}
	.baogao-detail-desc-left {}
	.baogao-detail-desc-right {}
	.baogao-detail-desc-right-bg {
		padding: 10px;
	}
	.baogao-detail-title-box {
		margin-top: 15px;
		height: 44px;
	}
	.baogao-detail-title {
		line-height: 28px;
		margin-right: 0;
	}
	.baogao-detail-desc-title {
		font-size: 18px;
		text-align: center;
	}
	.baogao-detail-desc-info {
		margin-top: 10px;
	}
	.baogao-detail-desc-btn-box {margin-top: 5px;}
	.baogao-detail-desc-btn {padding: 0 15px; line-height: 30px; font-size: 12px;}
	
	.baogao-detail-desc-info {padding: 0; line-height: 17px; font-size: 13px;}
	.baogao-detail-desc-info {line-height: inherit; font-size: inherit}
	.baogao-detail-title {font-size: 15px; }
	
	.baogao-detail-info-row {
		padding-top: 10px;
	}
	.baogao-detail-info-type-box {
		padding: 5px 0;
	}
	.baogao-detail-info-type { padding-left: 10px; }
	.baogao-detail-bd {padding-top: 5px; line-height: 2;}
}
@media (max-width: 380px) {
	.baogao-detail-desc-info {margin-bottom: 0;}
	.baogao-detail-title {display: block; 
		/* margin-bottom: 2px; */
	}
	.baogao-detail-job {
		margin-bottom: 2px;
	}
	/* .baogao-detail-desc-info {line-height: 14px;} */
	.baogao-detail-title {}
	
	.baogao-detail-info-type {}
}
@media (max-width: 338px) {
	.baogao-detail-desc-left { width: auto; float: none;}
	.baogao-detail-desc-right {}
	.baogao-detail-desc-image { width: auto; max-width: 100%; display: block; margin: 0 auto;}
}
/* 企业详情 end */


/* 组织结构 start */
.jigeou-page-row.jigeou-page-row {margin-top: 20px;}
.jiegou-typename-box {margin-top: 30px;}
.jiegou-list-ul {
	padding-top: 20px;
}
.jiegou-list-li {
	width: 33.33333333%;
	float: left;
}
.jiegou-list-link {
	display: block;
	margin: 70px 20px 20px;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 5px #dedede;
	background-color: #fff;
}
.jiegou-list-link-2 {cursor: pointer;}
.jiegou-list-image-row {margin-top: -50px;}
.jiegou-list-image-box-width {max-width: 80px; margin: 0 auto;}
.jiegou-list-image-box {
	/* padding-bottom: 133.333333333%; */
	padding-bottom: 100%;
	border-radius: 50%;
}
.jiegou-list-image {
	
}

.jiegou-list-info {
	position: relative;
	text-align: center;
	font-size: 16px;
}
.jiegou-list-title-box {margin-top: 10px;} 
.jiegou-list-title {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #01253d;
}
.jiegou-list-short {
	color: #000;
}
.jiegou-list-desc-box {margin-top: 5px;}
.jiegou-list-desc {
	margin-top: 5px;
	line-height: 25px;
}
.jiegou-list-num-box {margin-top: 20px; margin-bottom: -26px; text-align: center;}
.jiegou-list-num {display: inline-block; line-height: 20px; padding: 4px 13px; background-color: #aaa; color: #fff; border-radius: 20px;}
.jiegou-list-num-txt, .jiegou-list-num-arrow {display: inline-block;}
.jiegou-list-num-arrow {mrgin-left: 10px; line-height: 18px;}

.cur .jiegou-list-num {background-color: #000;}
.cur .jiegou-list-num-arrow {transform: rotate(-180deg);}


.jigeou-page-type-name {font-size: 18px;}
.jigeou-page-lianjie-image {width: 100%; height: 32px}


@media (max-width: 1200px) {
	.jiegou-list-image {height: 260px;}
}
@media (max-width: 992px) {
	.jiegou-list-image {height: 220px;}
}
@media (max-width: 888px) {
	.jiegou-list-image {height: 180px;}
}
@media (max-width: 768px) {
	.jiegou-list-ul {
		padding-top: 20px;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: box;
		display: flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* .jiegou-list-li { width: 50%; } */
	.jiegou-list-image {height: 220px;}
	.jiegou-list-title {margin-top: 10px;}
	.jiegou-list-short {margin-top: 10px;}
	.jiegou-list-desc {margin-top: 10px; font-size: 13px; line-height: 20px; height: 57px;}
}
@media (max-width: 560px) {
	.jiegou-list-li { width: 100%; float: none; }
	.jiegou-list-link {margin: 5px;}
	.jiegou-list-image {height: 190px;}
	.jiegou-list-title {margin-top: 8px;}
	.jiegou-list-short {margin-top: 8px;}
	.jiegou-list-desc {margin-top: 8px; }
}
@media (max-width: 480px) {
	.jiegou-list-ul {
		padding-top: 10px;
	}
	.jiegou-list-image {height: 160px;}
	.jiegou-list-title {margin-top: 6px; font-size: 15px;}
	.jiegou-list-short {margin-top: 6px;}
	.jiegou-list-desc {margin-top: 6px; }
}
@media (max-width: 414px) {
	.jiegou-list-image {height: 150px;}
	.jiegou-list-title { font-size: 14px;}
}
/* 组织结构 end */


/* 商业模式 start */
.stock-chart .gbox {width: 100%; display: block;}
rect.branch-node {
	fill: #f9fcff;
    stroke: #d0e4ff;
    height: 95px;
    width: 15.2%;
    stroke-width: 1px;
}
/* 商业模式 end */


/* 搜索列表 start */
.position-search-list-li {
}

.position-search-list-link {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	transition: all 0.2s linear 0s;
	border-top: 1px solid #efefef;
	font-size: 16px;
}
.position-search-list-link1 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.position-search-list-title {
}

.position-search-list-info {
	overflow: hidden;
}

.position-search-list-time {
	display: block;
	margin-left: 30px;
}
.position-search-list-link:hover {

}
.position-search-list-li:hover .position-search-list-title {
	color: #d04411;
}

@media (max-width: 1200px) {
}

@media (max-width: 768px) {
	.position-search-list-link {
		margin-top: 10px; padding-top: 10px;
		font-size: 14px;
	}
	.position-search-list-link1 {
		margin-top: 0;
		padding-top: 0;
	}
}
@media (max-width: 480px){
	.position-search-list-link {
		margin-top: 8px; padding-top: 8px;
		font-size: 13px;
	}
	.position-search-list-link1 {
		margin-top: 0;
		padding-top: 0;
	}
	.position-search-list-time {
		margin-left: 5px;
	}
}
/* 搜索列表 end */

/* 我们的优势 start */
.youshi-ul {
	overflow: hidden;
	padding: 10px 0;
}
.youshi-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-youshi-li {
	width: 33.3333333%;
}
.youshi-link {
	cursor: unset;
}
.youshi-li-bg {
	padding: 0 10px;
	text-align: center;
}


.youshi-icon {
	display: block;
	height: 115px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.youshi-title {
	font-size: 18px;
	display: block;
	/* font-weight: bold; */
	color: #000;
	margin: 15px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.youshi-desc {
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	color: #666;
	display: block;
	line-height: 24px;
}


@media (max-width: 768px) {

	.youshi-li {
		width: 48%;
		margin: 1%;
	}
	
	.youshi-li-bg {
		padding: 0;
	}

	.youshi-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}

	.youshi-ul {
		padding: 0;
	}

	.youshi-icon {height: 65px;}
	
	.youshi-title {
		font-size: 14px;
		margin: 10px 0;
	}
	

}

@media (max-width: 480px) {
	.youshi-icon {
		margin: 0 auto;
		height: 50px;
	}
	.youshi-title {
		margin: 5px 0;
		text-align: center;
	}

	.youshi-desc {
		line-height: 18px;
		font-size: 12px;
	}

	.youshi-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.youshi-li em {
		display: none;
	}

}
/* 我们的优势 end */


/* 企业优势 start */
.youshi-page-bg {padding: 20px 0;}
.youshi-list-ul {
	font-size: 0;
}
.youshi-list-li {
	overflow: hidden;
	width: 50%;
	display: inline-block;
}

.youshi-list-link {
	display: block;
	margin: 20px;
	padding: 30px;
	background-color:rgba(255,255,255,.1);
}


.youshi-list-info {
}

.honor-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}


.youshi-list-title {
	font-size: 26px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00a0e9;
}

.youshi-list-desc {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}

.page-line-row {
	height: 19px;
	margin: 30px 0;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
}

@media (max-width: 992px) {
	.youshi-list-ul {padding-left: 0;}
	.youshi-list-link {margin: 10px;}
	.youshi-list-info {margin-left: 0;}
}
@media (max-width: 768px) {
	.youshi-list-line-bg {margin: 0 10px;}
	.youshi-list-info {margin-left: 25px;}
	.youshi-list-title { font-size: 16px; margin-bottom: 8px;}
	.youshi-list-desc {line-height: 25px; font-size: 14px; height: 75px;}
	
	.page-line-row {margin-bottom: 0;}
}

@media (max-width: 480px) {
	.youshi-page-bg {padding-top: 10px; padding-bottom: 0;}
	.youshi-list-ul { padding-bottom: 10px;}
	.youshi-list-li {width: auto; display: block;}
	.youshi-list-link {margin: 10px;}
	.youshi-list-info {margin: 0; }
	.youshi-list-desc { height: auto;}
	.page-line-row {margin-top: 0; display: none;}
}

/* 企业优势 end */


/* 新闻资讯 start */
.news-list-li {}
.news-list-link {display: block; padding: 10 0px; border-top: 1px solid #ddd; transition: all 0.2s linear 0s;}
.news-list-link1 {border-top: 0;}
.news-list-left {}

.news-list-title {
	font-size: 18px;
	vertical-align: top;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-info {
	overflow: hidden;
}

.news-list-desc {
	font-size: 14px;
	margin-top: 5px;
	line-height: 25px;
	height: 50px;
	color: #999;
	text-align: justify;
}

.news-list-time {
	display: block;
	width: 75px;
	height: 90px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
}
.news-list-time-up {
	margin-top: 13px;
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.news-list-link:hover {
	border: 1px solid #01253d;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.news-list-li:hover .news-list-title {
	color: #01253d;
}
.news-page-more {
	width: 180px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	text-align: center;
	background: #444;
	color: #fff;
}
.news-page-more:hover {
	background: #01253d;
	color: #fff;
	text-indent: 10px;
}

@media (max-width: 1200px) {
	.news-list-link {padding: 15px;}
}

@media (max-width: 768px) {
	.news-list-item {
		float: none;
		width: auto;
	}
}
@media (max-width: 480px){
	.news-list-li {margin-right: 0; float: none; width: auto; padding-right: 0;}
	.news-list-link {margin: 5px; padding-top: 10px; padding-bottom: 10px; height: auto;}
	.news-list-time {
		width: 60px;
		height: 75px;
		padding-right: 10px;
		margin-right: 10px;
	}
	.news-list-time-up {margin-top: 3px;}
	.news-list-title {font-size: 15px;}
	.news-list-desc {font-size: 13px; line-height: 17px; height: 49px;}
	
	.news-page-more {margin-top: 20px;}
}
/* 新闻资讯 end */




/* 列表左侧 start */
.listimg-left {paddding:20px 0;}
.listimg-left-ul {
	display: block;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.listimg-left-li {
	display: inline-block;
	overflow: hidden;
	margin: 0 10px;
}
.listimg-left-link {
	display: block;
	overflow: hidden;
	line-height: 36px;
	text-align: left;
	font-size: 16px;
	color: #666;
	transition: all 0.4s;
	padding: 0 25px;
	border-radius: 20px;
}
.cur .listimg-left-link, .listimg-left-li:hover .listimg-left-link {
	color: #fff;
	background-color: #ffc001;
}
/* 列表左侧 end */


/* 合作联盟，优势互补好经营 start */
.hezuo-desc {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
}
/* 合作联盟，优势互补好经营 end */




.typename-line {
	/* background-color: #FFC100; */
}








/* 团队高层风采 start */
.gaoceng-list-li {
	/* width: 25%; */
	width: 32%;
	float: left;
}
.gaoceng-list-link {
	display: block;
	/* cursor: unset; */
	margin: 10px;
}
.gaoceng-list-image-box {
	padding-bottom: 125%;
}
.gaoceng-list-info {
	background-color: #f8f8f8;
	padding: 10px;
	text-align: center;
}
.gaoceng-list-title {
	font-size: 16px;
}
@media (max-width: 768px) {
	.gaoceng-list-link {
		margin: 5px;
	}
}
/* 团队高层风采 end */



/* 服务商风采 start */
.fengcai-list-li {
	/* width: 33.33333333%; */
	width: 47%;
	float: left;
}
.fengcai-list-link {
	display: block;
	cursor: unset;
	margin: 10px;
}
/* .fengcai-list-image-box {
	padding-bottom: 125%;
} */
/* 服务商风采 end */



/* 资质证书 start */

/* .honor-list-ul {
	padding: 30px 10px 0;
} */


.honor-list-li {
	float: left;
	width: 25%;
	/* margin-right: 4.4%; */
}

.honor-list-li.swiper-slide {
	margin-bottom: 0;
}

.honor-list-link {
	margin: 10px;
	border: 1px solid #efefef;
	cursor: unset;
}

.honor-list-image-bg {
	padding: 17px;
	background-image: url(../images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.honor-list-image-box {
	padding-bottom: 70.75%;
	position: relative;
}


.honor-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.honor-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.honor-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.honor-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.honor-list-li {
		width: 25%;
	}

	.honor-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.honor-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.honor-list-page-body {
		padding: 30px;
	}

	.honor-list-ul {
		padding: 0;
	}

	.honor-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.honor-list-link {
		margin: 8px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.honor-list-page-body {
		padding: 0 30px 10px;
	}

	.honor-list-li {
		width: 50%;
	}

	.honor-list-link {
		margin: 5px;
	}
}




.zizhi-page-bg {
	padding-top: 50px;
}

.zizhi-list-li {
	float: left;
	width: 25%;
	/* margin-right: 4.4%; */
}

.zizhi-list-li.swiper-slide {
	margin-bottom: 0;
}

.zizhi-list-link {
	margin: 10px;
	border: 1px solid #efefef;
	cursor: unset;
}

.zizhi-list-image-bg {
	padding: 25px 17px;
	background-image: url(../images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.zizhi-list-image-box{
	padding-bottom: 136.5%;
}


.zizhi-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.zizhi-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.zizhi-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.zizhi-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.zizhi-list-li {
		width: 25%;
	}

	.zizhi-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.zizhi-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.zizhi-list-page-body {
		padding: 30px;
	}

	.zizhi-page-bg {
		padding-top: 15px;
	}
	.zizhi-list-li {
		width: 33.33333333%;
	}


	.zizhi-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.zizhi-list-link {
		margin: 8px;
	}
	.zizhi-list-image-bg {
		padding: 19px 12px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.zizhi-list-page-body {
		padding: 0 30px 10px;
	}
	.zizhi-page-bg {
		padding-top: 10px;
	}
	.zizhi-list-li {
		/* width: 50%; */
		width: 33.33333333%;
	}

	.zizhi-list-link {
		margin: 5px;
	}
}
@media (max-width: 380px) {
	.zizhi-list-image-bg {
		padding: 19px 10px;
	}
}

/* 资质证书 end */






/* 发展历程 start */
.history-page-box {
	
}
.history-list-ul {
	padding-top: 30px;
	/* max-width: 1000px; */
	margin: 0 auto;
}
.history-list-li {
	overflow: hidden;
}

.history-list-link {
	display: block;
	cursor: unset;
}

.history-list-left {
	width: 110px;
}

.history-list-right {
	margin-left: 110px;
	overflow: hidden;
	padding-bottom: 40px;
}


.history-list-info-box {
	margin-left: 70px;
}
.history-list-time-box {
	padding: 5px 0 20px;
	text-align: right;
	color: #666;
	font-weight: bold;
}

.history-list-year {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 10px;
	display: inline;
}

.history-list-moon-day {
	font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	line-height: 36px;
	display: inline;
}


.history-list-line-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #f2f2f2;
	
}
.history-list-line {
    position: absolute;
    width: 2px;
    background: #dedede;
    height: 1000px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    display: inline-block;
}
.history-list-line-bg {
    margin: 0 22px;
    display: inline-block;
    vertical-align: middle;
}
.line-circle-out {
    position: absolute;
    left: 50%;
    border-radius: 50%;
	top: 0;
    margin-left: -50px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
	border: 5px solid #B9A769;
	background-color: #fff;
	margin-left: -12px;
	border: 2px solid #EBEBEB;
}

.line-circle-in {
	position: relative;
    width: 90px;
    height: 90px;
    width: 20px;
    height: 20px;
    /* opacity: .3; */
    border-radius: 50%;
}

.history-list-link:hover .history-list-time-box, .history-list-li.cur .history-list-time-box {
	color: rgba(7,108,224,1);
}
.history-list-link:hover .line-circle-out, .history-list-li.cur .line-circle-out {
	border-color: rgba(7,108,224,.3);
}
.history-list-link:hover .line-circle-in, .history-list-li.cur .line-circle-in {
	background-color: rgba(7,108,224,.9);
}
.history-list-link:hover .history-list-info, .history-list-li.cur .history-list-info {
	color: rgba(7,108,224,1);
}

.history-image {
	width: 100%;
	height: 100%;
    border-radius: 50%;
}

.history-list-info {
	margin-left: 100px;
}

.history-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}



.history-list-title {
	font-size: 18px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.history-list-desc {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}


@media (max-width: 768px) {
	.history-list-left {width: 100px;}
	/* .history-image {height: 85px;} */
	.history-list-right {margin-left: 70px;}
	.history-list-moon-day {font-size: 20px;}
	.history-list-info-box {margin-left: 20px;}
	.history-list-line-bg {margin: 0 10px;}
	.history-list-info {margin-left: 50px;}
	.history-list-title { font-size: 15px; margin-bottom: 8px;}
	.history-list-desc {line-height: 20px; font-size: 13px;}
}

@media (max-width: 480px) {
	.history-list-left {width: auto;}
	.history-list-year {margin-bottom: 0; font-size: 14px; line-height: 1.5;}
	.history-list-moon-day {line-height: 1.5;}
	
	.history-list-right {margin-left: 50px;}
	.line-circle-out {border-width: 3px; margin-left: -31px;}
	.line-circle-in { width: 15px; height: 15px;}
	.history-list-line {left: -10px;}
	.history-list-info-box {margin-left: 30px;}
	.history-list-info {margin-left: 16px;}
	.history-list-title {line-height: 1.5; margin-bottom: 0; font-size: 14px;}
	.history-list-desc { font-size: 12px;height: auto;}
	.history-list-right {padding-bottom: 20px;}
}

/* 发展历程 end */




/* 推荐文章 start */
.listarc-tuijian-ul {
	padding: 10px 0;
}

.listarc-tuijian-li {
	float: left;
	width: 33.33333333%;
}

.listarc-tuijian-li.last {
	
}

.listarc-tuijian-link {
	display: block;
	margin: 0 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
	background-color: #efefef;
	border-radius: 10px;
	overflow: hidden;
}

.case-list-link {
	padding: 0;
}

/* .listarc-tuijian-link:hover {
	box-shadow: 0 0 10px #dedede;
} */

.listarc-tuijian-image-box {
	overflow: hidden;
}

.listarc-tuijian-image {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listarc-tuijian-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.listarc-tuijian-info {
	padding: 10px;
}

.listarc-tuijian-title {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
	text-align: center;
}

.listarc-tuijian-link:hover .listarc-tuijian-title {
	color: #01253d;
}

.listarc-tuijian-time {
	margin-top: 5px;
	color: #999;
}

.listarc-tuijian-desc {
	color: #666;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.listarc-tuijian-box {
	margin-top: -30px;
}
.tuijian-case-type {
	padding-bottom: 20px;
}

.listarc-tuijian-type {
	margin-top: 12px;
}

.list-type-name {
	display: inline-block;
    position: relative;
	max-width: 100%;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
}

.list-type-more {
	max-width: 100%;
    float: right;
    display: block;
    position: relative;
	line-height: 28px;
	height: 28px;
	width: 40px;
    overflow: hidden;
	font-size: 20px;
	color: #aaa;
	background-image: url(../images/arrowR.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 13px;
}
@media (max-width: 1200px) {
	.listarc-tuijian-link {margin: 10px; }
}
@media (max-width: 992px) {
	/* .listarc-tuijian-li {width: 50%; } */
	.listarc-tuijian-info {padding: 10px;}
}
@media (max-width: 768px) {
	.listarc-tuijian-box {
		margin-top: -20px;
	}
	.listarc-tuijian-li {
		width: auto;
		float: none;
	}
	/* .listarc-tuijian-li {width: 50%;} */
	.listarc-tuijian-info {padding: 8px;}
	.listarc-tuijian-title {font-size: 13px;}
	.listarc-tuijian-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}

@media (max-width: 480px) {
	.tuijian-case-type {padding-bottom: 5px;}
	.listarc-tuijian-box {
		margin-top: -10px;
	}
	.listarc-tuijian-link {padding: 0; margin: 5px;}
	.listarc-tuijian-info {
		/* padding: 5px; */
	}
	.listarc-tuijian-title {font-size: 12px;}
}
/* 推荐文章 end */



/* 文章列表 start */
.listarc-ul {}
.home-listarc-ul {
	padding: 10px 0;
}

.listarc-li {
}

.listarc-li.last, .listarc-li:nth-of-type(3n+3) {
	margin-right:0;
}

.listarc-link {
	display: block;
	position: relative;overflow: hidden;
	border-bottom:1px dashed #e5e5e5;
	padding: 25px 0;
}

.home-listarc-link {
	padding: 15px 0;
}

.listarc-date-box {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.listarc-date-bg {
	width: 84px;
	height: 84px;
	min-height: 23px;
    line-height: 23px;
	cursor: pointer;
    text-align: center;
    background: #f2f2f2;
    vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
}

.listarc-day {
	font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
}

.listarc-year-moon {
	font-size: 14px;
    line-height: 14px;
}

.listarc-info {
	overflow: hidden;
}
.listarc-title-box {
	padding:3px 0;
}
.listarc-time {
	float:right;
	font-size:15px;
}
.listarc-title {
	/* text-align: center; */
	font-size: 16px;
	font-weight:normal;
	overflow:hidden;
	margin-right: 90px;
	white-space:nowrap;
	line-height: 1.4;
	text-overflow:ellipsis;
}
.listarc-desc {
	margin-top: 4px;
    font-size: 15px;
    line-height: 24px;
    color: #9B9B9B;
	height: 48px;
    /* margin-bottom: 6px; */
	overflow:hidden;
	/* white-space:nowrap;
	text-overflow:ellipsis; */
}


.listarc-link:hover .listarc-image {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listarc-title:hover {
	color: #01253d;
}

@media (max-width:1200px){

}

@media (max-width:992px){
	.listarc-title-box {padding: 5px 0;}
	.listarc-title {font-size: 14px;}
	.listarc-desc {font-size: 14px; line-height: 20px; height: 40px;}
}

@media (max-width:768px){
	.listarc-ul {padding:0 8px;}
	.listarc-link {padding: 10px 0;}
	.listarc-title-box {}
	.listarc-title {padding: 0;font-size: 14px;}
	.listarc-time {font-size:12px;}
	.listarc-day {font-size: 22px;}
	.listarc-desc {margin:0;font-size:12px; height: 80px; }
}
@media (max-width:666px){
	.listarc-title-box {padding: 2px 0 3px;}
	.listarc-image {height: 100px; width: 160px;}
	.listarc-desc {line-height: 18px; height: 68px;}
}
@media (max-width:560px){
	.listarc-image {height: 80px; width: 120px;}
	.listarc-desc {height: 51px;}
}

@media (max-width:480px){
	.listarc-link {padding: 8px 0;}
	.listarc-image {width: 100px; height: 66px; }
	.listarc-date-box {
		margin-right: 8px;
	}
	.listarc-date-bg {width: 75px; height: 80px;}
	.listarc-day {padding-top: 15px;}
	.listarc-year-moon {font-size: 13px; margin-top: 5px;}
	/* .listarc-desc {height: 36px;} */
}
/* 文章列表 end */




/* 服务流程 start  */
.flow-page-bg {
	position: relative;
}
.flow-page-line {
	position: absolute;
	left: 50%;
	width: 21px;
	height: 100%;
	margin-left: -10px;
	background-position: top center;
	/* background-repeat: no-repeat; */
	/* background-size: 100% auto; */
}
.flow-list-ul {
	position: relative;
	padding-bottom: 50px;
}
.flow-list-li {
}
/* .flow-list-li.odd {float: left;}
.flow-list-li.even {float: right;} */
.flow-list-link {
	width: 50%;
	margin-bottom: -50px;
}
.flow-list-link.odd {
	float: left;
}

.flow-list-link.even {
	float: right;
}
.flow-list-left {
	width: 240px;
}

.flow-list-left.odd {
	float: right;
	margin-right: 20px;
}
.flow-list-left.even {
	float: left;
	margin-left: 20px;
}

.flow-list-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flow-list-info {
	overflow: hidden;
}
.flow-list-info.odd {
	padding-right: 20px;
	text-align: right;
	
}
.flow-list-info.even {
	padding-left: 20px;
}

.flow-list-title {
	overflow: hidden;
	font-weight: normal;
	line-height: 28px;
	font-size: 16px;
	margin-top: 15px;
}


.flow-list-desc {
	line-height: 25px;
	color: #999;
	height: 125px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.flow-list-left {width: 200px;}
	.flow-list-info {}
	.flow-list-title {margin-top: 0;}
	.flow-list-image  {line-height: 25px; font-size: 15px;}
	.flow-list-desc {line-height: 20px; height: 120px;}
}
@media (max-width: 888px) {
	.flow-list-left {width: 180px;}
	.flow-list-info.odd {padding-right: 10px;}
	.flow-list-info.even {padding-left: 10px;}
}
@media (max-width: 768px) {
	.flow-page-line {left: 5px;}
	.flow-list-ul {padding-left: 21px; padding-bottom: 0;}
	.flow-list-link {margin-bottom: 20px; width: auto;}
	.flow-list-link.odd, .flow-list-link.even {float: none;}
	.flow-list-left.odd, .flow-list-left.even {float: left; margin-left: 0; margin-right: 10px;}
	.flow-list-info.odd, .flow-list-info.even {padding-left: 0; padding-right: 0; text-align: left;}
	.flow-list-image  { line-height: 22px; font-size: 14px;}
	.flow-list-desc {height: auto;font-size: 13px;}
}
@media (max-width: 666px) {
	.flow-list-left {width: 130px;}
	.flow-list-image  {}
}
@media (max-width: 480px) {
	.flow-list-left {width: 110px;}
	.flow-list-image {}
	.flow-list-title {font-size: 15px; line-height: 20px;}
	.flow-list-desc {font-size: 12px; line-height: 16px;}
}
/* 服务流程 end  */



/* layui样式调整 start */
.layui-table-view .layui-table td, .layui-table-view .layui-table th {padding: 10px 0!important;}
.layui-table-view .layui-table {min-width: 100%;}
.layui-table thead tr {background-color: #F5F7F9!important;}
.layui-table-body .layui-table tr:nth-child(even) {background-color: #F5F7F9!important;}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	color: #fff!important;
	background-color: #01253d!important;
	background-image: -webkit-linear-gradient(#71B0DC, #01253d)!important;
	background-image: -moz-linear-gradient(#71B0DC, #01253d)!important;
	background-image: -ms-linear-gradient(#71B0DC, #01253d)!important;
	background-image: -o-linear-gradient(#71B0DC, #01253d)!important;
	background-image: linear-gradient(#71B0DC, #01253d)!important;
}
.layui-table td, .layui-table th {font-size: 16px!important;}
/* layui样式调整 end */


/* 评论 start */
#comment-row {min-height: 188px;}
/* 评论 end */


.tips-zanwu {padding: 30px; text-align: center;}



/* 行业数据 start */
.hangyedata-body-bg {background-color: #fff; padding: 15px; border-radius: 10px;}
.hangyedata-body-bg .layui-table, .hangyedata-body-bg .layui-table-view {margin: 0;}
.layui-table-page, .layui-table-total {margin-bottom: 0;}
/* 行业数据 end */

/* 人才库 start */
.rencai-list-link, .rencaijianshu-list-litpic {cursor: pointer;}
.rencai-list-link:hover {color: #01253d;}
.rencai-search-form-bg {border: 1px solid #efefef; width: 320px; /* box-shadow: 0 0 2px #999; */}

/* .layui-table-cell {height: auto;} */
.layui-table-cell {
    height: auto ;
    /* white-space: normal; */
    white-space: nowrap;
	/* width: auto !important; */
}
.layui-table-cell[align="center"] {
	margin: 0 auto;
}
.layui-table-box {}
.layui-table-body {/* max-height: 80vh; */}

.rencaijianshu-body-bg .layui-table-header .layui-table tr:nth-child(1) {background-color: #F3F7FF;}

/* .rencaijianshu-body-bg .layui-table-body .layui-table tr:nth-child(odd) {background-color: #FFFFFF;}
.rencaijianshu-body-bg .layui-table-body .layui-table tr:nth-child(even) {background-color: #F3F7FF;} */

.rencaijianshu-body-bg .layui-table-cell {height: auto;}
.rencaijianshu-body-bg .layui-table-view .layui-table td, .rencaijianshu-body-bg .layui-table-view .layui-table th {vertical-align: middle; border-right: 0;}
.rencaijianshu-body-bg .layui-table-view .layui-table td {padding: 15px 0;}

.rencaijianshu-list-litpic {border-radius: 50%; width: 80px; height: 80px; object-fit: cover;}
/* 人才库  end */


/* 联系人 start */
.lianxiren-btn-shenqing {cursor: pointer; line-height: 27px;}
.lianxiren-btn-shenqing:hover {}
/* 联系人 end */


/* 登录 start */
.login-main {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 auto;
	/* border: 1px solid #ddd; */
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	overflow: hidden;
	/* box-shadow: 0 0 5px #dedede; */
}


.login-main-left {width: 300px; height: 100%;}
.login-main-left-bg { background-color: rgba(0, 112, 192, 1.0); padding: 30px; height: 100%; box-sizing: border-box; text-align: center;}
.login-main-right {height: 100%;}
.login-main-right-bg {padding: 50px; height: 100%; box-sizing: border-box;  width: 380px; background: #fff; background-color: rgba(24,51,83,.7);}
.login-main .layui-elip {height: 35px; line-height: 35px; font-size: 22px; font-weight: 100; text-align: center; margin-bottom: 30px; color: #fff;}
.login-main .layui-elip span.version {font-size: 12px; }
.login-main form .layui-input-inline,.login-main form .layui-input-inline button{width: 100%; }
.login-main form .verify-box input {display: inline-block; width: 60%; }
.login-main form .verify-box img {display: inline-block; margin-left: 2%; width: 36%; height: 38px; }

.login-main .layui-form-item label.item {position: absolute; color: #757575; left: 10px; top: 9px; line-height: 20px; background: #fff; padding: 0 5px; font-size: 14px; cursor: text; }
.login-main .layui-form-item label.item{transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}

/* .login-main .layui-input, .login-main .layui-textarea {background-color: #fff; color: #000;} */

.login-btn {margin-top: 15px;}
.login-btn .layui-btn { line-height: 40px; height: auto; }




.layui-btn {
	background-color: #01253d;
	border-radius: 3px;
}
.layui-form-checked[lay-skin=primary] i {
	border-color: #06c!important;
	background-color: #06c;
}
@media screen and (max-width: 450px) {
    .layui-form-item .layui-input-inline {
        margin: 0 0 10px 0px;
    }
    .login-main .layui-elip {
        font-size: 20px;
    }
    .login-main {
        border:none;
    	width: 300px;
        padding: 0 10px;
    }
}

/* 登录 end */