/* CSS Document */
@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

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);
}

/* body::-webkit-scrollbar { 
	width: 3px; 
	background-color: #ccc;
	display: none;
} 
body::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
	border-radius: 3px; 
} 
body::-webkit-scrollbar-thumb { 
	border-radius: 3px; 
	height: 60%; 
	background-color: #076ce0;
} */

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;
}







@media (min-width: 768px){
	.home-body {
		background-position: bottom;
		padding-bottom: 64%;
	}
}




/* 栏目标题2 start */
.typename-box2 {
	margin-bottom: 50px;
}
.type-name2 {
	font-size: 34px;
	line-height: 45px;
}

.type-desc-en2 {
	font-size: 22px;
}

.type-desc-en2 {
	line-height: 40px;
}
.desc-en2-line {
	font-size: 18px;
}
.desc-en2-info {
	margin: 0 15px;
}

@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-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 #DEDEDE;
	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;
	line-height: 40px;
	border: 0;
	cursor: pointer;
	
	border-radius: 8px;
	color: #fff;
    background-color: #2251ff;
    background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
    background-image: -moz-linear-gradient(#00ACAF, #0045C5);
    background-image: -ms-linear-gradient(#00ACAF, #0045C5);
    background-image: -o-linear-gradient(#00ACAF, #0045C5);
    background-image: linear-gradient(#00ACAF, #0045C5);
}

.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-body-bg {padding: 50px; border-radius: 10px;}
.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-body-bg {padding: 25px;}
	.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-page-body-bg {padding: 15px;}
	.msg-form-row {
		margin: 0;
	}
	.msg-form-label {
		width: 40px;
		font-size: 14px;
	}
}
/* 留言表单 end */


/* tab切换 start */
.tab-type-title {
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.tab-type-item.cur .tab-type-title {
	/* color: #2251ff; */
	/* border-color: #2251ff; */
}
.tab-body-item {display: none;}
.tab-body-item.cur {display: block;}

.tab-child-body-item {display: none}
.tab-child-body-item.cur {display: block;}
/* tab切换 end */


/* 列表页banner start */
.list-banner-image-box {
	/* padding-bottom: 10.4166666667%; */
	padding-bottom: 15.625%;
}
.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%;
	}
}
/* 列表页banner end */



/* 板块标题 start */
.type-entitle, .type-subtitle {font-size: 32px; color: #333333; line-height: 1.6; text-transform: uppercase;}
.type-subtitle {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 ******/

.page-box-catdir {position: relative; top: -76px;}


.body-bg {
	/* background-color: #030F32; */
	color: #fff;
}
/* 首页板块标题 start */
.home-type-name {font-size: 20px;}
.home-type-icon-box {}
.home-type-name-bg {
	padding: 5px 120px 10px; 
	background-image: url(../images/typebg.png);
}
.home-type-name {/* font-size: 32px; */ color: #fff; line-height:30px;}
.home-type-icon {margin: 0 10px; display: block; height: 40px;}
/* 首页板块标题 end */


/* 新闻中心 start */
.list-news-ul {
	/* overflow: hidden; */
	padding: 10px 0;
}
.list-news-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-news-link {
	/* cursor: unset; */
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.list-news-li-bg {
	margin: 0 10px;
}

.list-news-image-box {padding-bottom: 56.25%;}
.list-news-image {object-fit: fill;}
.list-news-icon {
	display: block;
}
.list-news-info {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 25px; color: #fff; background-color: rgba(0,0,0,.3);
}
.home-list-news-info {
	padding-top: 10px;
}
.list-news-title {
	font-size: 18px;
	line-height: 1.75;
	text-align: center;
}

.list-news-desc {
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
}
.list-news-more-row {
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.list-news-more {
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	color: #666;
	transition: all .6s;
}

/* .list-news-link:hover {-webkit-transform: scale(1.01); -moz-transform: scale(1.01); -ms-transform: scale(1.01); -o-transform: scale(1.01); transform: scale(1.01);} */
.list-news-link:hover .list-news-image {-webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02);}
.list-news-info:hover {background-color: rgba(0, 0, 0, .6);}



@media (max-width: 1200px) {
	.list-news-info {padding: 20px;}
	.list-news-title {font-size: 22px;}
	.list-news-desc {margin-top: 8px; font-size: 14px; line-height: 20px;}
}
@media (max-width: 992px) {
	.list-news-info {padding: 10px 0 0; position: static; color: #000; background-color: transparent; text-align: center;}
	.list-news-title {font-size: 20px;}
	.list-news-desc {margin-top: 8px;}
}
@media (max-width: 768px) {
	.swiper-home-news {overflow: initial;}
	.list-news-ul {
		padding: 0;
		margin: 0;
	}
	.list-news-li {width: 50%;}
	.list-news-li-bg {
		margin: 0 5px;
		padding: 0;
	}
	.list-news-icon {height: 65px;}
	.list-news-title {
		font-size: 18px;
	}
	.list-news-desc {
		font-size: 13px;
		line-height: 20px;
		color: #666;
		height: auto;
		display: block;
	}

}

@media (max-width: 480px) {

	.list-news-icon {
		margin: 0 auto;
		height: 50px;
	}
	.list-news-li-bg {
		/* margin: 0 3px; */
	}
	/* .list-news-image-box {padding-bottom: 75%;} */
	.list-news-info {padding-top: 8;}
	.list-news-title {
		font-size: 15px;
	}
	.list-news-desc {
		margin-top: 5px;
		line-height: 17px;
		font-size: 12px;
		height: auto;
	}

	
	.news-swiper-page-bg {padding: 0 15%;}
	.news-swiper-button-next, .news-swiper-button-prev {display: block;}
	.home-list-news-li-bg {
		background-color: #fff;
		color: #000;
		border-radius: 10px;
		transition: all .6s;
	}
	.home-list-news-image-box {border-radius: 10px;}
	.home-list-news-info {padding: 12px;}
	.swiper-slide-active .list-news-more-row {margin-top: 10px; height: 20px;}
}
/* 新闻中心 end */


/* 峰会单位 start */
.danwei-page-body-bg {}
.danwei-page-logo {max-height: 70px;}
.danwei-page-logo-row {}
.danwei-page-image-row{margin-top: 100px;}
.danwei-page-image {}


.list-danwei-ul {
	margin-top: 120px;
	overflow: hidden;
}
.list-danwei-li {
	width: 20%;
	/* width: 16.666666667%; */
	float: left;
	transition: .5s;
}
.list-danwei-link {
	/* cursor: unset; */
	display: block;
	margin: 10px;
	/* margin: 10px; */
	/* border-radius: 5px; */
	/* box-shadow: 0 0 3px #dedede; */
	border: 1px solid #B0E3F7;
}
.list-danwei-li-bg {
	padding: 40px 10px;
	/* padding: 20px 10px; */
	text-align: center;
	/* background-color: #D5EBF8; */
	background-color: rgba(255,255,255, .5);
	/* border-radius: 5px; */
}

.list-danwei-icon-box {}
.list-danwei-icon {display: block; margin: 0 auto; height: 80px; /* height: 100px; */}

.list-danwei-info {padding-top: 20px; /* padding-top: 5px; */}

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

.list-danwei-desc {
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	line-height: 25px;
	height: 50px;
}


@media (min-width: 768px) {
	.list-danwei-link:hover {
		/* -webkit-transform: translateY(-9px);
		-moz-transform: translateY(-9px);
		-ms-transform: translateY(-9px);
		-o-transform: translateY(-9px);
		transform: translateY(-9px);
		-webkit-box-shadow: 10px 10px 10px -10px rgba(100,100,100,.9);
		-moz-box-shadow: 10px 10px 10px -10px rgba(100,100,100,.9);
		-ms-box-shadow: 10px 10px 10px -10px rgba(100,100,100,.9);
		-o-box-shadow: 10px 10px 10px -10px rgba(100,100,100,.9);
		box-shadow: 10px 10px 10px -10px rgbargba(100,100,100,.9); */
		/* box-shadow: 5px 5px 5px #ccc; */
		-webkit-transform: scale(1.05);
		-moz-transform: translateY(1.05);
		-ms-transform: translateY(-1.05);
		-o-transform: translateY(1.05);
		transform: translateY(1.05);
		/* box-shadow: 0 0 10px #dedede; */
		border-color: #2251ff;
	}
	.list-danwei-link:hover, .list-danwei-link:hover * {
		color: #009aff;
	}
}
@media screen and (max-width: 768px) {
	.list-danwei-li {width: 33.3333333%;}
	.list-danwei-link {margin: 10px;}
	.list-danwei-li-bg {padding: 20px 5px 10px;}
	.list-danwei-icon-box {}
	.list-danwei-icon {width: 80px; height: 80px;}
	.list-danwei-desc {font-size: 13px; line-height: 20px;}
	.list-danwei-ul {padding: 0;}
	.list-danwei-title {font-size: 16px;}
}

@media (max-width: 480px) {
	.list-danwei-ul {margin: 0 -5px;}
	.list-danwei-li {width: 50%;}
	.list-danwei-link {margin: 5px;}
	.list-danwei-li-bg {padding: 30px 5px 10px;}
	.list-danwei-icon-box {}
	.list-danwei-icon {width: 60px; height: 60px;}
	.list-danwei-info {padding-top: 5px;}
	.list-danwei-title {text-align: center; font-size: 14px;}
	.list-danwei-desc {line-height: 18px; font-size: 12px;}
	.list-danwei-more {width: 35px; height: 35px; margin-top: 5px;}
}
/* 峰会单位 end */


/* 新闻中心 start */
.news-page-left {}
@media (min-width: 769px) {
	.news-page-left {width: 50%; position: absolute; top: 0; left: 0; bottom: 0;}
	.news-page-right {width: 48%; float: right; overflow: initial;}
}
.news-left-link {display: block; position: relative;}
.news-left-image-box {padding-bottom: 62.5%; border-radius: 10px;}
@media (min-width: 769px) {
	.news-left-ul, .news-left-li, .news-left-link {height: 100%;}
	.news-left-image-box {height: 100%; padding-bottom: 0;}
}
.news-left-image-info-bg {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    border-radius: 0px 0px 8px 8px;
    overflow: hidden;
	
}
.news-left-image-info-bg img {width: 100%; min-height: 160px;}
.news-left-info {position: absolute; right: 0; bottom: 0; left: 0; padding: 20px; /* background-color: rgba(0,0,0,.5); */}
.news-left-btn-box { margin-bottom: 10px;}
.news-left-btn {
	display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #004098;
   
}
.news-left-title {font-size: 18px; line-height: 32px;}
.news-left-desc {margin-top: 10px; line-height: 24px;}

.news-list-ul {}
.news-list-li {}
.news-list-li+.news-list-li {}
.news-list-link {display: block; padding: 20px; border-bottom: 1px solid #d8d8d8;}
.news-list-info {overflow: hidden; line-height: 25px;}
.news-list-time {color: #666;}
.news-list-time.fr {margin-left: 10px;}
.news-list-title {margin-top: 4px; font-size: 18px; line-height: 28px;}
.news-list-desc {margin-top: 4px; font-size: 16px; line-height: 24px; color: #999;}

.news-list-link:hover {color: #2251ff; border-bottom: #FFFFFF 1px solid; box-shadow: 0 6px 15px rgba(7,85,121,0.16);}
.news-list-li:hover .news-list-title {
	color: #2251ff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}

@media (max-width: 1200px) {
	.news-list-link {padding: 15px;}
}
@media (max-width: 992px) {
	.news-left-title {font-size: 18px;}
}
@media (max-width: 768px) {
	.news-page-right {float: none;}
	.news-left-info {padding: 15px;}
	.news-left-title {font-size: 16px; line-height: 1.8;}

	.news-list-item {float: none; width: auto;}
	.news-left-desc {margin-top: 8px; line-height: 22px;}
}
@media (max-width: 480px){
	.news-left-title {font-size: 16px; line-height: 1.5;}
	.news-left-desc {margin-top: 5px; font-size: 13px; line-height: 20px;}

	.news-list-li {margin-right: 0; float: none; width: auto; padding-right: 0;}
	.news-list-link {margin: 0; padding: 10px;height: auto;}
	.news-list-info {line-height: initial;}
	.news-list-time {}
	.news-list-title {font-size: 15px; line-height: initial;}
	.news-list-desc {font-size: 13px; line-height: 17px; height: autp;}
	.news-page-more {margin-top: 20px;}
}
/* 新闻中心 end */


/* 嘉宾观点 start */
.list-guandian-ul {margin: 0 -10px;}
.list-guandian-li {width: 25%; float: left;}
.list-guandian-link {
	display: block;
	overflow: hidden;
	margin: 0 10px;
	/* background-color: #f5f5f5; */
	/* background-color: #fff; */
	/* background-color: rgba(255, 255, 255, .3); */
	box-shadow: 0px 8px 32px 0px rgb(0 0 0 / 6%);
	/* border-radius: 8px; */
}
.list-guandian-link:after {
	content: "";
	display: block;
	clear: both;
}
.list-guandian-left {
	float: left;
	width: 170px;
}
.list-guandian-image-box {
	overflow: hidden;
	padding-bottom: 133.333333333%;
	/* padding-bottom: 75%; */
}
.list-guandian-image {
	object-fit: cover;
}
.list-guandian-info {
	padding: 35px 35px 0;
}
.list-guandian-title {
	display: inline-block;
    vertical-align: middle;
	font-size: 20px;
    color: #303133;
    line-height: 26px;
    margin-right: 16px;
}
.list-guandian-short {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	font-size: 12px;
    font-weight: 500;
    color: #00579E;
    line-height: 18px;
    padding: 4px 12px;
    background: #00579E15;
    border-radius: 17px;
}
.list-guandian-attr {margin-top: 20px; font-size: 16px;}
.list-guandian-desc {
	margin-top: 20px;
    font-weight: 400;
    color: #888;
	/* font-size: 16px; */
    line-height: 28px;
    text-align: justify;
    height: 56px;
    /* overflow: auto; */
}

.list-guandian-link:hover {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
	/* box-shadow: 0 0 0 5px #BEE8F6; */
	/* box-shadow: 0 0 5px #dedede; */
}
@media (max-width: 1200px) {
	/* .list-guandian-image {height: 260px;} */
	.list-guandian-title, .list-guandian-short  {}
	.list-guandian-short {font-weight: normal; color: #666; font-size: 14px;}
	.list-guandian-attr {margin-top: 10px;}
	.list-guandian-desc {margin-top: 10px;}
}
@media (max-width: 992px) {
	.list-guandian-left {
		width: 120px;
	}
	.list-guandian-info {
		padding: 15px 15px 0;
	}
	/* .list-guandian-image {height: 220px;} */
}
@media (max-width: 888px) {
	/* .list-guandian-image {height: 180px;} */
}
@media (max-width: 768px) {
	.list-guandian-page-box {
		margin-top: -20px;
	}
	.list-guandian-ul {
		margin-top: -20px;
	}
	.list-guandian-ul {
		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;
	}
	.list-guandian-title {margin-top: 0; margin-right: 8px;}
	.list-guandian-short {
		padding: 2px 15px;
	}

	.list-guandian-attr {
		font-size: 13px;
	}
	.list-guandian-desc {
		margin-top: 0; font-size: 13px; line-height: 20px; height: 40px;
	}
	.list-guandian-left {
		width: 100px;
	}
	.list-guandian-info {
		padding: 12px 12px 0;
	}
	.list-guandian-desc {
		margin-top: 8px;
		font-size: 12px;
		line-height: 18px;
	}
}
@media (max-width: 560px) {
	.list-guandian-li { width: 50%; float: none; }
	.list-guandian-link {margin: 10px 0;}
	/* .list-guandian-image {height: 190px;} */
	.list-guandian-title {}

	.list-guandian-li {
		width: auto;
		float: none;
	}
}
@media (max-width: 480px) {
	.list-guandian-ul {
		padding-top: 10px;
	}
	.list-guandian-link {margin: 5px 0;}
	.list-guandian-title { font-size: 15px;}
	.list-guandian-short {font-size: 13px;}
	.list-guandian-attr {
		margin-top: 10px;
		font-size: 12px;
	}
	.list-guandian-desc {}
}
@media (max-width: 414px) {
}
/* 嘉宾观点 end */


/* 会议亮点 start */
.list-liangdian-ul {
	overflow: hidden;
	padding: 10px 0;
}
.list-liangdian-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-liangdian-link {
	/* cursor: unset; */
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.list-liangdian-li-bg {
	margin: 0 10px;
}

.list-liangdian-image-box {padding-bottom: 50%;}

.list-liangdian-icon {
	display: block;
}
.list-liangdian-info {position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 25px; color: #fff; background-color: rgba(0,0,0,.3);}
.list-liangdian-title {
	font-size: 24px;
}

.list-liangdian-desc {
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
}


/* .list-liangdian-link:hover {-webkit-transform: scale(1.01); -moz-transform: scale(1.01); -ms-transform: scale(1.01); -o-transform: scale(1.01); transform: scale(1.01);} */
.list-liangdian-link:hover .list-liangdian-image {-webkit-transform: scale(1.02); -moz-transform: scale(1.02); -ms-transform: scale(1.02); -o-transform: scale(1.02); transform: scale(1.02);}
.list-liangdian-info:hover {background-color: rgba(0, 0, 0, .6);}



@media (max-width: 1200px) {
	.list-liangdian-info {padding: 20px;}
	.list-liangdian-title {font-size: 22px;}
	.list-liangdian-desc {margin-top: 8px; font-size: 14px; line-height: 20px;}
}
@media (max-width: 992px) {
	.list-liangdian-info {padding: 10px 0 0; position: static; color: #000; background-color: transparent; text-align: center;}
	.list-liangdian-title {font-size: 20px;}
	.list-liangdian-desc {margin-top: 8px;}
}
@media (max-width: 768px) {
	.list-liangdian-ul {
		padding: 0;
	}
	.list-liangdian-li {}
	.list-liangdian-link {}
	.list-liangdian-li-bg {
		margin: 0 5px;
		padding: 0;
	}
	.list-liangdian-icon {height: 65px;}
	.list-liangdian-title {
		font-size: 18px;
	}
	.list-liangdian-desc {
		font-size: 13px;
		line-height: 20px;
		color: #666;
		height: auto;
		display: block;
	}
}

@media (max-width: 480px) {
	.list-liangdian-ul {
		margin: 0 -3px;
	}
	.list-liangdian-icon {
		margin: 0 auto;
		height: 50px;
	}
	.list-liangdian-li-bg {
		margin: 0 3px;
	}
	.list-liangdian-image-box {padding-bottom: 75%;}
	.list-liangdian-info {padding-top: 8;}
	.list-liangdian-title {
		font-size: 15px;
	}
	.list-liangdian-desc {
		margin-top: 5px;
		line-height: 17px;
		font-size: 12px;
		height: auto;
	}
	.list-liangdian-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}
}
/* 会议亮点 end */


/* 演讲嘉宾 start */
.page-type-tips {/* color: #e00; */ margin-bottom: 10px; padding: 0 10px;}
.team-list-ul {
	
}
.list-team-ul {
	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: 20%;
	/* width: 16.666666667%; */
	float: left;
	transition: .5s;
}
.home-team-list-li {width: 20%; height: 100%;}
.team-list-link {
	/* cursor: unset; */
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}
.team-list-li-bg {
	/* border-radius: 8px; */
	overflow: hidden;
	height: 100%;
	/* background-color: #f8f8f8;
	box-shadow: 0 0 3px #dedede; */
}
.team-list-image-box {
	/* padding-bottom: 180%; */
	padding-bottom: 100%;
	
	/* background-color: #dedede; */
	/* background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5); */
}
.history-team-list-image-box {padding-bottom: 133.3333333%;}
.team-list-image-box, .team-list-image {border-radius: 50%;}
.team-list-image {
	/* object-fit: contain; */
}
.team-list-icon {
	display: block;
}
.team-list-info {
	/* position: absolute; right: 0; bottom: 0; left: 0; padding: 15px; color: #fff; background-color: rgba(0,0,0,.1); */
	padding: 10px 0;
	text-align: center;
	/* padding: 10px 0; */
	font-size: 16rem;
}
.team-list-title {
	font-weight: normal;
	font-size: inherit;
}
.team-list-desc {
	margin-top: 5px;
	line-height: 22px;
	/* font-size: 13px; */
}
.team-list-attr {
	/* color: #666; */
	line-height: 20px;
	/* font-size: 12px; */
}
.team-list-company {}

.team-list-company-item {margin: 0 2px;}
.team-list-short {}


@media (max-width: 1500px) {
	.team-list-li {
		/* width: 25%; */
	}
}
@media (max-width: 1200px) {
	.team-list-li {
		width: 25%;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	.team-list-li {
		width: 33.33333333%;
	}
	.team-list-li-bg {
		padding: 0;
	}
	.team-list-link {padding: 0;}
	.home-team-list-li-bg {padding: 0 12px;}
	.team-list-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}
	.team-list-ul {
		padding: 0;
	}
	.team-list-icon {height: 65px;}
	.team-list-title {
		font-size: 14px;
		margin: 10px 0;
	}
}
@media (max-width: 480px) {
	.team-list-li {
		width: 50%;
	}
	/* .home-team-list-li-bg {padding: 0 8px;} */
	.team-list-info {padding: 8px;}
	.team-list-title {margin: 0;}
	.team-list-desc {
		margin-top: 5px;
		line-height: 18px;
		font-size: 12px;
	}
	.team-list-attr {font-size: 12px;}
	.team-list-company {margin-top: 5px;}
	.team-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}
}
/* 演讲嘉宾 end */


/* 峰会议程 start */
.yicheng-page-box {background-color: #f7fcfe;}
.yicheng-page-body-bg {max-width: 900px; margin: 0 auto;
 /* padding: 40px 0; */
}
.yicheng-type-ul {margin: 0 -5px;}
.yicheng-type-li {width: 100%; float: left;}
.yicheng-type-title {margin: 0 5px; padding: 15px 10px; line-height: 20px; font-size: 18px; text-align: center; border: 0; /* border: 1px solid #2251ff; */ box-sizing: border-box;
/* background-color: #efefef; */
}
.yicheng-type-li.cur .yicheng-type-title {
	color: #fff;
	background-color: #2251ff; 
	/* background-image: -webkit-linear-gradient(to bottom, #60A9AD, #2251ff); background-image: -moz-linear-gradient(to bottom, #60A9AD, #2251ff); background-image: -ms-linear-gradient(to bottom, #60A9AD, #2251ff); background-image: -o-linear-gradient(to bottom, #60A9AD, #2251ff); background-image: linear-gradient(to bottom, #60A9AD, #2251ff); */
	/* background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5); */
}

.yicheng-chiild-type-ul {padding-top: 8px;}
@media (min-width: 769px) {
	.yicheng-chiild-type-ul {flex-wrap: initial;}
}
.yicheng-chiild-type-li {float: left;}
.yicheng-chiild-type-li+.yicheng-chiild-type-li {margin-left: 8px;}
.yicheng-chiild-type-title {padding: 8px;
 /* background-color: #efefef; */
	/* background-color: #608aff; */
 font-size: 15px; cursor: pointer; min-width: 200px; text-align: center; height: 100%;  box-sizing: border-box;}
.cur>.yicheng-chiild-type-title {
	background-color: #2251ff;
	color: #fff;
	/* background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5); */
}

.list-yicheng-ul {margin-top: 8px;}
.list-yicheng-link {font-size: 18px; line-height: 1.75; /* line-height: 19px; */ color: #fff;}
.list-yicheng-link-odd {
	/* background-color: #efefef; */
	/* background-color: #E7F6FF; */
	/* background-color: #d9e7ff; */
	/* background-color: #eaf1ff; */
	/* background-color: #4c7dc5; */
}
.list-yicheng-link-even {
	/* background-color: #f7feff; */
	/* background-color: #00ACAF; */
}
.list-yicheng-title, .list-yicheng-desc { padding: 9px; padding: 8px 20px;}
.list-yicheng-title {
	/* width: 160px; */
	-webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-shrink: 0; -o-flex-shrink: 0; flex-shrink: 0;  text-align: center;
	color: #00f0ff;
}
.list-yicheng-icon {
	display: block;
	height: 10px;
}
.list-yicheng-desc {}
.list-yicheng-desc * {white-space: normal !important;}

/* 边框 start */
/* .list-yicheng-ul {
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF, #00ACAF);
	background-image: -moz-linear-gradient(to right, #0045C5, #00ACAF, #00ACAF);
	background-image: -ms-linear-gradient(to right, #0045C5, #00ACAF, #00ACAF);
	background-image: -o-linear-gradient(to right, #0045C5, #00ACAF, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF, #00ACAF);
	border: 1px solid #48bfc5;
}
.list-yicheng-li+.list-yicheng-li {border-top: 1px solid #48bfc5;}
.list-yicheng-desc {border-left: 1px solid #48bfc5;} */
.list-yicheng-li+.list-yicheng-li {border-top: 1px dashed #fff;}
/* 边框 end */

@media (max-width: 1200px) {
	.yicheng-type-title {font-size: 20px;}
	
	.list-yicheng-title {width: 140px; white-space: nowrap;}
}
@media (max-width: 992px) {
	.yicheng-type-title {font-size: 20px;}

	.list-yicheng-title {}
}
@media (max-width: 768px) {
	.yicheng-page-body-bg {padding: 0 5px;}
	.yicheng-type-ul {margin: 0;}
	.yicheng-type-title {font-size: 18px; padding: 10px 0; margin: 0;}
	
	.yicheng-chiild-type-ul {padding-top: 10px; display: block;}
	.yicheng-chiild-type-li {
		/* width: 33.3333333%; */
		width: auto;
		float: none;
	}
	.yicheng-chiild-type-li+.yicheng-chiild-type-li {margin-left: 0;}
	.yicheng-chiild-type-title {
		min-width: auto; text-align: center; font-size: 16px; padding: 10px 8px;
		/* border-right: 1px solid #fff; border-bottom: 1px solid #fff; */
	}
	
	.list-yicheng-ul {margin-top: 15px;}
	.list-yicheng-link {font-size: 13px;}
	.list-yicheng-title {width: 120px;}
	
}

@media (max-width: 480px) {
	.yicheng-type-title {font-size: 16px; line-height: 25px;}
	
	.yicheng-chiild-type-ul {/* display: block; */}
	/* .yicheng-chiild-type-li {width: 50%;} */
	.yicheng-chiild-type-title {font-size: 14px; padding: 8px 5px;}
	
	.list-yicheng-link {}
	.list-yicheng-title, .list-yicheng-desc {padding: 5px 8px;}
	.list-yicheng-title {width: 90px;}
}
/* 峰会议程 end */


/* 峰会议程2 start */
.history-list-ul-bg {
	margin-top: 8px;
}
.history-list-ul {
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	/* max-width: 1000px; */
	border-radius: 10px;
	box-shadow: 0 0 5px #e5f1ff;
}
.history-list-li {
	overflow: hidden;
}
.history-list-li {padding-bottom: 10px;}
.history-list-link {
	display: block;
	cursor: unset;
	line-height: 20px;
}
.history-list-left, .history-list-right {margin-top: -2px;}
.history-list-left {
	width: 110px;
}

.history-list-right {
	overflow: hidden;
}


.history-list-info-box {}

.history-list-line-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #f2f2f2;
	margin: 0 20px;
}
.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: 10px;
    text-align: center;
    position: absolute;
    left: 50%;
	/* border: 5px solid #637989; */
	background-color: #fff;
	margin-left: -7px;
	border: 2px solid #637989;
}

.line-circle-in {
	position: relative;
    width: 10px;
    height: 10px;
    /* opacity: .3; */
    border-radius: 50%;
	background-color: #E1F7FF;
	background-image: linear-gradient(45deg, #fff, #E1F7FF, #E1F7FF);
}

.history-image {
	width: 100%;
	height: 100%;
    border-radius: 50%;
}

.history-list-info {
}
.history-list-title {
	font-size: 16px;
	color: #4C4E50;
}

.history-list-desc {
	font-size: 15px;
}


/* .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);
} */

@media (max-width: 768px) {
	.history-list-left {width: 100px;}
	/* .history-image {height: 85px;} */
	.history-list-moon-day {font-size: 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;}
	
	.line-circle-out {border-width: 3px; margin-left: -31px;}
	.line-circle-in { width: 15px; height: 15px;}
	.history-list-line {left: -10px;}
	.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;}
}
/* 峰会议程2 end */


/* 峰会议程3 start */
.list-yicheng3-ul {margin-top: 8px;}
.list-yicheng3-link {font-size: 14px; line-height: 18px; /* line-height: 19px; */}
.list-yicheng3-link-odd {
	/* background-color: #E2E4EF; */
	/* background-color: #edffff; */
	background-color: #EFF6F5;
}
.list-yicheng3-link-even {
	background-color: #DFECEA;
}
.list-yicheng3-title, .list-yicheng3-desc { padding: 9px; padding: 8px 15px;}
.list-yicheng3-title {width: 160px; -webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-shrink: 0; -o-flex-shrink: 0; flex-shrink: 0;  text-align: center;}
.list-yicheng3-desc {}
.list-yicheng3-desc * {white-space: normal !important;}

/* 边框 start */
.list-yicheng3-ul {/* border: 1px solid #9A9DA5; */}
.list-yicheng3-li+.list-yicheng3-li {/* border-top: 1px solid #9A9DA5; */}
.list-yicheng3-desc {/* border-left: 1px solid #9A9DA5; */ border-left: 1px solid #fff;}
/* 边框 end */

@media (max-width: 1200px) {
	.list-yicheng3-title {width: 140px; white-space: nowrap;}
}
@media (max-width: 992px) {
	.list-yicheng3-title {}
}
@media (max-width: 768px) {
	.list-yicheng3-ul {margin-top: 15px;}
	.list-yicheng3-link {font-size: 13px;}
	.list-yicheng3-title {width: 120px;}
	
}

@media (max-width: 480px) {
	.list-yicheng3-link {}
	.list-yicheng3-title, .list-yicheng3-desc {padding: 5px 8px;}
	.list-yicheng3-title {width: 90px;}
}
/* 峰会议程3 end */



/* 资料下载 start */
.down-list-li {}
.down-list-link {display: block; margin: 0 auto; border-radius: 8px; padding: 30px; max-width: 240px; background-color: #D5EBF8; border: 1px solid #B0E3F7;}
.down-list-icon {max-height: 109px;}
.down-list-info {margin-top: 40px;}
.down-list-title {font-size: 30px;}
/* 资料下载 end */

/* 资料下载2 start */
.type-tel {
	margin-top: 10px;
	font-size: 26px;
}
.contact-list-li {
	width: 33.33333333%;
	float: left;
}
.contact-list-link {
	display: block;
	margin: 20px;
	padding: 40px;
	/* background-color: #fff; */
	/* color: #666; */
	/* border: 1px solid #ccc; */
	cursor: pointer;
}
.contact-list-left {
	float: left;
	margin-right: 15px;
}

.contact-list-icon {
	display: block;
	height: 60px;
	/* width: 30px; */
	object-fit: contain;
}

.contact-list-right-bg {
	height: 57px;
}

.contact-list-title {
	font-size: 16px;
	width: 100%;
	/* color: #000; */
}
.contact-list-short {
	margin-top: 3px;
	width: 100%;
	/* font-size: 13px; */
	line-height: 17px;
}

.contact-list-link:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

@media (max-width: 1200px) {
	.contact-list-link {
		margin: 15px;
		padding: 20px 30px;
	}
	.contact-list-icon {
		/* height: 35px; */
	}
}
@media (max-width: 992px) {
	.contact-list-link {
		margin: 12px;
		padding: 20px 25px;
	}
	.contact-list-icon {
		/* height: 30px; */
	}
}
@media (max-width: 888px) {
	.contact-list-link {
		margin: 8px;
		padding: 20px;
	}
}
@media (max-width: 768px) {
	.contact-list-ul {
		padding-top: 20px;
	}
	.contact-list-link {
		margin: 5px;
		border: 0;
		padding: 0;
		border-radius: 8px;
	}
	.contact-list-bg {
		display: block;
		padding: 30px 10px;
	}
	.contact-list-left {
		float: none;
		margin-right: 0;
	}
	.contact-list-icon {
		height: 40px;
		margin: 0 auto;
	}
	.contact-list-right-bg {
		display: block;
		margin-top: 15px;
		height: auto;
		text-align: center;
	}
	.contact-list-short {
		line-height: 20px;
		height: 36px;
		overflow: hidden;
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.contact-list-ul {
		padding-top: 0;
	}
	.contact-list-title {
		font-size: 15px;
	}
	.contact-list-bg {
		padding: 30px 8px 15px;
	}
	.contact-list-short {
		line-height: 18px;
		/* height: auto; */
		height: 33px;
	}
}
@media (max-width: 380px) {
	.contact-list-ul {
		margin: 0 -3px;
	}
	.contact-list-link {
		margin: 3px;
	}
	.contact-list-icon {
		height: 35px;
	}
	.contact-list-short {
		height: 51px;
	}
}
/* 资料下载2 end */


/* 精彩视频 start */
.listvideo-li {width: 33.333333333%; float: left; text-align: center;}
.listvideo-link {margin: 15px; display: block; position: relative;}

.listvideo-image-box {
	padding-bottom: 62.5%;
 /* border-radius: 8px; */
}
.listvideo-image {
	object-fit: fill;
}
.listvideo-icon-box {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.listvideo-icon {
	display: block;
	width: 40px;
}

.listvideo-title-box {padding-top: 10px;}
.listvideo-title {font-size: 16px;}



.listvideo-link:hover {
	color: #2251ff;
}

@media (max-width: 992px) {
	.listvideo-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listvideo-ul {margin: 0;}
	.listvideo-li {width: 50%;}
	.listvideo-link {margin: 8px;}
	.listvideo-title-box {padding-top: 8px;}
	.listvideo-title {font-size: 14px;}
	.listvideo-icon {width: 35px;}
}
@media (max-width: 480px) {
	.listvideo-link {margin: 5px;}
	.listvideo-icon {width: 30px;}
}
@media (max-width: 380px) {
	.listvideo-link {margin: 5px;}
}
/* 精彩视频 end */


/* 会议地址 start */
.address-body-row {}
.address-page-left {}
@media(min-width: 769px) {
	.address-page-left {position: absolute; top: 0; left: 0; bottom: 0; width: 60%;}
}
.address-page-right {width: 40%; float: right;}
.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) {
	.address-page-left-bg {padding: 0 20px 0 0;}
}
@media (max-width: 768px) {
	.contacnt-info-bg {padding: 8px;}

	.address-page-box {padding: 15px 0;}
	.address-page-left {float: none; width: auto;}
	.address-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;
}
@media (min-width: 769px) {
	.map-box {
		height: 100%;
	}
}
.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 */
.map-page-body-bg {
	width: 100%;
	position: relative;
}

#mapContainer {
	/* height: 530px; */
	height: 546px;
}

.map-page-body-bg .icon {
	/* background: url(../images/marker.png) no-repeat; */
}

.map-page-body-bg .icon-cir {
	height: 32px;
	width: 26px;
}

.amap-container {
	height: 100%;
}

.amap-info-content {
	padding: 0;
	border: none;
	padding: 10px;
	width: 200px;
	/* height: 46px; */
	line-height: 20px;
	background-color: #253569;
	box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.amap-info-sharp {
	border: 10px solid transparent;
	border-top-color: #253569;
	border-bottom: none;
	height: 0;
	width: 0;
	background: none;
	left: -10px;
}

.amap-info-close {
	display: none;
}

canvas.amap-layer,
canvas.amap-labels {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.amap-info-content h5 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: inherit;
}

.map-info {
	/* width: 440px; */
	width: 490px;
	/* height: 500px; */
	height: 100%;
	/* height: 420px; */
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	padding: 50px;
	position: absolute;
	z-index: 9;
	/* right: 10%; */
	right: 8%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.map-info .overflow-auto {height: 100%;}

.map-type-title {
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px solid #c7c4cc;
}

.map-ul {
	margin-top: 36px;
}

.map-li {
	font-size: 14px;
	line-height: 24px;
	color: #333;
}

.map-li span {
	display: inline-block;
	width: 20px;
}
.map-li span img {vertical-align: middle; max-width: 16px; position: relative; top: -1px;}
.map-page-image-box {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.map-page-box {
		padding-bottom: 20px;
	}

	#mapContainer {
		height: 300px;
	}

	.map-info {
		width: 100%;
		height: auto;
		background-color: #fff;
		box-shadow: none;
		border-radius: 0;
		/* padding: 15px 3% 0; */
		padding: 15px 0 0;
		position: static;
	}

	.map-type-title {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.map-ul {
		margin-top: 15px;
	}

	.map-ewm-box {
		margin-top: 10px;
	}
}

@media (max-width: 480px) {
	#mapContainer {
		height: 220px;
	}
}

/* 地图 end */


/* 组织机构 start */
.jigou-page-content {font-size: 22px; line-height: 2;}
/* 组织机构 end */


/****** 首页 end ******/



/***** 20241231首页调整 start *****/

/* 会议亮点 start */
.home-list-liangdian-link {height: 100%;}
.home-list-liangdian-li-bg {height: 100%; background-color: #f5f5f5; background-color: #fff; border-radius: 8px 60px 8px 8px; overflow: hidden; box-shadow: 0 0 5px #efefef;}
.home-list-liangdian-image-box {border-radius: 0 60px 0 60px;}
.home-list-liangdian-info {padding: 20px;}
@media(min-width: 1201px){
	
}
/* 会议亮点 end */


/* 精彩视频 start */
.home-listvideo-li {width: 25%;}
.home-listvideo-link {
	/* background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px #efefef; */
}
.home-listvideo-title-box {padding: 15px;}
/* 精彩视频 end */


/* 演讲嘉宾 start */
.home-team-list-ul {height: auto;}
.home-team-list-li-link {}
.home-team-list-li-bg {
	/* padding: 10px; */
	background-color: transparent;
}
.home-team-list-info {padding-bottom: 0;}

/* .home-team-page-box {background-color: #C9E5FA;} */
.home-team-list-ul {padding: 10px 0;}
.home-team-list-link {
	position: relative;
	top: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.home-team-list-image-box-border, .home-team-list-image-box-bg {border-radius: 50%;}
.home-team-list-image-box-border {
	max-width: 200px;
	margin: 0 auto;
	border: 0;
	padding: 1px;
	background-color: #2251ff;
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5);
	/* box-shadow: 0 0 10px #0045C5; */
}
.home-team-list-image-box-bg {
	background-color: #fff;
	padding: 0;
	border-radius: 50%;
}

.home-team-list-link:hover {
	top: -5px;
}

@media(min-width: 1201px){
	
}

@media (max-width: 768px) {
	.home-listvideo-li {width: 50%;}
}
/* 演讲嘉宾 end */


/* 峰会议程 start */
.home-yicheng-page-box .yicheng-type-title, .home-yicheng-page-box .yicheng-chiild-type-title {
	/* background-color: #2251ff; */
	border-radius: 5px;
}
.home-yicheng-page-box .list-yicheng-ul {border-radius: 5px;}
@media (max-width: 768px) {
	.home-yicheng-page-box .yicheng-chiild-type-nav {display: none;}
	.home-yicheng-page-box .yicheng-chiild-type-title {padding: 3px;}
	.home-yicheng-page-box .yicheng-type-title, .home-yicheng-page-box .yicheng-chiild-type-title {
		background-color: transparent;
	}
	.home-yicheng-page-box .cur>.yicheng-chiild-type-title {
		color: #00f0ff;
	}
	
	.home-yicheng-page-box  .yicheng-child-body-item-bg {display: block;}
	.home-yicheng-page-box  .yicheng-child-page-body {margin-top: 15px;}
	.home-yicheng-page-box .list-yicheng-ul {margin-top: 0;}
	.home-yicheng-page-box .list-yicheng-li {border-bottom: 1px dashed #fff;}
	.home-yicheng-page-box .list-yicheng-li+.list-yicheng-li {border-top: 0;}
}
/* 峰会议程 end */


/* 峰会议程5 start */
.yicheng5-page-box {background-color: #f7fcfe;}
.yicheng5-page-body-bg {max-width: 900px; margin: 0 auto;
 /* padding: 40px 0; */
}
.yicheng5-child-type-name {
	padding: 4px 10px;
	border-radius: 5px;
	color: #0D57CA;
	font-weight: bold;
	background-color: transparent;
	background-image: -webkit-linear-gradient(to right, #C1D6EA, #C1D6EA88, transparent);
	background-image: -moz-linear-gradient(to right, #C1D6EA, #C1D6EA88, transparent);
	background-image: -ms-linear-gradient(to right, #C1D6EA, #C1D6EA88, transparent);
	background-image: -o-linear-gradient(to right, #C1D6EA, #C1D6EA88, transparent);
	background-image: linear-gradient(to right, #C1D6EA, #C1D6EA88, transparent);
}
.yicheng5-child-type-name sup {font-size: 70%; display: inline-block;}

.yicheng5-child-body-row {padding: 20px 8px;}

.list-yicheng5-ul {}
.list-yicheng5-li+.list-yicheng5-li {margin-top: 10px;}
.list-yicheng5-link {
	/* color: #fff; */
	line-height: 22px;
}
.list-yicheng5-link-odd {
	/* background-color: #efefef; */
	/* background-color: #E7F6FF; */
	/* background-color: #d9e7ff; */
	/* background-color: #eaf1ff; */
	/* background-color: #4c7dc5; */
}
.list-yicheng5-link-even {
	/* background-color: #f7feff; */
	/* background-color: #00ACAF; */
}
.list-yicheng5-title-item, .list-yicheng5-spot-item {margin-right: 15px;}
.list-yicheng5-title {
	/* width: 160px; */
	-webkit-flex-shrink: 0; -moz-flex-shrink: 0; -ms-flex-shrink: 0; -o-flex-shrink: 0; flex-shrink: 0;  text-align: center;
	/* color: #00f0ff; */
	color: #013555;
	background-color: #01E6EC;
	line-height: 16px;
	padding: 3px 5px;
	border-radius: 3px;
	width: 95px;
	font-weight: bold;
}

.list-yicheng5-spot-item {position: relative; top: 5px;}
.list-yicheng5-spot-bg {height: 100%;}
.list-yicheng5-spot {width: 8px; height: 8px; border: 1px solid #01E6EC; border-radius: 50%;}
.list-yicheng5-line {height: 100%; width: 1px; background-color: #01E6EC; margin: 0 auto;}
.list-yicheng5-li:not(.list-yicheng5-three-li):last-child .list-yicheng5-line {display: none;}

.list-yicheng5-desc-item {}
.list-yicheng5-short {
	color: #01E6EC;
	/* font-weight: bold; */
}
.list-yicheng5-desc {
	margin-top: 4px;
	color: #fff;
}
/* .list-yicheng5-desc * {white-space: normal !important;} */


.yicheng5-three-type-row-bg {padding: 3px 5px; color: #013555; background-color: #01E6EC; border-radius: 3px; font-weight: bold; text-align: center;}
.yicheng5-three-item {width: 45%; box-sizing: border-box; text-align: center;}
.yicheng5-three-left-item {text-align: right;}
.yicheng5-three-middle-item {width: 10%; flex-shrink: 0;}
.yicheng5-three-right-item {text-align: left;}

.yicheng5-three-body-row {margin-top: 20px;}
.list-yicheng5-moddle-item {
	position: absolute;
	/* top: 0; */
	right: 100%;
	bottom: 20px;
	/* left: -10%; */
	height: 100%;
	/* -webkit-transform: translate(-50%, -2px);
	-moz-transform: translate(-50%, -2px);
	-ms-transform: translate(-50%, -2px);
	-o-transform: translate(-50%, -2px); */
	/* transform: translateX(-100%); */
	width: 22.2222222222%;
}
.list-yicheng5-three-spot-row {height: calc(100% - 10px); position: relative;}
.list-yicheng5-three-line {
	/* height: 100%;
	width: 1px;
	background-color: #01E6EC;
	margin: 0 auto; */
	height: calc(100% - 20px);
}
.list-yicheng5-title-row {position: relative;}
.list-yicheng5-three-title {padding: 3px 5px; box-sizing: border-box; line-height: 1; border-radius: 3px; color: #013555; background-color: #01E6EC; max-width: 46px; margin: 0 auto; text-align: center;}


@media (max-width: 768px) {
	.yicheng5-page-body-bg {padding: 0 20px;  font-size: 13px;}
	
	.yicheng5-child-type-name {
		background-image: -webkit-linear-gradient(to right, #C1D6EA, #C1D6EAcc, transparent);
		background-image: -moz-linear-gradient(to right, #C1D6EA, #C1D6EAcc, transparent);
		background-image: -ms-linear-gradient(to right, #C1D6EA, #C1D6EAcc, transparent);
		background-image: -o-linear-gradient(to right, #C1D6EA, #C1D6EAcc, transparent);
		background-image: linear-gradient(to right, #C1D6EA, #C1D6EAcc, transparent);
	}
	.yicheng5-child-body-row {padding: 15px 5px;}
	
	
	.yicheng5-type-ul {margin: 0;}
	.yicheng5-type-title {font-size: 18px; padding: 10px 0; margin: 0;}
	
	.yicheng5-chiild-type-ul {padding-top: 10px; display: block;}
	.yicheng5-chiild-type-li {
		/* width: 33.3333333%; */
		width: auto;
		float: none;
	}
	.yicheng5-chiild-type-li+.yicheng5-chiild-type-li {margin-left: 0;}
	.yicheng5-chiild-type-title {
		min-width: auto; text-align: center; font-size: 16px; padding: 10px 8px;
		/* border-right: 1px solid #fff; border-bottom: 1px solid #fff; */
	}
	
	
	.list-yicheng5-link {line-height: 18px; font-size: 13px;}
	.list-yicheng5-title-item, .list-yicheng5-spot-item {margin-right: 10px;}
	.list-yicheng5-title {line-height: 14px; width: 85px;}
	.list-yicheng5-desc {margin-top: 5px;}
	
	.yicheng5-three-item {width: 45%;}
	.yicheng5-three-middle-item, .list-yicheng5-moddle-item {width: 67px;}
	
	/* 原点大小调整 start */
	.list-yicheng5-li+.list-yicheng5-li {margin-top: 8px;}
	.list-yicheng5-spot-item {top: 5px;}
	.list-yicheng5-spot {width: 6px; height: 6px;}
	.list-yicheng5-three-line {height: calc(100% - 16px);}
	/* 原点大小调整 end */

}

@media (max-width: 480px) {
	.yicheng5-type-title {font-size: 16px; line-height: 25px;}
	.yicheng5-child-body-row {padding: 12px 5px;}
	
	.yicheng5-chiild-type-ul {/* display: block; */}
	/* .yicheng5-chiild-type-li {width: 50%;} */
	.yicheng5-chiild-type-title {font-size: 14px; padding: 8px 5px;}
	
	.list-yicheng5-link {font-size: 12px; line-height: 14px;}
	.list-yicheng5-title {width: 80px;}
	.list-yicheng5-desc {margin-top: 3px;}
	
	.yicheng5-three-body-row {margin-top: 15px;}
	
	.yicheng5-three-middle-item, .list-yicheng5-moddle-item {width: 56px;}
	
	/* 原点大小调整 start */
	.list-yicheng5-li+.list-yicheng5-li {margin-top: 6px;}
	.list-yicheng5-spot-item {top: 3px;}
	.list-yicheng5-moddle-item {bottom: 15px;}
	/* 原点大小调整 end */
}
/* 峰会议程5 end */


/* 资料下载 start */
.home-contact-page-box .contact-list-link {border-radius: 8px;}
/* 资料下载 end */


/* 组织机构 start */
/* .home-zuzhi-page-box .zuzhi-type-name {margin-left: 0;}
.home-zuzhi-page-box .zuzhi-type-name:after {display: none;} */
/* .home-zuzhi-page-box .list-zuzhi-image-box-bg {
	padding: 1px;
	border-radius: 8px;
	background-color: #2251ff;
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5);
}
.home-zuzhi-page-box .list-zuzhi-image-box {border-radius: 8px; background-color: #fff; box-shadow: none;} */
/* 组织机构 end */


/* 新闻动态 start */
.home-news-page-box .news-list-ul {border-radius: 10px; background-color: #fff; box-shadow: 0 0 5px #efefef;}
.home-news-page-box .news-list-li+.news-list-li {border-top: 1px solid #efefef;}
.home-news-page-box .news-list-link {border-bottom: 0;}
/* 新闻动态 end */

/* 历届大会 start */
.dahui-page-body-bg {
	/* padding-top: 50px; padding-bottom: 50px; */
}
.dahui-list-ul {margin: 0 -10px;}
.dahui-list-li {
	position: relative;
	overflow: hidden;
	width: 25%;
	float: left;
	transition: all ease 300ms;
}

.dahui-list-link {
	margin: 0 10px;
	display: block;
	/* border-radius: 15px; */
	overflow: hidden;
	position: relative;
}

.dahui-list-image-box {
	padding-bottom: 56%;
}
.dahui-list-image {
	object-fit: fill;
}
.dahui-list-info {
	padding-top: 10px;
	/* display: flex; */
}
.dahui-list-title-box {
	/* margin: auto; background-color: rgba(0,0,0,.6); border-radius: 5px; padding: 3px 20px; */
}
.dahui-list-title {
    /* font-size: 22px;
	line-height: 60px;
    font-weight: 600; */
	font-size: 16px;
	text-align: center;
}
.dahui-list-desc {
	display: none;
	margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    /* text-indent: 38px; */
}

@media (min-width: 769px) {
	.dahui-list-link:hover {
		/* background: #dedede;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-color: transparent; */
	}

	.dahui-list-link:hover .dahui-list-info {
		/* background-color: rgba(0,0,0,.1); */
	}
	.dahui-list-link:hover .list-image {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.dahui-list-link {margin: 10px;}
	.dahui-list-image-box {
		/* padding-bottom: 40%; */
	}
	.dahui-list-title {line-height: 30px; height: auto; font-size: 18px;}
	.dahui-list-title-line {display: none;}
}

@media (max-width: 666px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
	.dahui-list-ul {margin: 0;}
	.dahui-list-li {
		width: 50%;
	}
	.dahui-list-link {
		margin: 0 5px;
	 /* border-radius: 8px; */
	}
	.dahui-list-title {font-size: 14px; line-height: 1.5;}
}
/* 历届大会 end */



/***** 20241231首页调整 end *****/


/* 历届大会 start */
.list-dahui-li {
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.list-dahui-link {
	margin: 30px auto;
	/* max-width: 920px; */
	display: block;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.list-dahui-image-box {padding-bottom: 30%; }

.list-dahui-info {/* padding-top: 30px; */ padding: 10px; position: absolute; top: 0; right: 0; bottom: 0; left: 0; color: #fff; display: flex; background-color: rgba(255,255,255,.15);}
.list-dahui-title-box {margin: auto; background-color: rgba(0,0,0,.6); border-radius: 5px; padding: 3px 20px;}
.list-dahui-title-line {display: block; height: 3px; width: 40px; background-color:#fff; margin: 28px 5px; display: none;}
.list-dahui-title {
	line-height: 60px;
    font-size: 22px;
    font-weight: 600;
}
.list-dahui-desc {
	display: none;
	margin-top: 20px;
    line-height: 30px;
    font-size: 18px;
    text-indent: 38px;
}

@media (min-width: 769px) {
	.list-dahui-link:hover {
		/* background: #dedede;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-color: transparent; */
	}

	.list-dahui-link:hover .list-dahui-info {
		/* background-color: rgba(0,0,0,.1); */
	}
	.list-dahui-link:hover .list-image {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.list-dahui-link {margin: 10px;}
	.list-dahui-image-box {padding-bottom: 40%;}
	.list-dahui-title {line-height: 30px; height: auto; font-size: 18px;}
	.list-dahui-title-line {display: none;}
}

@media (max-width: 666px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
	.list-dahui-li {
		/* width: 50%; */
	}
	.list-dahui-link {margin: 5px 0;}
	.list-dahui-title {font-size: 14px; line-height: 1.5;}
}
/* 历届大会 end */


/* 资料下载栏目列表 start */
.cate-down-li {width: 33.3333333333%; float: left;}
.cate-down-link {display: block; padding: 10px; height: 100%; box-sizing: border-box;}
.cate-down-link-bg { margin: 0 auto; border-radius: 8px; padding: 60px 30px; max-width: 320px; background-color: #D5EBF8; 
	background-color: #f8f8f8;
	/* border: 1px solid #B0E3F7; */
	/* border: 1px solid #efefef; */
	 height: 100%; box-sizing: border-box;
}
.home-cate-down-link-bg {/* background-color: rgba(255, 255, 255, .3); */background-color: #fff; border-color: #efefef;}
.cate-down-icon-box {margin-bottom: 40px;}
.cate-down-icon {height: 70px;}
.cate-down-info {}
.cate-down-title {font-size: 22px;}

.cate-down-link:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

@media (min-width: 768px) and (max-width: 992px) {
	.cate-down-link-bg {padding: 30px 20px;}
	.cate-down-icon {height: 70px;}
	.cate-down-title {font-size: 22px;}
	.cate-down-btn {width: auto; display: block;}
}
@media (min-width: 561px) and (max-width: 768px) {
	.cate-down-link {padding: 8px;}
	.cate-down-icon-box {margin-bottom: 30px;}
	.cate-down-icon {height: 60px;}
	.cate-down-btn-box {margin-top: 30px;}
	.cate-down-title {font-size: 20px;}
}
@media (max-width: 560px) {
	.cate-down-ul {display: block;}
	.cate-down-li {width: auto; float: none;}
	.cate-down-link {padding: 30px;}
	.cate-down-link-bg {max-width: 90%;}
	.cate-down-icon {height: 70px;}
}
/* 资料下载栏目列表 end */


/* 资料下载列表 start */
.list-down-bg {
	padding: 10px 0;
	background-color: #fafafa;
}

.list-down-li {

}
.list-down-li+.list-down-li {}
.list-down-link {
	display: block;
	margin: 10px;
	padding: 20px 25px;
	/* background-color: #fff; */
	background-color: #f8f8f8;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	line-height: 21px;
}
.list-down-link1 {padding-top: 0;}
.list-down-link::after {
	content: "";
	display: block;
	clear: both;
}
.list-down-info {}
.list-down-btn {
	-webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    transition: all .35s;
	
}
.list-down-btn-arrow {margin-left: 2px;}
.list-down-btn-arrow svg {width: 20px; height: 20px; display: block;}
.list-down-btn-arrow path {
	fill: #00ACAF;
}
.list-down-title {
	font-size: 16px;
    /* font-weight: bold; */
    padding-left: 20rem;
    position: relative;
    overflow: hidden;
    /* text-overflow: ellipsis;
    white-space: nowrap; */
}
.list-down-title:after{
	content: "";
    position: absolute;
    width: 6rem;
    height: 6rem;
    /* border: solid 3rem #000; */
    border: solid 2rem #0045C5;
    border-radius: 50%;
    left: 0;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all .6s;
}

.list-down-link:hover { /* box-shadow: 0 2px 8px rgba(16, 103, 224, 0.2); */ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* color: #2251ff; */}
.list-down-link:hover .list-down-btn {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -moz-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -ms-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -o-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}
.list-down-link:hover .list-down-btn-arrow path {
	fill: #00ACAF;
}
.list-down-link:hover .list-down-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -moz-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -ms-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -o-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}

.list-down-link:hover .list-down-title:after {border-color: #0045C5;}


@media (max-width: 768px) {
	.list-down-bg {
		padding: 0;
		overflow: hidden;
	}
	.list-down-link {
		padding: 15px;
		margin: 10px 0;
		/* box-shadow: 0 0 10px #dedede; */
	}

	.list-down-image {
		width: 160px;
		height: 120px;
	}
	
	.list-down-left {
		margin-right: 20px;
	}

	.list-down-title-box {
		font-size: 14px;
		line-height: 20px;
	}

	.list-down-title, .list-down-short {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.list-down-title {
		margin-right: 5px;
	}

	.list-down-desc {
		font-size: 12px;
		line-height: 17px;
		height: 32px;
		padding-right: 0;
		margin-top: 8px;
	}
	.list-down-time-row {margin-top: 10px;}
	.list-down-time {
		font-family: arial;
		font-size: 12px;
		color: #999;
		display: block;
	}
}
@media (max-width: 480px) {
	.list-down-link {
		padding: 8px;
		margin:5px 0;
	}
	
	.list-down-left {
		margin-right: 15px;
	}
	.list-down-image {
		width: 120px;
		height: 90px;
	}
	.list-down-desc {margin-top: 2px;}
	.list-down-time-row {margin-top: 2px;line-height: 20px;}
	.list-down-time {}
}
@media (max-width: 414px) {
	.list-down-left {
		margin-right: 10px;
	}
	.list-down-image {
		width: 100px;
		height: 80px;
	}
}

/* 资料下载列表 end */


/* 新闻动态 start */
.listnews-page-left { /* width: 46.05263%; */ width: 50%; float: right;}
.listnews-page-left-image-box-bg {
	
}
.listnews-page-left-image-box {
	padding-bottom: 62.5%; 
	/* padding-bottom: 455rem; */
	/* padding-bottom: 436rem; */
	border-radius: 15px;
}

.listnews-page-left-info {
	/* width: 60%; margin: -60px 30px 0; position: relative; */
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.listnews-page-left-info-bg {padding: 30rem; background-color: #f8f8f8; border-radius: 8px;}
.listnews-page-left-info-width {}
.listnews-page-left-title {
	font-size: 20rem; line-height: 30rem; 
	/* height: 60rem; */
}

.listnews-page-swiper-button-box {position: absolute; right: 0; bottom: 0; z-index: 10; /* background-color: #fff; */}
.listnews-page-swiper-button-prev, .listnews-page-swiper-button-next {position: static; margin-top: 0; display: inline-block; background-color: transparent; width: 30rem; height: 30rem;filter: alpha(opacity=70); opacity: 0.7;}
.listnews-page-swiper-arrow {width: 100%; height: 100%;}
.listnews-page-swiper-button-prev {left: 5rem; margin-right: 5px;}
.listnews-page-swiper-button-next {right: 5rem;}
.listnews-page-left-link:hover {}

.listnews-page-right {
	float: left;
	width: 46%;
}
.listnews-page-right-bg {
	/* padding: 0 50rem; */
}

.listnews-page-list-ul {}
.listnews-page-list-li+.listnews-page-list-li {
	margin-top: 20rem;
}
.listnews-page-list-link {
	position: relative;
	display: block;
	overflow: hidden;
    /* border-radius: 10rem; */
	border-bottom: 1rem solid #C4DCFF ;
	/* -webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s; */
}
.listnews-page-list-info {
	line-height: 1;
	background-color: #fff;
    padding-bottom: 20rem;
    transition: all linear 0.3s;
}
.listnews-page-list-time {margin-bottom: 20px; color: #003586;}
.listnews-page-list-title {
	font-size: 20rem;
	font-weight: bold;
}
.listnews-page-list-desc-row {margin-top: 16rem;}
.listnews-page-list-desc {
	line-height: 25px;
    color: #666;
}
.listnews-page-list-more-row {
	/* margin-top: 16rem; */
	margin-top: 23rem;
}
.listnews-page-list-more {
    position: relative;
    display: inline-block;
	margin-right: 10rem;
    font-size: 16rem;
	line-height: 30rem;
	color: #003586;
}
.listnews-page-list-more-icon {display: inline-block; width: 30px; height: 30px;}

.listnews-page-list-link:hover {}
/* .listnews-page-list-link:hover * {color: inherit;} */
.listnews-page-list-link:hover .listnews-page-list-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}

@media (max-width: 992px) {

}
@media (max-width: 768px) {
	.listnews-page-left, .listnews-page-right { float: none; width: auto;}
	.listnews-page-left {margin-bottom: 10rem; }
	.listnews-page-list-title {
		font-size: 18rem;
	}

	.listnews-page-list-ul {
	}
	.listnews-page-list-li+.listnews-page-list-li{
		margin-top: 0;
	}
	.listnews-page-list-info {
		/* padding: 5rem; */
		padding: 15px 0;
		/* border-radius: 8rem; */
	}
	.listnews-page-list-left {width:120rem; margin-right: 10rem;}
	.listnews-page-list-time {margin-bottom: 10px;}
	.listnews-page-list-desc-row {margin-top: 10rem; }
	.listnews-page-list-desc {height: auto; line-height: 22rem;}
	.listnews-page-list-more-row {margin-top: 10rem; }
	.listnews-page-list-more {margin-right: 5px; font-size: 15px; line-height: 24px;}
	.listnews-page-list-more-icon {width: 24px; height: 24px;}
	.listnews-page-list-li .date {
		right: 10rem;
		top: 15rem;
		padding:  7rem 15rem;
	}
	.listnews-page-list-li .date span {font-size: 18rem; line-height: 20rem;}
	.listnews-page-list-li .date p {line-height: 20rem;}
	
	
	.listnews-page-left-image-box {padding-bottom: 68.75%;}
	.listnews-page-left-title {font-size: 18rem;}
}
@media (max-width: 480px) {
	.listnews-page-left-typename-box {margin-bottom: 15rem;}
	.listnews-page-left-type-name {font-size: 22rem; height: auto; line-height: 1.5;}
	.listnews-page-left-image-box-bg {position: static; width: auto;}
	.listnews-page-left-image-box {padding-bottom: 62.5%;}
	.listnews-page-left-info-width {width: auto;}
	.listnews-page-left-info-bg {padding: 20rem;}
	.listnews-page-swiper-pagination {margin-top: 10rem; font-size: 0; height: auto;}
	.listnews-page-left-desc {margin-top: 10rem; font-size: 14rem; line-height: 1.6;}
	.listnews-page-left-more-row {margin-top: 10rem; padding: 0 5rem 10rem;}
	.listnews-page-left-time {margin-top: 15rem; font-size: 22rem; line-height: 30rem;}

	.listnews-page-swiper-button-box {}

	.listnews-page-list-title {font-size: 15rem;}
	.listnews-page-list-desc-row {margin-top: 8rem;}
	.listnews-page-list-desc {
		font-size: 13rem;
		line-height: 20rem;
		height: auto;
	}
	.listnews-page-list-more-row {margin-top: 8rem;}
	
	.listnews-page-left-info {width: auto;}
	.listnews-page-left-title {font-size: 16rem;}
}
@media (max-width: 380px) {

}
/* 新闻动态 end */


/* 访谈资讯 start */
.list-fangtan-up-li {float: left; width: 25%;}
.list-fangtan-up-link {position: relative; display: block; /* border-left: 1px solid #dedede; */ margin: 10px; padding: 30px; background-color: #fff; /* box-shadow: 0 0 8px #dedede; */ border-radius: 8px;}
.list-fangtan-up-link1 {border-left: 0;}
.list-fangtan-up-row {z-index: 1; position: relative; background-color: #fff;}
.list-fangtan-up-image-box {/* padding-bottom: 100%; */ border-radius: 10px; padding-bottom: 62.5%;}
.list-fangtan-up-image {}
.list-fangtan-up-info {padding: 20px 0;}
.list-fangtan-up-title {font-size: 18px; /* text-align: center; */}
.list-fangtan-up-short {margin-top: 8px; font-size: 15px; color: #666; line-height: 20px; height: 20px;}
/* .list-fangtan-more-row {margin-top: 30px;} */

.list-fangtan-down-row {
	z-index: 2; /* margin: -53% 0 0 -55.5%; width: 111%; height: 120%; */ /* margin: -57% 0 0 -56%; */ /* margin: -62% 0 0 -56%; */ width: 100%; height: 100%;
	overflow: hidden;
	-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; 
	-webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); 
	position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #fff;
	opacity: 0; 
	box-shadow: 0 0 25px rgba(0,0,0,.15);
	 border-radius: 8px;
}
.list-fangtan-down-image-box {padding: 0; height: 100%;}
.list-fangtan-down-info {
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	/* background-color: #009aff; */
	/* background-image: -webkit-linear-gradient(left, rgba(84,119,178,.7) 0%,rgba(23,9,49,.7) 100%);
    background-image: -moz-linear-gradient(left, rgba(84,119,178,.7) 0%,rgba(23,9,49,.7) 100%);
    background-image: -ms-linear-gradient(left, rgba(84,119,178,.7) 0%,rgba(23,9,49,.7) 100%);
    background-image: -o-linear-gradient(left, rgba(84,119,178,.7) 0%,rgba(23,9,49,.7) 100%);
    background-image: linear-gradient(to right, rgba(84,119,178,.7) 0%,rgba(23,9,49,.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(84,119,178,.7)', endColorstr='rgba(23,9,49,.7)',GradientType=1 ); */
	background-color: #EBF3FF;
	border-radius: 8px;
	overflow: hidden;
	
}
.list-fangtan-down-info-bg {padding: 12.5% 10%; font-size: 14px;}
.list-fangtan-down-title {margin-bottom:8px;font-size:24px;}
.list-fangtan-down-short {font-size:12px;}
.list-fangtan-down-line {display: block; width: 27px; height: 1px; margin: 12px 0; background: #fff;}
.list-fangtan-down-desc {height: 144px; line-height: 24px; overflow: hidden;}
.list-fangtan-down-more-row {margin-top: 22px; padding-top: 35px; border-top: 1px solid #C4DCFF;}


.list-fangtan-up-link:hover {box-shadow: 0 0 8px #dedede; color: #0045C5;}
.list-fangtan-up-link:hover .list-fangtan-up-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}
@media (min-width: 769px) {
	.list-fangtan-up-link:hover .list-fangtan-down-row {opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
}


@media (max-width: 1400px) {
	.list-fangtan-down-title {font-size: 22px;}
	.list-fangtan-down-desc {line-height: 22px; height: 110px; -webkit-line-clamp: 5;}
	/* .list-fangtan-down-row {margin-top: -65%;} */
	.list-fangtan-down-more-row {margin-top: 20px; padding-top: 20px;}
}
@media (max-width: 1200px) {
	.list-fangtan-down-title {font-size: 20px;}
	.list-fangtan-down-desc {line-height: 20px; height: 80px; -webkit-line-clamp: 4;}
	/* .list-fangtan-down-row {margin-top: -68%;} */
	.list-fangtan-down-more-row {margin-top: 15px; padding-top: 15px;}
	.list-fangtan-up-image {/* height: 230px; */}
}
@media (max-width: 992px) {
	.list-fangtan-up-link {margin: 8px; padding: 20px;}
	.list-fangtan-up-info {padding: 15px 0;}
	.list-fangtan-up-title {font-size: 16px;}
}
@media (max-width: 768px) {
	.list-fangtan-up-li {width: 50%;}
	/* .list-fangtan-up-image-box {padding: 5px;} */
	.list-fangtan-up-image {}
	.list-fangtan-up-info {}
	.list-fangtan-up-title {}
}
@media (max-width: 480px) {
	.list-fangtan-up-link {margin: 8px; padding: 12px;}
	.list-fangtan-up-image {/* height: 150px; */}
	.list-fangtan-up-info {padding: 10px 0;}
	.list-fangtan-up-title {font-size: 15px; font-weight: bold;}
	.list-fangtan-up-short {margin-top: 5px;}
}
@media (max-width: 380px) {
	.list-fangtan-up-link {margin: 5px;}
	.list-fangtan-up-image {/* height: 120px; */}
}
/* 访谈资讯 end */


/* 关于我们 start */
.about-page-left {
	float: right;
    width: 600px;
}
.about-page-image-box {
	/* padding-bottom: 62.5%; */
	padding-bottom: 68.75%;
	border-radius: 10px;
	
}
.hezuo-page-video-box {border-radius: 10px;}
.about-page-image {}
.about-page-right {
	margin-right: 520px;
	padding-right: 56px;
	position: relative;
}
.about-page-content {
	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 {
	-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; font-size: 18px; line-height: 2; /* 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  {font-size: 16px; line-height: 1.8; 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 */
.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: #2251ff;}
.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 */
.yuanjing-page-box {
	/* padding-top: 0; */
}
.yuanjing-page-body {
	background-color: #444;
	position: relative;
}
.yuanjing-page-left {
	float: left;
	width: 50%;
}
.yuanjing-page-image-box {
	padding-bottom: 62.5%;
}
.yuanjing-page-right {
	position: absolute;
	right: 0;
	width: 50%;
	bottom: 0;
	top: 0;
}
.yuanjing-page-right-bg {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	padding: 50px;
	color: #fff;
}
.yuanjing-page-right-desc {
	height: 100%;
	overflow: auto;
	line-height: 30px;
	font-size: 15px;
}
@media (max-width: 1200px) {
	.yuanjing-page-right-bg {
		padding: 30px;
	}
	.yuanjing-page-right-desc {
		font-size: 15px;
		line-height: 1.6;
	}
}
@media (max-width: 992px) {
	.yuanjing-page-right-bg {
		padding: 20px;
	}
	.yuanjing-page-right-desc {
		font-size: 14px;
	}
}
@media (max-width: 888px) {
	.yuanjing-page-right-bg {
		padding: 15px;
	}
	.yuanjing-page-right-desc {
		font-size: 14px;
		line-height: 1.5;
	}
}
@media (max-width: 768px) {
	.yuanjing-page-left {
		float: none;
		width: auto;
	}
	.yuanjing-page-right {
		position: static;
		width: auto;
	}
	.yuanjing-page-right-bg {
		position: static;
	}
	.yuanjing-page-right-bg {
		
	}
}
/* 企业愿景 end */


/* 当前位置 start */
.nav-position-bg {
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #333;
	background-color: #f6f6f6;
	font-size: 16px;
}
.position-home-icon {
	margin-top: 1rem;
    width: 18rem;
    height: 18rem;
    float: left;
}
.nav-position-bg a {
	margin: 0 5px;
	line-height: 21px;
}
@media (max-width: 1200px) {
	.nav-position-bg .wrap {width: 100%;}
}
@media (max-width: 768px) {
	.nav-position-bg {font-size: 14px;}
}
/* 当前位置 end */


/* 列表页面子导航 start */
.nav-child-box {
	background-color: #F6F6F6;
}
.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; */
}
.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: 15px;
	padding: 15px 0;
	line-height: 30px;
}
.nav-child-link:hover,
.nav-child-li.cur a {
	background: #2251ff;
	color: #fff;
}
@media (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}
@media (max-width:768px) {
	.nav-child-li {
		width: 33.33333%;
	}

	.nav-child-link {
		font-size: 14px;
		padding: 10px 0;
	}
}
@media (max-width: 480px) {
	.nav-child-box .wrap {
		padding: 0;
	}
	.nav-child-li {
		width: 50%;
	}
	.nav-child-link {
		padding: 4px 0;
	}
}
/* 列表页面子导航 end */


/* 左侧子导航 start */
.nav-left {
	float: left;
    width: 300px;
}
.nav-left-row {margin-top: 15px;}
.nav-left-row1 {margin-top: 0;}
.left-typename-box {
	/* background-color: #2251ff; */
	background-color: rgba(7, 108, 224 ,.8);
    color: #fff;
    padding-bottom: 8px;
	background-image: url(../images/navLeftTypeBg.png);
    border-radius: 10px 10px 0 0;
	display: none;
}
.nav-left-typename {
	text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0;
    font-size: 25px;
    padding: 22px 0;
}
.nav-left-ul {
	
}
.nav-left-li {
	margin: 0 0 2px;
}
.nav-left-link {
	/* display: block; */
    line-height: 55px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    background-position: right center;
    background-repeat: no-repeat;
	/* background-image: url(../images/navLeft1.png); */
    /* background-color: #ddd; */
    /* background-color: #dedede; */
	/* background-color: #f8f8f8; */
    /* background-color: #D5EBF8; */
    /* background-color: rgba(255, 255, 255, .3); */
	/* background-color: rgba(88,111,255,.1); */
	background-color: #f5f5f5;
	padding: 15px 25px;
	cursor: pointer;
}
.nav-left-link-txt {
	font-size: 18px;
    line-height: 1.2;
	flex: 1;
}
.nav-left-link-txt span {
	display: block;
    text-transform: uppercase;
	margin-top: 5px;
    font-size: 13px;
    line-height: 1;
}
.fa-angle-right {
	text-align: right;
	font-size: 32px;
	flex: 0 0 15px;
}

.nav-left-li:not(.cur):hover .nav-left-link-txt, .nav-left-li:not(.cur):hover .fa-angle-right {
	/* color: #2251ff; */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -moz-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -ms-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -o-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}
.nav-left-li.cur .nav-left-link  {
	/* background-image: url(../images/navLeft2.png); */
	/* background-color: #2251ff; */
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5);
	color: #fff;
}


.nav-left-news-bg {
	padding: 15px;
	/* background-color: #f8f8f8; */
	/* background-color: #D5EBF8; */
    /* background-color: rgba(255, 255, 255, .3); */
	/* background-color: rgba(88,111,255,.1); */
	background-color: #f5f5f5;
}
.nav-left-news-li {

}
.nav-left-news-link {
	padding: 8px 0;
	display: block;
	color: #333;
}
.nav-left-news-link:after {
	content: "";
	display: block;
	clear: both;
}
.nav-left-news-left {width: 88px; margin-right: 10px;}
.nav-left-news-title {font-size: 15px; line-height: 20px; height: 40px; font-weight: normal;}
.nav-left-news-right-bg {/* padding-top: 4px; */}
.nav-left-news-row {margin-top: 10px; font-size: 14px;}
.nav-left-news-more {color: #586fff; font-size: 13px;}
.nav-left-news-time {color: #999;}


.nav-left-news-link:hover .nav-left-news-title {
	color: #2251ff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}

@media (max-width: 1200px) {
	.nav-left-link-txt {font-size: 18px;}
	.nav-left-news-bg {padding: 10px;}
	.nav-left-news {padding-top: 10px;}
}
@media (max-width: 768px) {
	.nav-left-link-txt {font-size: 16px;}
	.nav-left-news {display: none;}
	.fa-angle-right {display: none;}
}


/* 列表左侧联系我们 start */
.nav-left-image {
	display: block;
	    width: 100%;
	    height: auto;
}

.nav-left-icon {
	line-height: 40px;
    font-weight: normal;
    margin-right: 5px;
}
.nav-left-contact {
	position: relative;
}
.nav-left-contact-info {
    background-color: #2251ff;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.nav-left-contact-title {
}

.nav-left-contact-icon {
	vertical-align: middle;
    margin-right: 5px;
}
.nav-left-contact-tel {
	display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
}
/* 列表左侧联系我们 end */

@media (max-width:1200px){
	.nav-left {width: 200px;}
	.nav-left-li, .nav-left-li.cur {background-image: none; text-align: center;}
}
@media (max-width: 768px) {
	.nav-left {
		width: auto;
		float: none;
		/* display: none; */
		margin: -10px -10px 0;
	}
	.left-typename-box, .nav-left-contact {display: none;}
	.yunu-column {margin: 5px -3px 0;}
	.nav-left-li {
		float: left;
		width: 25%;
		padding: 0;
		margin: 0;
		background: none;
		text-align: center;
		border: 0;
	}
	.nav-left-link {
		margin: 10px;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden; text-overflow: ellipsis;
		font-size: 15px;
		/* border: 1px solid #dedede; */
		height: 40px;
		display: flex; 
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		padding: 5px;
	}
	.nav-left-li.cur .nav-left-link {
		
	}
}

@media (max-width: 480px) {
	.nav-left {margin: -3px -3px 0;}
	.nav-left-li, .nav-left-li.cur {width: 33.333333%;}
	.nav-left-link {
		margin: 3px;
		font-size: 13px; 
		height: 34px;
		line-height: 16px;
		padding: 0; 
	}
}
/* 左侧子导航 end */


/* 右侧栏目名称 start */
.right-typename-box {
	overflow: hidden;
	padding-top: 5px;
    line-height: 25px;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #dedede; */
	/* border-bottom: 1px solid #aaa; */
	border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.listimg-right-typename {
	display: inline-block;
	font-weight: normal;
    line-height: inherit;
	font-size: 22px;
	padding-left: 15px;
	/* color: #2251ff; */
	/* border-left: #2251ff solid 4px; */
	/* border-left: #000 solid 3px; */
	position: relative;
}
.listimg-right-typename:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background-color: #0045C5;
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5);
}
.listimg-right-position {
	float: right;
	line-height: 35px;
	font-size: 14px;
    display: flex;
    justify-content: flex-end;
	color: #333;
    line-height: 30px;
}
.position-right-home-icon {margin-top: 5px; margin-right: 5px;}
.listimg-right-position a {margin: 0 5px;}
.listimg-right-position a:hover {
	color: #2251ff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}
@media (max-width: 768px) {
	.listimg-right {margin-left: 0;}
	.right-typename-box {height: auto; margin-bottom: 10px;}
	.listimg-right-typename {font-size: 15px; line-height: 30px; padding-bottom: 0; margin-top: 5px;}
}

@media (max-width: 666px) {
	.listimg-right-position {
		display: none;
	}
}
@media (max-width: 560px) {
}

@media (max-width: 480px) {
	.right-typename-box {
		padding: 10px 0 5px;
	}
	.listimg-right-typename { margin-top: 0; line-height: 26px;}
}


@media (max-width: 414px) {
	.listimg-right-image-box {
		height: 130px;
	}
}
@media (max-width: 360px) {
}

/* 右侧栏目名称 end */


/* 子栏目标题 start */
.listimg-nav-box {paddding:20px 0;}
.listimg-nav-ul {
	display: block;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.listimg-nav-li {
	display: inline-block;
	overflow: hidden;
}
.listimg-nav-link {
	display: block;
	overflow: hidden;
	margin: 0 10px;
	width: 122px;
	padding: 0 10px;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/proTypeBg.png);
}

.cur .listimg-nav-link, .listimg-nav-li:hover .listimg-nav-link {
	color: #fff;
	background-image: url(../images/proTypeBgCur.png);
}
@media (max-width: 768px) {
	.listimg-nav-ul {padding: 5px 0;font-size: 0;}
	.listimg-nav-li {width: 25%;}
	.listimg-nav-link {
		width: auto;
		background-size: 100% 100%;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		margin: 8px;
		font-size: 13px;
		height: 34px;
		line-height: 16px;
	}
}
@media (max-width: 480px) {
	.listimg-nav-ul {padding: 0; }
	.listimg-nav-link {
		margin: 5px 3px;
		font-size: 12px;
	}
}
/* 子栏目标题 end */


/* 翻页 start */
.pagesize {
	text-align: center;
	padding: 30px 0;
}

.pagesize li {
	display: inline-block;
}

.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 #dedede;
	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 {
}

.partner-list-li {
	float: left;
	width: 16.666666666667%;
	/* width: 20%; */
}

.partner-list-link {
	margin: 10px;
	display: block;
	border-radius: 3px;
	box-shadow: 0 4px 8px rgba(36,46,66,6%), 0 8px 16px rgba(36,46,66,5%), 4px 0px 8px rgba(36,46,66,6%);
	position: relative;
	overflow: hidden;
}
.partner-list-image-box {
	position: relative;
	padding-bottom: 36%;
	background-color: #fff;
}
.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-info {
    /* display: none; */
    /* background: linear-gradient(225deg,rgba(255,12,0,1) 0%,rgba(252,75,66,1) 100%); */
	/* background-color: rgba(84,119,178,.1); */
	/* background-image: linear-gradient(225deg, rgba(120, 172, 255, 1.0) 0%,rgba(84,119,178,1) 100%); */
    background: linear-gradient(225deg,rgba(0, 154, 255,1) 0%,rgba(0, 154, 255,1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.partner-list-info-bg-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-image: url('../uploads/hezuoListBg1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
    -webkit-transition: all 1s 1s;
    -moz-transition: all 1s 1s;
    -ms-transition: all 1s 1s;
    -o-transition: all 1s 1s;
    transition: all 1s 1s;
}
.partner-list-title-box {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.partner-list-title {
	padding: 0 5px;
	line-height: 28px;
    font-size: 16px;
    color: #fff;
	text-align: center;
}

.partner-list-more-box {
	margin-top: 30px;
}

.partner-list-link:hover {-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
/* .partner-list-link:hover .partner-list-info {top: 0;} */

@media (max-width: 992px) {
	.partner-list-li {
		/* width: 25%; */
	}
	.partner-list-link {
	}
}

@media (max-width: 768px) {
	.partner-list-ul {
		padding: 0;
	}
	.partner-list-li {
		width: 33.33333333%;
	}
	.partner-list-link {
		margin: 10px;
	}
	.partner-list-image-box {padding-bottom: 55%;}
	.partner-list-title {font-size: 14px; line-height: 22px;}
}

@media (max-width: 480px) {
	.partner-list-li {
		/* width: 50%; */
	}

	.partner-list-link {
		margin: 5px;
	}
	.partner-list-image-box {padding-bottom: 60%;}
	.partner-list-title {font-size: 13px;  line-height: 18px;}
}

/* 合作伙伴 end */


/* 组织机构 start */
/* .zuzhi-page-row {margin: 30px 0;} */
.zuzhi-page-row+.zuzhi-page-row {margin-top: 30px;}
.zuzhi-type-name-box {
	margin-bottom: 20px;
}
.zuzhi-type-name {
	font-size: 22px; line-height: 1;
	/* padding-left: 15px;
	margin-left: 10px; */
	/* border-left: 5px solid #2251ff; */
	position: relative;
	/* color: #000; */
	coloe: #fff;
	font-size: 20rem;
}
/* .zuzhi-type-name:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 4px;
	background-color: #0045C5;
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5);
} */

.list-zuzhi-ul {
	margin: -10px;
	/* margin:0 -5px; */
}

.list-zuzhi-li {
	float: left;
	/* width: 16.66666666667%; */
	/* width: 20%; */
	/* width: 33.333333333%; */
	width: 20%;
}

.list-zuzhi-link {
	display: block;
	margin: 10px;
	border-radius: 5px;
	/* background-color: rgba(255, 255, 255, .3); */
	/* background-color: #D5EBF8; */
}

.list-zuzhi-image-box {
	position: relative;
	padding-bottom: 25%;
	/* background-color: #D5EBF8; */
	background-color: #fff;
	/* box-shadow: 0 0 5px #dedede; */
	/* border: 1px solid #efefef; */
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.list-zuzhi-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%);
}
.list-zuzhi-info {margin-top: 10px;}
.list-zuzhi-title {text-align: center; font-size: 15px;}
.list-zuzhi-more-box {
	margin-top: 30px;
}

.list-zuzhi-more {
	display: block;
	width: 160px;
	line-height: 40px;
	color: #fff;
	background: #2251ff;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center
}


.list-zuzhi-link:hover .list-zuzhi-image-box {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 0 8px #dedede;
}



@media (max-width: 992px) {
	.list-zuzhi-li {
		/* width: 25%; */
	}
	.list-zuzhi-link {
		margin: 12px ;
	}
}

@media (max-width: 768px) {
	.list-zuzhi-ul {
		padding: 0;
	}
	.list-zuzhi-li {
		width: 33.33333333%;
	}

	.list-zuzhi-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.list-zuzhi-link {
		margin: 10px;
	}
}

@media (max-width: 480px) {
	.zuzhi-type-name {margin-left: 5px;}
	.list-zuzhi-li {
		width: 50%;
	}

	.list-zuzhi-link {
		margin: 5px;
	}
	.list-zuzhi-more-box {
		margin-top: 10px;
	}
	.list-zuzhi-title {font-size: 14px;}
}
@media (max-width: 460px) {
}
@media (max-width: 441px) {
	.list-zuzhi-title {font-size: 13px;}
}
@media (max-width: 414px) {
	.list-zuzhi-title {font-size: 12px;}
}
@media (max-width: 386px) {
	.list-zuzhi-link {margin: 3px;}
}
/* 组织机构 end */



/* 联系方式 start */
.contact-body-row {}
.contact-page-left {}
@media(min-width: 769px) {
	.contact-page-left {position: absolute; top: 0; left: 0; bottom: 0; width: 60%;}
}
.contact-page-right {width: 40%; float: right;}
.contacnt-info-bg {padding: 50px; padding-right: 0;}
.contacnt-info {line-height: 2.2; font-size: 18px; min-height: 200px;}

@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 */
.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 {}
	.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-ul {margin: 0 -10px;}
.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-info {
	
}
.listimg-title-box {
	padding-top: 8px;
}
.listimg-title {
	font-size: 16px;
	line-height: 1.5;

}

.listimg-link:hover .listimg-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -moz-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -ms-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -o-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}

@media (max-width: 1200px) {
	.listimg-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
	.listimg-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listimg-ul {margin: 0;}
	.listimg-li {
		width: 50%;
	}
	.listimg-link {margin: 8px;}
	/* .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: 5px;}
	.listimg-image {
		/* height: 150px; */
	}
}

@media (max-width: 380px) {
	.listimg-link {margin: 5px;}
	.listimg-image {
		/* height: 120px; */
	}
}
/* 图片列表 end */


/* 案例展示 start */
.listcase-li {
	width: 33.3333333%;
	float: left;
	overflow: hidden;
	transition: all ease 300ms;
}

.listcase-link {
	margin: 15px;
	background: #eee;
	/* border: 1px solid #eee; */
	display: block;
	overflow: hidden;
	position: relative;
}
.listcase-image-box {}
.listcase-info {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 12px;
	/* background-color: rgba(16,103,244,.8); */
	color: #fff;
}
.listcase-title {
	line-height: 30px;
	font-size: 16px;
	transition: all ease 300ms;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-weight: normal;
}
.listcase-desc {margin-top: 2px;}

@media (min-width: 769px) {
	.listcase-link:hover {
		/* background: #dedede;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-color: transparent; */
	}

	.listcase-link:hover .listcase-info {
		/* color: #333; */
		/* background-color: rgba(16,103,244,.5); */
	}
	.listcase-link:hover .list-image {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@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 */
.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;
}
@media (min-width: 769px) {
	.detail-title-box {
		margin-top: 20px;
	}
}
.detail-news-title {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}
.detail-title-time {
	margin-top: -5px;
	color: #666;
	margin-bottom: 20px;
}
.detail-title-time-item {margin: 0 5px; display: inline-block;}
.detail-title-line {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}

.team-detail-image {max-width: 200px;}

.detail-body {
	padding: 10px;
    line-height: 2;
	/* color: #676767; */
	font-size: 16px;
	/* min-height: 330px; */
	text-align: justify;
}
.team-detail-body {max-width: 640px; margin:0 auto;}
.list-page-body {
	/* font-size: 16px; */
}
.history-page-body {
	min-height: auto;
}
.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: 20px; margin-bottom: 12px; line-height: 25px; }
	.detail-title-box {text-align: center;}
}
@media (max-width: 480px) {
	.detail-news-title { font-size: 18px; margin-bottom: 8px; }
	.detail-title-time {margin-top: 0; margin-bottom: 8px; }
	.detail-title-line {margin: 8px 0;}
	.detail-time {padding: 5px 0; display: none;}
	.detail-body { line-height: 25px; font-size: 15px; line-height: 1.8;}
	
	.history-page-body {padding: 0 10px;}
}
/* 文章详情 end */


/* 图片详情 start */
.img-typename-box {border-bottom:1px solid #dedede;}
.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 #dedede;}
.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 #2251ff;}
.arc-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #2251ff;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 */
.list-fengcai-li {
	/* width: 25%; */
	float: left;
	overflow: hidden;
	transition: all ease 300ms;
	width: 47%;
}

.list-fengcai-link {
	margin: 1px;
	display: block;
	overflow: hidden;
	position: relative;
	padding: 8px;
	background-color: #fff;
}
.list-fengcai-image-box {}


@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.list-fengcai-link {margin: 10px;}
}

@media (max-width: 480px) {
	.list-fengcai-li {
		width: 50%;
	}
	.list-fengcai-link {margin: 5px;}
}

/* 展会风采 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 */
.list-team-ul {
	/* padding-top: 30px; */
}
.list-team-li {
	width: 16.66666667%;
	float: left;
}
.list-team-link {
	display: block;
	margin: 10px;
}
.list-team-image-box {
	padding-bottom: 133.333333333%;
}
.list-team-image {
	
}

.list-team-info {
	padding: 10px;
	text-align: center;
}
.list-team-title {
	font-size: 16px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-team-short {
	margin-top: 5px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}
.list-team-desc {
	line-height: 25px;
	margin-top: 15px;
	
}
@media (max-width: 1200px) {
	.list-team-image {height: 260px;}
}
@media (max-width: 992px) {
	.list-team-image {height: 220px;}
}
@media (max-width: 888px) {
	.list-team-image {height: 180px;}
}
@media (max-width: 768px) {
	.list-team-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;
	}

	/* .list-team-li { width: 50%; } */
	.list-team-image {height: 220px;}
	.list-team-title {margin-top: 10px;}
	.list-team-short {margin-top: 10px;}
	.list-team-desc {margin-top: 10px; font-size: 13px; line-height: 20px; height: 57px;}
}
@media (max-width: 560px) {
	.list-team-li { width: 100%; float: none; }
	.list-team-link {margin: 5px;}
	.list-team-image {height: 190px;}
	.list-team-title {margin-top: 8px;}
	.list-team-short {margin-top: 8px;}
	.list-team-desc {margin-top: 8px; }
}
@media (max-width: 480px) {
	.list-team-ul {
		padding-top: 10px;
	}
	.list-team-image {height: 160px;}
	.list-team-title {margin-top: 6px; font-size: 15px;}
	.list-team-short {margin-top: 6px;}
	.list-team-desc {margin-top: 6px; }
}
@media (max-width: 414px) {
	.list-team-image {height: 150px;}
	.list-team-title { font-size: 14px;}
}
/* 团队精英 end */

/* 搜索列表 start */
.search-list-li {
}

.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;
}
.search-list-link1 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.search-list-title {
}

.search-list-info {
	overflow: hidden;
}

.search-list-time {
	display: block;
	margin-left: 30px;
}
.search-list-link:hover {

}
.search-list-li:hover .search-list-title {
	color: #d04411;
}

@media (max-width: 1200px) {
}

@media (max-width: 768px) {
	.search-list-link {
		margin-top: 10px; padding-top: 10px;
		font-size: 14px;
	}
	.search-list-link1 {
		margin-top: 0;
		padding-top: 0;
	}
}
@media (max-width: 480px){
	.search-list-link {
		margin-top: 8px; padding-top: 8px;
		font-size: 13px;
	}
	.search-list-link1 {
		margin-top: 0;
		padding-top: 0;
	}
	.search-list-time {
		margin-left: 5px;
	}
}
/* 搜索列表 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 #dedede;
	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 #dedede;
	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 */
.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: #1e50ae;
}

.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-bg {
	padding: 10px 0;
	background-color: #fafafa;
}

.listarc-li {

}
.listarc-li+.listarc-li {}
.listarc-link {
	display: block;
	cursor: pointer;
	/* margin: 10px; */
	padding: 30px 0;
	/* border: 1px solid #dedede; */
	-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);
	/* background-color: #f8f8f8; */
	/* box-shadow: 0 0 5px #dedede; */
	border-bottom: 1px solid #eaeaea;
}
.listarc-link1 {padding-top: 0;}
.listarc-link::after {
	content: "";
	display: block;
	clear: both;
}

.listarc-image-box {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	padding-bottom: 62.5%;
}

.listarc-left {
	width: 220px;
	margin-right: 30px;
}

.listarc-right {
	overflow: hidden;
}
.listarc-right-bg {padding-top: 5px;}
.listarc-title {
	font-size: 20px;
	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;
}

.listarc-short{
	margin-top: 5px;
	color: #666;
}
.listarc-time-row {margin-top: 12px; line-height: 30px;}
.listarc-time {
	overflow: hidden;
	color: #666;
	line-height: inherit;
}

.listarc-desc {
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	color: #666;
}

.listarc-day {
	font-size: 40px;
	line-height: 45px;
	display: block;
}

.listarc-link:hover { /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */ color: #2251ff;}
 
.listarc-link:hover .listarc-title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -moz-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -ms-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: -o-linear-gradient(to right, #0045C5, #00ACAF);
	background-image: linear-gradient(to right, #0045C5, #00ACAF);
}
.listarc-li:hover .listarc-image {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}


@media (max-width: 768px) {
	.listarc-bg {
		padding: 0;
		overflow: hidden;
	}
	.listarc-link {
		padding: 15px;
		margin: 10px 0;
		/* box-shadow: 0 0 10px #dedede; */
	}

	.listarc-left {
		width: 160px;
		margin-right: 20px;
	}
	.listarc-right-bg {}
	.listarc-title-box {
		font-size: 16px;
		line-height: 20px;
	}

	.listarc-title, .listarc-short {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.listarc-title {
		margin-right: 5px;
	}

	.listarc-desc {
		font-size: 14px;
		line-height: 18px;
		height: 33px;
		padding-right: 0;
	}
	.listarc-time-row {margin-top: 10px;}
	.listarc-time {
		font-size: 14px;
		color: #999;
		display: block;
	}
}
@media (max-width: 480px) {
	.listarc-ul {min-height: 300px;}
	.listarc-link {
		padding: 8px;
		margin:5px 0;
	}
	
	.listarc-left {
		margin-right: 10px;
		width: 130px;
	}
	.listarc-right-bg {padding-top: 0;}
	.listarc-title {font-size: 15px;}
	.listarc-desc {margin-top: 8px; font-size: 13px; line-height: 16px; height: 30px;}
	.listarc-time-row {margin-top: 8px; line-height: initial;}
	.listarc-more-box {display: none;}
	.listarc-time {font-size: 13px;}
}
@media (max-width: 414px) {
	.listarc-left {
	}
}
/* 新闻列表 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  */




/* 翻页 start */
.pages ul a, .pages ul span {
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	line-height: 32px;
	padding: 0;
	text-align: center;
}
.pages ul .active span {
	border: 0;
	background-color: #0045C5;
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5);
}
.pages ul a:hover, .pages ul .active a {
	border: 0;
	background-color: #0045C5;
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5);
}
/* .pages ul a, .pages ul span {border: 0; background-color: rgba(255, 255, 255, .3);}
.pages ul .disabled span {border: 0; background-color: rgba(255, 255, 255, .25);} */
@media (max-width: 480px){
	
}
/* 翻页 end */



/* 在线客服弹窗 start */
.kefupopup-page-box {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: none;
	/* width: 360px; */
	width: 380px;
	max-width: calc(100% - 30px);
	/* z-index: 999; */
	z-index: 111111;
	max-height: 100vh;
}
.kefupopup-page-box.cur {display: block;}

.kefupopup-page-bg {
	/* border: 1px solid #0045C5; */
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: rgba(0, 69, 197, 0.25) 0 0 24px 0;
}
.kefupopup-page-close {
	position: absolute; top: 5px; right: 5px;
	color: #fff;
	font-size: 30px; width: 40px; height: 40px;line-height: 36px; text-align: center; 
	cursor: pointer;
}
.kefupopup-page-title-row {
	padding: 15px 10px;
	line-height: 20px;
	color: #fff;
	background-image: -webkit-linear-gradient(#00ACAF, #0045C5);
	background-image: -moz-linear-gradient(#00ACAF, #0045C5);
	background-image: -ms-linear-gradient(#00ACAF, #0045C5);
	background-image: -o-linear-gradient(#00ACAF, #0045C5);
	background-image: linear-gradient(#00ACAF, #0045C5);
	text-align: center;
}
.kefupopup-page-body {height: 560px; max-height: 100vh; box-sizing: border-box;}
/* .kefupopup-page-body-row {padding: 20px 30px; } */

.kefupopup-body-iframe {height: 100%; border: 0; overflow: hidden; box-shadow: 0 8px 12px 0 rgba(0,0,0,.1);}

@media (max-width: 768px) {
}
@media (max-width: 480px) {
}
/* 在线客服弹窗 end */