/* CSS Document */
@charset "utf-8";

body,
div,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

body {
	/* background-color: #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);
}

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;
}












/* 栏目标题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;
}

.youshi-list-type-desc {
	color: #666666;
	width: 170px;
    height: 36px;
    line-height: 36px;
	font-size: 15px;
	border: 1px solid #666666;
	margin: 20px auto;
}
@media (max-width: 1200px) {
	.typename-box2 {margin-bottom: 40px;}
	.type-name2 {font-size: 28px;}
	.type-desc-en2 {font-size: 20px;}
	.desc-en2-line {font-size: 16px; }
}
@media (max-width: 992px) {
	.typename-box2 {margin-bottom: 30px;}
	.type-name2 {font-size: 25px; line-height: 1.6;}
	.type-desc-en2 {font-size: 18px; line-height: 1.6;}
	.desc-en2-line {font-size: 14px;}
}
@media (max-width: 768px) {
	.typename-box2 {margin-bottom: 20px;}
	.type-name2 {font-size: 20px;}
	.type-desc-en2 {font-size: 16px;}
	.desc-en2-line {display: none;}
}
@media (max-width: 666px) {
	.typename-box2 {margin-bottom: 15px;}
	.type-name2 {font-size: 18px;}
	.type-desc-en2 {font-size: 15px;}
}
@media (max-width: 480px) {
	.typename-box2 {margin-bottom: 10px;}
	.type-name2 {font-size: 16px;}
	.type-desc-en2 {font-size: 14px;}
}
/* 栏目标题2 end */





/* 留言 start */
.form-box {
	
}
.form-title {
	margin-bottom: 10px;
}
.form-row {
	position:relative; 
	margin: 15px 0;
}
.form-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;
	background:#1e50ae;
	color:#fff;
	line-height: 40px;
	border: 0;
	cursor: pointer;
}

.form-btn:hover {
	opacity: .9;
}

.team-search-form-box .form-label {
	line-height: 23px;
}
.team-search-form-box .form-input, .team-search-form-box .form-textarea, .team-search-form-box .form-select {
	border: 0;
	height: 23px;
	box-shadow: none;
}
.team-search-form-box .form-select {
	height: 22px;
}
@media (max-width: 768px) {
	.form-tips-bg {
		padding-top: 20px;
	}
	.form-label {
		line-height: 33px;
	}
	.form-input, .form-select {
		height: 34px;
		line-height: 20px;
	}
	.form-textarea {
		line-height: 20px;
	}
	.form-btn-box {
		margin-top: 20px;
	}
}
@media (max-width: 560px) {
	.form-box {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.form-box {
		margin-top: 15px;
	}
	.form-label {
		font-size: 14px;
	}
	.form-tips-bg {
		font-size: 14px;
		padding: 0;
	}
	.form-tips-info {margin-top: 10px; line-height: 1.5}
	.form-input, .form-textarea {box-shadow: none;}
	.form-btn-box {
		margin-top: 15px;
	}
	.form-btn {
		line-height: 36px;
	}
}
/* 留言 end */

/* 留言表单 start */
.msg-page-box {
}
.msg-form-box-bg {
	padding: 10px 0;
}
.msg-page-bg {
	padding: 80px 30px;
}
.msg-page-right {
	width: 50%;
	float: left;
	margin-right: 80px;
}

.msg-right-bg {
	margin-top: 38px;
}
.msg-listarc-link {
	border-bottom-style: dashed;
}


.msg-form-row {
	margin: 15px 0;
}
.msg-form-row-item {
	width: 33.333333%;
	float: left;
}
.msg-form-row-bg {
	margin: 5px 0;
}
.msg-form-label {
	width: 60px;
	text-align: right;
}

.msg-form-input, .msg-form-textarea, .msg-form-select {
	background-color: #fff;
	padding: 7px 8px ;
}

.msg-form-btn-box {
	/* text-align: left; */
}
@media (max-width: 768px) {
	.msg-page-right {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.msg-right-bg {
		margin-top: 0;
	}
	.msg-page-bg {
		padding: 30px 10px;
	}
	.msg-form-row-item {
		float: none;
		width: auto;
		margin: 8px 0;
	}
}
@media (max-width: 480px) {
	.msg-form-row {
		margin: 0;
	}
	.msg-form-label {
		width: 40px;
		font-size: 14px;
	}
}
/* 留言表单 end */


/* tab切换 start */
.tab-type-title {
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.tab-type-item.cur .tab-type-title {
	color: #1e50ae;
	border-color: #1e50ae;
}
.tab-body-item {display: none;}
.tab-body-item.cur {display: block;}
/* tab切换 end */


/* 列表页banner start */
.list-banner-image-box {
	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;}
.type-subtitle {font-weight: normal; margin-bottom: 30px;}
.cfff .type-entitle {color: #fff;}
.cfff .type-subtitle {color: #fff;}

.type-subtitle .type-desc {margin-top: 20px;}
.type-subtitle .type-more {font-size: 22px; font-weight: bold;}
@media (max-width: 1200px) {
	.type-entitle, .type-subtitle {font-size: 28px;}
	.type-subtitle {margin-bottom: 25px;}
}
@media (max-width: 768px) {
	.type-entitle, .type-subtitle {font-size: 22px; text-align: center;}
	.type-subtitle {margin-bottom: 20px;}
	.type-subtitle .type-desc {float: none; margin-top: 0;}
	.type-subtitle .type-more {display: none;}
}
@media (max-width: 480px) {
	.type-entitle, .type-subtitle {font-size: 20px;}
	.type-subtitle {margin-bottom: 15px;}
}
@media (max-width: 414px) {
	.type-entitle, .type-subtitle {font-size: 18px;}
	.type-subtitle {margin-bottom: 10px;}
}
@media (max-width: 380px) {
	.type-entitle, .type-subtitle {font-size: 16px;}
	.type-subtitle {margin-bottom: 8px;}
}
/* 板块标题 end */






/****************************** 首页 start ******************************/

/* 图片列表 start */
.product-type-ul {margin-bottom: 50px;}
.product-type-li {width: 16.6666666666667%; text-align: center;}
.product-type-title {margin: 5px; padding: 5px; min-width: 120px; display: block; background-color: #efefef;
	line-height: 20px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-type-li.cur .product-type-title, .product-type-title:hover {
	background-color: #1e50ae; color: #fff;
	/* border: 0; */
}
@media (max-width: 992px) {
	.product-type-ul {display: block; margin-bottom: 40px; justify-content: flex-start;}
	.product-type-ul:after {display: block;}
	.product-type-li {width: 20%; margin: 0; float: left;}
	.product-type-title {
		width: auto; line-height: 20px;
		 /* padding: 8px; */
	}
}
@media (max-width: 768px) {
	.product-type-ul {margin: -3px; margin-bottom: 30px;}
	.product-type-li {width: 33.3333333%;}
	.product-type-title {margin: 3px;}
}
@media (max-width: 480px) {
	.product-type-ul {margin: -1px; margin-bottom: 15px;}
	.product-type-li {width: 50%;}
	.product-type-title {margin: 1px;}
}



.listimg-ul {margin: -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: #f8f8f8;
	padding-bottom: 100%;
	position: relative;
}

.listimg-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* object-fit: contain; */
	-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 {
	padding-top: 10px;
	/* background-color: #f5f5f5; */
	/* background-color: rgba(0,0,0,.7);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0; */
}

.listimg-title {
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.listimg-link:hover {
	color: #1e50ae;
}


@media (max-width: 1200px) {
	.listimg-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
	.listimg-ul {margin: -10px;}
	.listimg-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listimg-li {
		width: 50%;
	}
	/* .listimg-image-box {padding: 5px;} */
	.listimg-image {
		/* height: 195px; */
	}
	.listimg-info {
		padding: 5px;
	}
	.listimg-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.listimg-ul {margin: -8px;}
	.listimg-link {margin: 8px;}
	.listimg-image {
		/* height: 150px; */
	}
}

@media (max-width: 380px) {
	.listimg-ul {margin: -5px;}
	.listimg-link {margin: 5px;}
	.listimg-image {
		/* height: 120px; */
	}
}
/* 图片列表 end */


/* 首页横幅 start */
.hengfu-page-box{
	
}

@media (min-width: 769px) {
	.hengfu-page-box {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.hengfu-page-left {
	/* width: 317px; */
	width: 380px;
	max-width: 100%;
	margin-right: 10%;
}
.hengfu-page-image-box {
	padding-bottom: 88.0126182965%;
}
.hengfu-page-image {
	object-fit: contain;
}
.hengfu-page-webname {
	font-size: 36px;
	color: #fff;
    font-weight: bold;
}
.hengfu-page-short {
	margin-top: 10px;
	font-size: 30px;
	color: #ffffff;
}
.hengfu-page-desc {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.hengfu-page-link-row {
	margin-top: 22px;
}

.hengfu-right-tel-box {
	border: 1px solid #fff;
	color: #fff;
	width: auto;
	min-width: 208px;
    height: 56px;
    line-height: 56px;
	text-align: center;
}
.hengfu-right-title { 
	font-size: 14px; line-height: 20px; color:#666; 
}
.hengfu-right-tel {
}

.hengfu-page-link {
	display: block;
	width: 170px;
	line-height: 40px;
	margin: 0 auto;
	background: #e60212;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}


.hengfu-page-link:hover {
	text-decoration: underline;
}


@media(min-width: 769px) {
	.hengfu-right-tel-box {
		padding: 0 20px;
	}
	.hengfu-right-tel-box+.hengfu-right-tel-box {margin-left: 5px;}
}

@media(max-width: 992px) {
	.hengfu-page-left {margin-right: 0;}
	.hengfu-page-webname {
		font-size: 26px;
		text-align: center;
	}
	.hengfu-page-short {
		text-align: center;
	}
	.hengfu-page-desc {
		display: inline;
	}
}
@media(max-width: 768px) {
	.hengfu-page-body-bg {display: block;}
	.hengfu-page-left {width: 260px; margin: auto; float: none;}
	.hengfu-page-webname {
		font-size: 22px;
		line-height: 50px;
	}
	.hengfu-page-link {
		width: 150px;
		line-height: 36px;
		font-size: 13px;
	}
	.hengfu-right-tel-box {
		width: auto;
		min-width: none;
		padding: 10px 20px;
		line-height: 25px;
		height: auto;
	}
	
	.hengfu-right-tel-box+.hengfu-right-tel-box { margin-top: 10px;}
}
@media(max-width: 480px) {
	.hengfu-page-left {width: 200px;}
	.hengfu-page-webname {
		font-size: 18px;
	}
	.hengfu-page-short {
		font-size: 15px;
	}
	.hengfu-page-desc {
		font-size: 15px;
	}
	.hengfu-page-more-row {text-align: center;}
}
/* 首页横幅 end */


/* 关于我们 start */
.about-page-left {
	float: right;
    width: 420px;
	margin-left: 60px;
	margin-bottom: 20px;
}
.about-page-image-box {
	/* padding-bottom: 99.2537313433%; */
}
.about-page-image {
	
}
.about-page-video {background-color: transparent;}
.about-page-right {
	position: relative;
	/* overflow: hidden; */
}
.about-page-right-bg {
	display: inline;
	overflow: hidden;
}
.about-page-content {
	line-height: 2.6;
	overflow: hidden;
	color: #999999;
	/* height: 300px; */
	display: inline;
}
.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;}


.home-about-page-content {
	display: -webkit-box;
}


@media (max-width:1200px){
	.about-page-left {width: 400px; margin-left: 70px;}
	.about-page-image-box {
		/* padding-bottom: 460px; */
	}
	.about-page-right-bg {}
}

@media (max-width:992px){
	.about-page-left {margin-left: 30px;}
	.about-page-right-bg {}
	.about-page-content {padding: 0; line-height: 1.6; /* height: 154px; */}
}

@media (max-width: 888px){
	.about-page-left {float: none; width: auto; margin-left: 0; margin-bottom: 0;}
	/* .type-more-box { text-align: center;} */
	.about-page-image-box {
		padding-bottom: 56%;
		/* border-radius: 5px; */
	}
	
	.about-page-right {margin-right :0;}
	.about-page-right-bg {padding: 15px 0 0;}
	.about-page-content  {line-height: 1.6; height: auto;}
	
}

@media (max-width:620px){
	.about-page-body {font-size:12px;line-height:20px;}
}

@media (max-width: 480px){
	.about-page-content  {}

}
@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; font-size: 0; margin-top: 10px; 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: #1e50ae;}
.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 {padding: 20px 30px;}
	.data-list-title {font-size: 40px;}
}

@media (max-width:992px){
}

@media (max-width:888px){
	.data-list-ul {}
	
	/* .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 */
.case-page-left {
	width: 57%;
}
.case-page-right {
	width: 37.5%;
}
@media (max-width: 768px) {
	.case-page-body-bg {display: block;}
	.case-page-left, .case-page-right {
		width: auto;
		float: none;
	}
	.case-page-right {
		margin-top: 15px;
	}
}

.listcase-ul {
	margin: -10px;
}
.listcase-li {
	width: 33.3333333%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.listcase-link {
	margin: 10px;
	display: block;
	overflow: hidden;
}


.listcase-title {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	transition: all ease 300ms;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-weight: normal;
}


.home-listcase-ul {
	margin: -7px;
}
.home-listcase-link {
	margin: 7px;
}

@media (min-width: 769px) {
	.listcase-link:hover {
		background-color: #dedede;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-color: transparent;
	}

	.listcase-link:hover .listcase-title {
		color: #333;
	}
	.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 */
.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 */

/****************************** 首页 end ******************************/


/* 当前位置 start */
.nav-position-bg {
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #333;
	background-color: #f6f6f6;
	font-size: 15px;
}
.position-home-icon {
	margin-top: 1px;
    width: 18px;
	height: 18px;
}
.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; height: 44px;}
}
/* 当前位置 end */


/* 列表页面子导航1 start */
/* .nav-child-box {
	background-color: #F6F6F6;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
}

.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;
}

.nav-child-li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	display: block;
	color: #373737;
	font-size: 15px;
	padding: 15px 0;
	line-height: 30px;
}

.nav-child-link:hover,
.nav-child-li.cur a {
	background-color: #1e50ae;
	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;
	}
} */
/* 列表页面子导航1 end */


/* 列表页面子导航 start */
.nav-child-box {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
	/* background-color: #fff; */
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1px solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
	/* padding:5px; */
	margin: 0 -30px;
}

.nav-child-li {
	float: left;
	/* width: 25%; */
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	/* background-color: #fff; */
	/* margin: 0 1px; */
	display: block;
	color: #373737;
	font-size: 16px;
	padding: 15px 0;
	line-height: 30px;
	margin: 0 25px;
	position: relative;
}

@media (min-width: 769px) {
	.nav-child-link:before {
		content: '';
	    background-color: #1e50ae;
	    height: 2px;
	    position: absolute;
	    left: 0;
	    bottom: -1px;
	    width: 0;
	    opacity: 0;
	    transition: all 0.36s;
	}

	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		/* background-color: #1e50ae; */
		color: #1e50ae;
	}
	.nav-child-link:hover:before,
	.nav-child-li.cur .nav-child-link:before {
		width: 100%;
	    opacity: 1;
	}
}

@media (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}
@media (max-width:768px) {
	.nav-child-box {
		background-color: #f5f5f5;
		border-bottom: 0;
	}
	.nav-child-box .wrap, .nav-child-box .w1400 {padding: 8px;}
	.nav-child-ul {margin: -3px;}
	.nav-child-li {
		width: 33.3333333333%;
	}
	.nav-child-link {
		margin: 3px;
		border: 0;
		font-size: 14px;
		padding: 10px 5px;
		border-radius: 3px;
		background-color: #fff;
	}
	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		background-color: #1e50ae;
		color: #fff;
	}
}
@media (max-width: 480px) {
	.nav-child-ul {margin:  -3px;}
	.nav-child-li {
		width: 50%;
	}
	.nav-child-link {
		margin: 3px;
		border: 0;
		font-size: 12px;
		padding: 5px;
		border-radius: 3px;
		background-color: #fff;
	}
}
/* 列表页面子导航 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-color: #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 {
	padding: 30px 10px 0;
} */

.partner-list-li {
	float: left;
	width: 16.66666666667%;
}

.partner-list-link {
	margin: 10px;
	cursor: unset;
	display: block;
	box-shadow: 0 0 2px #dedede;
}

.partner-list-image-box {
	position: relative;
	padding-bottom: 50%;
	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-more-box {
	margin-top: 30px;
}

.partner-list-more {
	display: block;
	width: 160px;
	line-height: 40px;
	color: #fff;
	background-color: #1e50ae;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center
}

.partner-list-more:hover {
	color: #fff;
}

@media (max-width: 992px) {
	.partner-list-li {
		/* width: 25%; */
	}
	.partner-list-link {
		margin: 12px ;
	}
}

@media (max-width: 768px) {
	.partner-list-ul {
		padding: 0;
	}
	.partner-list-li {
		width: 33.33333333%;
	}

	.partner-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.partner-list-link {
		margin: 10px;
	}
}

@media (max-width: 480px) {
	.partner-list-li {
		width: 50%;
	}

	.partner-list-link {
		margin: 5px;
	}
	.partner-list-more-box {
		margin-top: 10px;
	}
}
/* 合作伙伴 end */


/* 联系方式 start */
.contact-list-ul {
	overflow: hidden;
	padding: 10px 0;
}
.contact-list-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-contact-li {
	width: 33.3333333%;
}
.contact-list-link {
	cursor: unset;
}
.contact-list-li-bg {
	padding: 0 10px;
	text-align: center;
}
.contact-list-icon-box {
	margin-bottom: 40px;
}
.contact-list-icon {
	display: block;
	height: 59px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.contact-list-info {
}
.contact-list-title {
	display: block;
	/* font-weight: bold; */
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.contact-list-desc {
	margin-top: 10px;
	font-size: 14px;
	overflow: hidden;
	color: #666;
	display: block;
	line-height: 24px;
}


@media (max-width: 992px) {
	.contact-list-icon-box {margin-bottom: 30px;}
}
@media (max-width: 768px) {
	.contact-list-ul {
		padding: 0;
	}
	.contact-list-li {
		width: 50%;
	}
	.contact-list-li-bg {
		padding: 10px;
	}
	.contact-list-icon-box {margin-bottom: 20px;}
	.contact-list-desc {
		margin-top: 8px;
		font-size: 13px;
		line-height: 20px;
	}
	.contact-list-icon {height: 65px;}

	.contact-list-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.contact-list-li-bg {
		padding: 8px;
	}
	.contact-list-icon-box {margin-bottom: 10px;}
	.contact-list-icon {
		margin: 0 auto;
		height: 38px;
	}
	.contact-list-title {
		text-align: center;
	}

	.contact-list-desc {
		margin-top: 5px;
		line-height: 18px;
		font-size: 12px;
	}

	.contact-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.contact-list-li em {
		display: none;
	}

}
/* 联系方式 end */


/* 联系我们 start */
.contact-page-body {
	/* padding: 20px 0; */
}

.contact-page-left {float: left; width: 45%;}
.contact-page-image-box {padding-bottom: 62.5%;}

.contact-page-right {overflow: hidden;}
.contacnt-info-bg {padding: 20px 0 0 30px;}
.contacnt-info {line-height: 30px; }

@media (max-width: 1200px) {
	.contacnt-list-image {height: 70px;}
	.contacnt-list-desc {line-height: 20px; }
}
@media (max-width: 992px) {
	.contact-page-left-bg {padding: 0 20px 0 0;}
}
@media (max-width: 768px) {
	.contacnt-info-bg {padding: 8px;}
	.contact-page-left {float: none; width: auto;}
	.contact-page-left-bg {padding: 0;}
}
@media (max-width: 480px) {
	.contacnt-info-bg {padding: 5px;}
	.contacnt-info {line-height: 25px;}
}
/* 联系我们 end */


/* 地图 start */
.map-box {
	/* margin-top: 30px; */
	/* height: 500px; */
	height: 330px;
}

.map-box img {
	max-width: none;
}

.home-map-box {
	height: 532px;
}

#dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 0;
}

#shadow-root {display: none;}
#baidu_jsapi_watermark_span00 {display: none;}

@media (max-width: 1200px) {
	.map-box {
		height: 300px;
	}
}

@media (max-width: 992px) {
	.map-box {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.map-box {
		margin-top: 25px;
		height: 220px;
	}
	.BMap_bubble_content {font-size: 14px;}
}

@media (max-width: 480px) {
	.map-box {
		margin-top: 15px;
		height: 200px;
	}
	.BMap_bubble_content {font-size: 13px;}
}

/* 地图 end */



/* 联系地址 start */
.contact-address-bg {
	margin-top: 60px;
	background-color: #f6f6f6;
	color: #000;
	padding: 30px 0;
	font-size: 0;
	text-align: center;
}

.contact-item {
	/* width: 33.3333%;
	float: left; */
	display: inline-block;
	font-size: 14px;
}

.contact-item-bg {
	padding: 0 20px 50px;
	width: 260px;
	margin: 41px 15px 0;
	text-align: center;
	/* background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	position: relative;
	/* background-color: #fff;
	border: #e6e6e6 solid 1px;
	box-shadow: 0px 5px 20px #E6E6E6; */
	background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.contact-item-icon {
	margin-top: -41px;
}

.contact-item-info {
	line-height: 25px;
	margin: 20px 0 0 0;
}

.contact-item-title {
	margin-top: 10px;
	font-size: 18px;
}

.contact-item-desc {
	margin: 30px 0 10px;
	height: 50px;
	overflow: hidden;
}

.contact-item-btn {
	background-color: #ffb82a;
	border-radius: 1px 1px 1px 1px;
	width: 100px;
    height: 34px;
    line-height: 34px;
	color: #fff;
	margin: 0 auto;
}
.contact-btn-Contact {
	background-color: #91bb4f;
}
.contact-btn-Mailbox {
	background-color: #4accd9;
}


.page-body-image {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.contact-item-bg {width: 220px;}

	.contact-item-title {
		font-size: 16px;
	}
}

@media (max-width:992px) {
	.page-body-bg {padding: 30px 10px;}
	.contact-item { width: 33.33333%;}
	.contact-item-bg {width: auto;}
	.contact-item-info {
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.contact-address-bg {
		margin-top: 30px;
	}
	.contact-item {
		width: 48%;
	}
	.contact-item-bg {
		margin-top: 60px;
		padding-bottom: 60px;
	}
	.contact-item-desc {margin-top: 10px; /* height: auto; */}
}

@media (max-width:480px) {
	.contact-address-bg {
		margin-top: 15px;
	}
	.page-body-bg  {padding: 0;}
	.contact-item {
		width: 96%;
	}
	.contact-item-bg {
		padding-bottom: 60px;
	}

	.contact-item-info {
		height: auto;
		font-size: 14px;
	}
	.contact-item-desc {height: auto;}
	.contact-item-btn {
		margin-top: 20px;
	}
}
/* 联系地址 end */


/* 招聘 start */
.job-list {
	padding: 15px 0;
}

.job-detail-title {
	font-size: 18px;
}

.job-item-title {
	font-size: 16px;
}

@media (max-width: 768px) {
	.job-list {
		padding: 0 5px 10px;
	}

	.job-detail-title {
		font-size: 14px;
		color: #000;
	}

	.job-attr-box {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}

	.job-item-title {
		font-size: 14px;
		color: #000;
	}

	.job-item-info {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}
}

/* 招聘 end */


/* 产品列表-列表 start */
.listpro-ul {
	/* padding: 0 10px; */
}

.listpro-li {
	width: 33.33333333%;
	position: relative;
	float: left;
}

/* .listpro-li:nth-of-type(2n+1) {
	margin-right: 4%;
} */

.listpro-link {
	margin: 22px;
	border: 1px solid #e5e5e5;
}

.listpro-left {
	width: 100%;
	/* float: left; */
	position: relative;
	overflow: hidden;
}


.listpro-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listpro-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listpro-right {
	/* position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 56%; */
	/* padding: 20px; */
	/* background-color: rgba(0, 0, 0, .7); */
	position: relative;
	padding: 10px 40px 10px 10px;
	background-color: #fff;
}

.listpro-link:hover .listpro-right {
	background-color: rgba(199,0,0, 1);
	color: #fff;
}

.listpro-title {
	font-size: 16px;
	line-height:40px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.listpro-title-line {
	width: 30px;
	height: 3px;
	margin-bottom: 15px;
}

.listpro-attr {
	padding: 5px 0;
}

.attr-item {
	display: inline-block;
	margin-right: 20px;
}

.attr-title {
	color: inherit;
}

.listpro-info {
	margin: 25px 0;
	line-height: 23px;
	display: none;
}

.listpro-button-box {
	/* margin-top: 10px; */
	text-align: center;
	width: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/plus.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.listpro-button {
	display: inline-block;
	padding: 2px 2px 2px 4px;
	line-height: 28px;
	width: 28px;
	height: 30px;
	font-size: 25px;
	color: #B8914E;
	text-align: center;
	/* background-color: #fff;
	border-radius: 50%; */
	margin: 0 auto;
	font-size: 0;
	display: none;
}

@media (max-width: 1200px) {
	.listpro-image {height: 190px;}
}

@media (max-width: 992px) {
	.listpro-info {
		line-height: 22px;
		font-size: 13px;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {

	.listpro-ul {
		padding: 0;
	}

	.listpro-li {
		width: 50%;
	}

	.listpro-right {
		/* position: static;
		left: 0;
		background: none; */
		padding: 8px 20px 8px 8px;
		color: #666;
	}

	.listpro-link:hover .listpro-right {
		background-color: rgba(184, 145, 78, .75);
		color: #fff;
	}

	.listpro-image {
		height: 220px;
	}

	.listpro-title {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.listpro-title-line {
		margin-bottom: 5px;
	}

	.listpro-info {
		margin: 5px 0;
		font-size: 12px;
		line-height: 17px;
		height: 51px;
		overflow: hidden;
	}

	.listpro-button-box {
		width: 36px;
	}

	/* .listpro-button {
		background-color: #B8914E;
		color: #fff;
	} */

	.listpro-link:hover .listpro-button {
		background-color: #fff;
		color: #B8914E;
	}
}

@media (max-width: 560px) {
	.listpro-left {}

	.listpro-image {
		height: 160px;
	}
	.listpro-right {
		padding: 5px;
	}
	.listpro-info {
		height: 68px;
		margin-top: 0;
	}

	.listpro-button-box {
		display: none;
	}
	.listpro-button {
		margin-bottom: 3px;
	}
}

@media (max-width: 480px) {
	.listpro-link {
		margin: 5px;
	}
	.listpro-title {
		line-height: 25px;
		font-size: 13px;
	}
	.listpro-button {
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 23px;
		padding: 0;
	}

	.listpro-image {
		height: 150px;
	}
}

@media (max-width: 380px) {

	.listpro-image {
		height: 130px;
	}
}

/* 产品列表-列表 end */


/* 视频列表 start */
.listvideo-li {width: 25%; float: left; text-align: center;}
.listvideo-link {margin: 10px; display: block; position: relative;}

.listvideo-image-box {}
.listvideo-image {}
.listvideo-title-box {padding: 10px 10px 0;}
.listvideo-title {font-size: 16px;}


.listvideo-link:hover {
	color: #1e50ae;
}

@media (max-width: 992px) {
	.listvideo-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listvideo-li {width: 50%;}
	.listvideo-title-box {padding: 8px 8px 0;}
	.listvideo-title {font-size: 14px;}
}
@media (max-width: 480px) {
	.listvideo-link {margin: 8px;}
}
@media (max-width: 380px) {
	.listvideo-link {margin: 5px;}
}
/* 视频列表 end */


/* 文章列表 start */
.case-list-li {
	float: left;
	width: 50%;
}

.case-list-li {
	width: 33.333333%;
}

.case-list-li.last {
	
}

.case-list-link {
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
}

.case-list-link {
	padding: 0;
}

/* .case-list-link:hover {
	box-shadow: 0 0 10px #dedede;
} */

.case-list-image-box {
	overflow: hidden;
	padding-bottom: 62.5%;
	position: relative;
}

.case-list-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.case-list-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-list-info {
	padding: 15px 0;
}

.case-list-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
}

.case-list-link:hover .case-list-title {
	color: #ffc001;
}

.case-list-time {
	margin-top: 5px;
	color: #999;
}

.case-list-desc {
	color: #666;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.case-list-box {
	margin-top: -30px;
}
.case-case-type {
	padding-bottom: 20px;
}

.case-list-type {
	margin-top: 12px;
}

.list-type-name {
	display: inline-block;
    position: relative;
	max-width: 100%;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
}

.list-type-more {
	max-width: 100%;
    float: right;
    display: block;
    position: relative;
	line-height: 28px;
	height: 28px;
	width: 40px;
    overflow: hidden;
	font-size: 20px;
	color: #aaa;
	background-image: url(../images/arrowR.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 13px;
}
@media (max-width: 1200px) {
	.case-list-link {margin: 10px; padding: 0 10px;}
}
@media (max-width: 992px) {
	.case-list-li {width: 50%; }
	.case-list-info {padding: 10px;}
}
@media (max-width: 768px) {
	.case-list-box {
		margin-top: -20px;
	}
	/* .case-list-ul.swiper-wrapper {display: flex;} */
	/* .case-list-li {width: 48%;} */
	.case-list-info {padding: 8px;}
	.case-list-title {font-size: 14px;}
	.case-list-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}
@media (max-width: 480px) {
	.case-case-type {padding-bottom: 5px;}
	.case-list-box {
		margin-top: -10px;
	}
	.case-list-link {padding: 0; margin: 5px;}
	.case-list-info {padding:8px 5px;}
}
/* 新闻列表 end */




/* 文章详情 start */
.detail-title-box {
    position: relative;
	text-align: center;
}
.detail-news-title {
    font-size: 25px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.detail-title-time {
	color: #adadad;
	font-size: 13px;
	margin-bottom: 20px;
}
.detail-title-line {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}

.detail-body {
    line-height: 30px;
	/* color: #676767; */
}
.arc-detail-body {
	min-height: 220px;
}
.detail-body img {max-width: 100%;}

.detail-body ul, .about-info-content ul, .page-content ul {
	padding-left: 40px;
}
.detail-body li, .about-info-content li, .page-content li {
	display: list-item;
	list-style: disc;
	/* list-style: revert; */
	/* list-style: revert-layer; */
	/* list-style: unset; */
}

.detail-body video {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}
@media (max-width: 1200px){
	.detail-body video {
		height: auto;
	}
}

.detail-body iframe {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}

.detail-body iframe video {
	width: 100%;
	height:100%;
}
@media (max-width: 1200px){
	.detail-body iframe {
		height: 440px;
	}
}
@media (max-width: 992px){
	.detail-body iframe {
		height: 380px;
	}
}
@media (max-width: 768px){
	.detail-body iframe {
		height: 320px;
	}
}
@media (max-width: 480px){
	.detail-body iframe {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.detail-news-title { font-size: 18px; margin-bottom: 12px; line-height: 25px; }
	.detail-title-box {text-align: center;}
}
@media (max-width: 480px) {
	.detail-news-title { font-size: 16px; margin-bottom: 8px; }
	.detail-title-time { margin-bottom: 8px; }
	.detail-title-line {margin: 8px 0;}
	.detail-time {padding: 5px 0; display: none;}
	.detail-body { line-height: 25px; font-size: 13px;}
}
/* 文章详情 end */


/* 图片详情 start */
.img-typename-box {border-bottom:1px solid #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: 400px;}
.desc-image-box {/* border: 1px solid #dedede; */}
.desc-image {
	object-fit: contain;
}

.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 #1e50ae;}
.arc-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #1e50ae;display:inline-block;font-size:18px;}

.detail-bd {padding:20px 0; line-height: 2;
 color: #333;
 font-size: 18px;}
.detail-bd img {max-width: 100%;}
@media (max-width:1200px){
	.desc-left {width: 380px;}
	.desc-right {margin-left:410px;}
}
@media (max-width:992px){
	.desc-left {width:360px;}
	.desc-image {height: 260px;}
	.desc-right {margin-left:390px;}
	.desc-title {margin-bottom: 15px;}
}
@media (max-width:920px){
	.desc-left {width:320px;}
	.desc-right {margin-left:340px;}
	.desc-title {font-size: 18px;}
}
@media (max-width:888px){
	.desc-left {width:auto; float: none;}
	.desc-image { height: 320px;}
	.desc-right {margin-left:0;}
}
@media (max-width:768px){
	.desc-left {width:320px;}
	.desc-right {margin-left:350px;}
}
@media (max-width:768px){
	.img-desc-box {padding:0;}
	.desc-left {width:auto;float:none;}
	.desc-image { height: 360px;}
	.desc-right {margin-left:0;
		/* display: none; */
	}
	.desc-title {padding:5px 0;margin:0;font-size:14px; font-weight: bold;}
	.desc-bd {line-height:1.5;font-size:12px;min-height:auto;}
	.desc-button-box {margin-top:10px;}
	.desc-button {line-height:30px;padding:0 10px;font-size:14px;}
	.desc-icon {height:18px;margin:6px 0;}
	
	.image-bshare {display: none;}
	
	.img-detail {padding:10px 0 0;}
	.arc-typename {line-height:30px;font-size:14px;}
	.detail-image-ul {padding:8px 0;}
	.detail-image-li img {margin:3px 0;}
	.detail-bd {padding:10px 5px; line-height: 1.6; font-size: 14px;}
}
@media (max-width: 480px){
	.desc-image { height: 240px;}
	.desc-right {margin-top: 0;}
	
}
/* 图片详情 end */


/* 业务领域 start */
.bus-list-entitle, .bus-list-subtitle { color: #333333; }
.bus-list-entitle { font-size: 28px; margin-bottom: 10px; }
.bus-list-subtitle {font-weight: normal; font-size: 24px; margin-bottom: 30px; }
.bus-list-link {display: block; margin: 50px 0;}
.bus-list-left { width: 870px; max-width: 100%;}
.bus-list-left-odd  {float: right;}
.bus-list-left-even  {float: left;}
.bus-list-image { width: 100%; /* height: 582px; */}
.bus-list-info {position: relative; /* overflow: hidden; */}
.bus-list-info-bg { 
	position: absolute; top: 50%; background-color: #fff; padding: 60px 35px; box-shadow: 0 0 10px #dedede;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bus-list-info-bg-odd {
	left: 0;
	margin-left: 10px;
}
.bus-list-info-bg-even {
	right: 0;
	margin-right: 10px;
}
.bus-list-content {
 max-width: 390px;
}
.bus-list-desc {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #8c8c8c;
}
.bus-list-more-row {
	margin-top: 50px;
}
.bus-list-more {
	display: block;
	width: 128px;
    line-height: 43px;
	background-color: #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 */
.team-list-ul {
	padding-top: 30px;
}
.team-list-li {
	width: 25%;
	float: left;
}
.team-list-link {
	display: block;
	margin: 10px;
}
.team-list-image-box {
	padding-bottom: 133.333333333%;
}
.team-list-image {
	
}

.team-list-info {
	padding: 10px;
	text-align: center;
	color: #999;
}
.team-list-title {
	font-size: 16px;
	color: #666;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team-list-short {
	margin-top: 15px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team-list-desc {
	line-height: 25px;
	margin-top: 15px;
	
}
@media (max-width: 1200px) {
	.team-list-image {height: 260px;}
}
@media (max-width: 992px) {
	.team-list-image {height: 220px;}
}
@media (max-width: 888px) {
	.team-list-image {height: 180px;}
}
@media (max-width: 768px) {
	.team-list-ul {
		padding-top: 20px;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: box;
		display: flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* .team-list-li { width: 50%; } */
	.team-list-image {height: 220px;}
	.team-list-title {margin-top: 10px;}
	.team-list-short {margin-top: 10px;}
	.team-list-desc {margin-top: 10px; font-size: 13px; line-height: 20px; height: 57px;}
}
@media (max-width: 560px) {
	.team-list-li { width: 100%; float: none; }
	.team-list-link {margin: 5px;}
	.team-list-image {height: 190px;}
	.team-list-title {margin-top: 8px;}
	.team-list-short {margin-top: 8px;}
	.team-list-desc {margin-top: 8px; }
}
@media (max-width: 480px) {
	.team-list-ul {
		padding-top: 10px;
	}
	.team-list-image {height: 160px;}
	.team-list-title {margin-top: 6px; font-size: 15px;}
	.team-list-short {margin-top: 6px;}
	.team-list-desc {margin-top: 6px; }
}
@media (max-width: 414px) {
	.team-list-image {height: 150px;}
	.team-list-title { font-size: 14px;}
}
/* 团队精英 end */

/* 搜索列表 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 */
.youshi-list-ul {
	overflow: hidden;
	padding: 10px 0;
}
.youshi-list-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-youshi-li {
	width: 33.3333333%;
}
.youshi-list-link {
	cursor: unset;
}
.youshi-list-li-bg {
	padding: 0 10px;
	text-align: center;
}


.youshi-list-icon {
	display: block;
	height: 115px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.youshi-list-title {
	font-size: 18px;
	display: block;
	/* font-weight: bold; */
	color: #000;
	margin: 15px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.youshi-list-desc {
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	color: #666;
	display: block;
	line-height: 24px;
}


@media (max-width: 768px) {

	.youshi-list-li {
		width: 48%;
		margin: 1%;
	}
	
	.youshi-list-li-bg {
		padding: 0;
	}

	.youshi-list-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}

	.youshi-list-ul {
		padding: 0;
	}

	.youshi-list-icon {height: 65px;}
	
	.youshi-list-title {
		font-size: 14px;
		margin: 10px 0;
	}
	

}

@media (max-width: 480px) {
	.youshi-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.youshi-list-title {
		margin: 5px 0;
		text-align: center;
	}

	.youshi-list-desc {
		line-height: 18px;
		font-size: 12px;
	}

	.youshi-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.youshi-list-li em {
		display: none;
	}

}
/* 我们的优势 end */


/* 企业优势 start */
.youshi-list-page-bg {padding: 20px 0;}
.qiye-youshi-ul {
	font-size: 0;
}
.qiye-youshi-li {
	overflow: hidden;
	width: 50%;
	display: inline-block;
}

.qiye-youshi-link {
	display: block;
	margin: 20px;
	padding: 30px;
	background-color:rgba(255,255,255,.1);
}


.qiye-youshi-info {
}

.honor-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}


.qiye-youshi-title {
	font-size: 26px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00a0e9;
}

.qiye-youshi-desc {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}

.page-line-row {
	height: 19px;
	margin: 30px 0;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
}

@media (max-width: 992px) {
	.qiye-youshi-ul {padding-left: 0;}
	.qiye-youshi-link {margin: 10px;}
	.qiye-youshi-info {margin-left: 0;}
}
@media (max-width: 768px) {
	.qiye-youshi-line-bg {margin: 0 10px;}
	.qiye-youshi-info {margin-left: 25px;}
	.qiye-youshi-title { font-size: 16px; margin-bottom: 8px;}
	.qiye-youshi-desc {line-height: 25px; font-size: 14px; height: 75px;}
	
	.page-line-row {margin-bottom: 0;}
}

@media (max-width: 480px) {
	.youshi-list-page-bg {padding-top: 10px; padding-bottom: 0;}
	.qiye-youshi-ul { padding-bottom: 10px;}
	.qiye-youshi-li {width: auto; display: block;}
	.qiye-youshi-link {margin: 10px;}
	.qiye-youshi-info {margin: 0; }
	.qiye-youshi-desc { height: auto;}
	.page-line-row {margin-top: 0; display: none;}
}

/* 企业优势 end */


/* 新闻资讯 start */
.news-list-li {
	width: 50%;
}

.news-list-link {
	display: block;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 28px;
	transition: all 0.2s linear 0s;
}

.news-list-title {
	font-size: 18px;
	vertical-align: top;
	color: #333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-info {
	overflow: hidden;
}

.news-list-desc {
	font-size: 14px;
	margin-top: 5px;
	line-height: 25px;
	height: 50px;
	color: #999;
	text-align: justify;
}

.news-list-time {
	display: block;
	width: 75px;
	height: 90px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
	line-height: 20px;
	margin-right: 30px;
	color: #666;
}
.news-list-time-up {
	margin-top: 13px;
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.news-list-link:hover {
	border: 1px solid #1e50ae;
	-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.news-list-li:hover .news-list-title {
	color: #1e50ae;
}
.news-page-more {
	width: 180px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	text-align: center;
	background-color: #444;
	color: #fff;
}
.news-page-more:hover {
	background-color: #1e50ae;
	color: #fff;
	text-indent: 10px;
}

@media (max-width: 1200px) {
	.news-list-link {padding: 15px;}
}

@media (max-width: 768px) {
	.news-list-item {
		float: none;
		width: auto;
	}
}
@media (max-width: 480px){
	.news-list-li {margin-right: 0; float: none; width: auto; padding-right: 0;}
	.news-list-link {margin: 5px; padding-top: 10px; padding-bottom: 10px; height: auto;}
	.news-list-time {
		width: 60px;
		height: 75px;
		padding-right: 10px;
		margin-right: 10px;
	}
	.news-list-time-up {margin-top: 3px;}
	.news-list-title {font-size: 15px;}
	.news-list-desc {font-size: 13px; line-height: 17px; height: 49px;}
	
	.news-page-more {margin-top: 20px;}
}
/* 新闻资讯 end */




/* 列表左侧 start */
.listimg-left {paddding:20px 0;}
.listimg-left-ul {
	display: block;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.listimg-left-li {
	display: inline-block;
	overflow: hidden;
	margin: 0 10px;
}
.listimg-left-link {
	display: block;
	overflow: hidden;
	line-height: 36px;
	text-align: left;
	font-size: 16px;
	color: #666;
	transition: all 0.4s;
	padding: 0 25px;
	border-radius: 20px;
}
.cur .listimg-left-link, .listimg-left-li:hover .listimg-left-link {
	color: #fff;
	background-color: #ffc001;
}
/* 列表左侧 end */


/* 合作联盟，优势互补好经营 start */
.hezuo-desc {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
}
/* 合作联盟，优势互补好经营 end */




.typename-line {
	/* background-color: #FFC100; */
}








/* 团队高层风采 start */
.gaoceng-list-li {
	/* width: 25%; */
	width: 32%;
	float: left;
}
.gaoceng-list-link {
	display: block;
	/* cursor: unset; */
	margin: 10px;
}
.gaoceng-list-image-box {
	padding-bottom: 125%;
}
.gaoceng-list-info {
	background-color: #f8f8f8;
	padding: 10px;
	text-align: center;
}
.gaoceng-list-title {
	font-size: 16px;
}
@media (max-width: 768px) {
	.gaoceng-list-link {
		margin: 5px;
	}
}
/* 团队高层风采 end */



/* 服务商风采 start */
.fengcai-list-li {
	/* width: 33.33333333%; */
	width: 47%;
	float: left;
}
.fengcai-list-link {
	display: block;
	cursor: unset;
	margin: 10px;
}
/* .fengcai-list-image-box {
	padding-bottom: 125%;
} */
/* 服务商风采 end */



/* 服务商风采 start */
.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 {
	display: block;
	margin: 10px;
	/* border: 1px solid #dedede; */
	/* cursor: unset; */
}

.honor-list-image-bg {
	padding: 17px;
}

.honor-list-image-box {
	padding-bottom: 70.75%;
	/* border-radius: 20px; */
	padding-bottom: 141.25%;
}
.honor-list-image {
	object-fit: contain;
}
.honor-list-info {padding-top: 10px;}
.honor-list-title {text-align: center;}
.honor-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background-color: #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-color: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.zizhi-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.zizhi-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.zizhi-list-li {
		width: 25%;
	}

	.zizhi-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.zizhi-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.zizhi-list-page-body {
		padding: 30px;
	}

	.zizhi-page-bg {
		padding-top: 15px;
	}
	.zizhi-list-li {
		width: 33.33333333%;
	}


	.zizhi-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.zizhi-list-link {
		margin: 8px;
	}
	.zizhi-list-image-bg {
		padding: 19px 12px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.zizhi-list-page-body {
		padding: 0 30px 10px;
	}
	.zizhi-page-bg {
		padding-top: 10px;
	}
	.zizhi-list-li {
		/* width: 50%; */
		width: 33.33333333%;
	}

	.zizhi-list-link {
		margin: 5px;
	}
}
@media (max-width: 380px) {
	.zizhi-list-image-bg {
		padding: 19px 10px;
	}
}

/* 资质证书 end */


/* 发展历程 start */
.history-page-box {
	
}
.history-list-ul {
	padding-top: 30px;
	/* max-width: 1000px; */
	margin: 0 auto;
}
.history-list-li {
	overflow: hidden;
}

.history-list-link {
	display: block;
	cursor: unset;
}

.history-list-left {
	width: 110px;
}

.history-list-right {
	margin-left: 110px;
	overflow: hidden;
	padding-bottom: 40px;
}


.history-list-info-box {
	margin-left: 70px;
}
.history-list-time-box {
	padding: 5px 0 20px;
	text-align: right;
	color: #666;
	font-weight: bold;
}

.history-list-year {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 10px;
	display: inline;
}

.history-list-moon-day {
	font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	line-height: 36px;
	display: inline;
}


.history-list-line-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #f2f2f2;
	
}
.history-list-line {
    position: absolute;
    width: 2px;
    background-color: #dedede;
    height: 1000px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    display: inline-block;
}
.history-list-line-bg {
    margin: 0 22px;
    display: inline-block;
    vertical-align: middle;
}
.line-circle-out {
    position: absolute;
    left: 50%;
    border-radius: 50%;
	top: 0;
    margin-left: -50px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
	border: 5px solid #B9A769;
	background-color: #fff;
	margin-left: -12px;
	border: 2px solid #EBEBEB;
}

.line-circle-in {
	position: relative;
    width: 90px;
    height: 90px;
    width: 20px;
    height: 20px;
    /* opacity: .3; */
    border-radius: 50%;
}

.history-list-link:hover .history-list-time-box, .history-list-li.cur .history-list-time-box {
	color: rgba(7,108,224,1);
}
.history-list-link:hover .line-circle-out, .history-list-li.cur .line-circle-out {
	border-color: rgba(7,108,224,.3);
}
.history-list-link:hover .line-circle-in, .history-list-li.cur .line-circle-in {
	background-color: rgba(7,108,224,.9);
}
.history-list-link:hover .history-list-info, .history-list-li.cur .history-list-info {
	color: rgba(7,108,224,1);
}

.history-image {
	width: 100%;
	height: 100%;
    border-radius: 50%;
}

.history-list-info {
	margin-left: 100px;
}

.history-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}



.history-list-title {
	font-size: 18px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.history-list-desc {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}


@media (max-width: 768px) {
	.history-list-left {width: 100px;}
	/* .history-image {height: 85px;} */
	.history-list-right {margin-left: 70px;}
	.history-list-moon-day {font-size: 20px;}
	.history-list-info-box {margin-left: 20px;}
	.history-list-line-bg {margin: 0 10px;}
	.history-list-info {margin-left: 50px;}
	.history-list-title { font-size: 15px; margin-bottom: 8px;}
	.history-list-desc {line-height: 20px; font-size: 13px;}
}

@media (max-width: 480px) {
	.history-list-left {width: auto;}
	.history-list-year {margin-bottom: 0; font-size: 14px; line-height: 1.5;}
	.history-list-moon-day {line-height: 1.5;}
	
	.history-list-right {margin-left: 50px;}
	.line-circle-out {border-width: 3px; margin-left: -31px;}
	.line-circle-in { width: 15px; height: 15px;}
	.history-list-line {left: -10px;}
	.history-list-info-box {margin-left: 30px;}
	.history-list-info {margin-left: 16px;}
	.history-list-title {line-height: 1.5; margin-bottom: 0; font-size: 14px;}
	.history-list-desc { font-size: 12px;height: auto;}
	.history-list-right {padding-bottom: 20px;}
}

/* 发展历程 end */




/* 推荐文章 start */
.listarc-tuijian-ul {
	padding: 10px 0;
}

.listarc-tuijian-li {
	float: left;
	width: 33.33333333%;
}

.listarc-tuijian-li.last {
	
}

.listarc-tuijian-link {
	display: block;
	margin: 0 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
	background-color: #efefef;
	border-radius: 10px;
	overflow: hidden;
}

.case-list-link {
	padding: 0;
}

/* .listarc-tuijian-link:hover {
	box-shadow: 0 0 10px #dedede;
} */

.listarc-tuijian-image-box {
	overflow: hidden;
}

.listarc-tuijian-image {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listarc-tuijian-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.listarc-tuijian-info {
	padding: 10px;
}

.listarc-tuijian-title {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
	text-align: center;
}

.listarc-tuijian-link:hover .listarc-tuijian-title {
	color: #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-ul {}
.home-listarc-ul {
	padding: 10px 0;
}

.listarc-li {
}

.listarc-li.last, .listarc-li:nth-of-type(3n+3) {
	margin-right:0;
}

.listarc-link {
	display: block;
	position: relative;overflow: hidden;
	border-bottom:1px dashed #e5e5e5;
	padding: 25px 0;
}

.home-listarc-link {
	padding: 18px 0;
	color: #666;
	line-height: 20px;
}

.listarc-date-box {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.listarc-date-bg {
	padding: 15px;
	cursor: pointer;
    text-align: center;
    background-color: #f2f2f2;
    vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
}

.listarc-day {
	font-size: 25px;
	line-height: 30px;
}

.listarc-year-moon {
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
}

.listarc-info {
	overflow: hidden;
}
.listarc-title-box {
	padding: 3px 0;
}
.listarc-time {
}
.listarc-time.fr {
	margin-left: 10px;
}
.listarc-title {
	font-size: 15px;
	/* text-align: center; */
	font-weight:normal;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.listarc-desc {
	margin-top: 4px;
    font-size: 15px;
    line-height: 24px;
    color: #9B9B9B;
	max-height: 48px;
	/* overflow:hidden; */
    /* margin-bottom: 6px; */
	/* white-space:nowrap;
	text-overflow:ellipsis; */
}


.listarc-link:hover .listarc-image {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listarc-title:hover {
	color: #1857a4;
}

@media (max-width:1200px){

}

@media (max-width:992px){
	.listarc-title-box {padding: 5px 0;}
	.listarc-title {font-size: 14px;}
	.listarc-desc {font-size: 14px; line-height: 22px;}
}

@media (max-width:768px){
	.listarc-ul {}
	.listarc-link {padding: 10px 0;}
	.listarc-year-moon {font-size: 13px;}
	.listarc-title-box {}
	.listarc-title {padding: 0;font-size: 14px;}
	.listarc-time {font-size: 12px;}
	.listarc-day {font-size: 22px;}
	.listarc-desc {margin-top: 3px; }
}
@media (max-width:666px){
	.listarc-title-box {padding: 2px 0 3px;}
	.listarc-image {height: 100px; width: 160px;}
	.listarc-desc {line-height: 21px;}
}
@media (max-width:560px){
	.listarc-image {height: 80px; width: 120px;}
	.listarc-desc {}
}

@media (max-width:480px){
	.listarc-link {padding: 8px 0;}
	.listarc-image {width: 100px; height: 66px; }
	.listarc-date-box {
		margin-right: 8px;
	}
	.listarc-date-bg {padding: 10px;}
	.listarc-day {line-height: 25px;}
	.listarc-year-moon {font-size: 12px;}
	/* .listarc-desc {height: 36px;} */
}
/* 文章列表 end */


/* 服务流程 start  */
.flow-page-bg {
	position: relative;
}
.flow-page-line {
	position: absolute;
	left: 50%;
	width: 21px;
	height: 100%;
	margin-left: -10px;
	background-position: top center;
	/* background-repeat: no-repeat; */
	/* background-size: 100% auto; */
}
.flow-list-ul {
	position: relative;
	padding-bottom: 50px;
}
.flow-list-li {
}
/* .flow-list-li.odd {float: left;}
.flow-list-li.even {float: right;} */
.flow-list-link {
	width: 50%;
	margin-bottom: -50px;
}
.flow-list-link.odd {
	float: left;
}

.flow-list-link.even {
	float: right;
}
.flow-list-left {
	width: 240px;
}

.flow-list-left.odd {
	float: right;
	margin-right: 20px;
}
.flow-list-left.even {
	float: left;
	margin-left: 20px;
}

.flow-list-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flow-list-info {
	overflow: hidden;
}
.flow-list-info.odd {
	padding-right: 20px;
	text-align: right;
	
}
.flow-list-info.even {
	padding-left: 20px;
}

.flow-list-title {
	overflow: hidden;
	font-weight: normal;
	line-height: 28px;
	font-size: 16px;
	margin-top: 15px;
}


.flow-list-desc {
	line-height: 25px;
	color: #999;
	height: 125px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.flow-list-left {width: 200px;}
	.flow-list-info {}
	.flow-list-title {margin-top: 0;}
	.flow-list-image  {line-height: 25px; font-size: 15px;}
	.flow-list-desc {line-height: 20px; height: 120px;}
}
@media (max-width: 888px) {
	.flow-list-left {width: 180px;}
	.flow-list-info.odd {padding-right: 10px;}
	.flow-list-info.even {padding-left: 10px;}
}
@media (max-width: 768px) {
	.flow-page-line {left: 5px;}
	.flow-list-ul {padding-left: 21px; padding-bottom: 0;}
	.flow-list-link {margin-bottom: 20px; width: auto;}
	.flow-list-link.odd, .flow-list-link.even {float: none;}
	.flow-list-left.odd, .flow-list-left.even {float: left; margin-left: 0; margin-right: 10px;}
	.flow-list-info.odd, .flow-list-info.even {padding-left: 0; padding-right: 0; text-align: left;}
	.flow-list-image  { line-height: 22px; font-size: 14px;}
	.flow-list-desc {height: auto;font-size: 13px;}
}
@media (max-width: 666px) {
	.flow-list-left {width: 130px;}
	.flow-list-image  {}
}
@media (max-width: 480px) {
	.flow-list-left {width: 110px;}
	.flow-list-image {}
	.flow-list-title {font-size: 15px; line-height: 20px;}
	.flow-list-desc {font-size: 12px; line-height: 16px;}
}
/* 服务流程 end  */



