/* CSS Document */
@charset "utf-8";

@font-face {
	font-family: 'DINCond-Medium.pfb';
	src: url('../fonts/dincond-medium.pfb.ttf');
	font-weight: normal;
	font-style: normal;
}

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; */
	font-family: "微软雅黑";
	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
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.blod {
	font-weight: bold;
}

html {
	-webkit-text-size-adjust: none;
	font-size: 12px;
	overdata-x: hidden;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60px;
	font-family: "微软雅黑"
}

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-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 */
.msg-form-box-bg {
	padding: 10px 0;
}
.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: #149996;
	color:#fff;
	line-height: 40px;
	border: 0;
	cursor: pointer;
}



.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-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 */



#banner {
	width: 100%;
	padding-top: 0px;
	height: 550px;
	margin: 0px;
}

.bannerList img {
	display: block;
}

.w_zt {
	position: relative;
	padding-top: 0px;
	height: 550px;
	margin: 0px auto;
	width: 1600px;
}

#focus {
	width: 1920px;
	position: absolute;
	/* left: -290px; */
	left: -352px;
	height: 550px;
	overflow: hidden;
}

#focus ul {
	height: 550px;
	position: absolute;
}

#focus ul li {
	float: left;
	width: 1920px;
	height: 550px;
	overflow: hidden;
}

#focus .btn {
	position: absolute;
	width: 100%;
	height: 15px;
	right: 0;
	bottom: 30px;
	text-align: center;
}

#focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 10px;
	height: 10px;
	background: #fff;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	margin-right: 10px;
	font-family: Arial;
	border-radius: 50em;
}

#focus .btn span.on {
	background: #ffc001;
}




/* 列表页banner start */
.list-banner-image {display: block; width: 100%;}
@media (max-width: 768px) {
	.banner-page-box {padding-top: 50px;}
}
/* 列表页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 */
.home-typename-box { 
	
}
.home-type-name-bg { 
	/* background: url(../images/typeBg.png) top no-repeat;
	 padding-top: 50px; padding-bottom: 20px;
	  background-size:60px 100% ; */
	  padding-left: 20px;
	  border-left: 3px solid #F18F14;
	  line-height: 1;
}
.home-type-name-en {
	display: block;
	color: #aaa;
	text-transform: uppercase;
	line-height: 1;
}
.home-type-name {
	margin-top: 8px;
	color: #149996;
	line-height: 1;
 }

.home-type-subname-bg{ margin-top: 10px; font-size: 22px; color: #664d02; letter-spacing: 5px; font-weight:lighter;}
.home-type-subname{ position: relative; }
.home-type-subname:before,
.home-type-subname:after{ position:absolute; top:50%; content: ""; width: 60px; height: 1px; background: #8c6900;}
.home-type-subname:before{ left:-75px;}
.home-type-subname:after{ right:-75px;}
.home-type-desc{ margin-top: 8px; color: #664d02; letter-spacing:15px; opacity: .8;}

.cfff .home-type-name-bg {
	/* background-image: url(../images/typeBg2.png); */
}
.cfff .home-type-name-en {  color: #FFFFFF;}
.cfff .home-type-name{  color: #FFFFFF;}
.cfff .home-type-subname-bg { color: rgba(255,255,255,.4);}
.cfff .home-type-subname:before,
.cfff .home-type-subname:after { background:  rgba(255,255,255,.4);}
.cfff .home-type-desc { color: #a57d03;}
@media (max-width: 768px) {
	.home-type-name-bg {
		/* padding-top: 40px;
		padding-bottom: 15px;
		background-size: 50px 100%; */
	}
	.home-type-name-en {
		font-size: 25px;
	}
	.home-type-name {
		font-size: 30px;
	}
	.home-type-subname-bg {
		font-size: 18px;
	}
	.home-type-desc {
		letter-spacing: 8px;
	}
}
@media (max-width: 480px) {
	.home-type-name-bg {
		/* background-size: 40px 100%; */
		padding-left: 10px;
	}
	.home-type-name-en {
		font-size: 18px;
	}
	.home-type-name {
		margin-top: 5px;
		font-size: 18px;
	}
	.home-type-subname-bg {
		font-size: 14px;
	}
	.home-type-subname:before, .home-type-subname:after {
		width: 50px;
	}
	.home-type-subname:before {
		left: -60px;
	}
	.home-type-subname:after {
		right: -60px;
	}
	.home-type-desc {
		font-size: 12px;
		letter-spacing: 0;
	}
}
/* 首页栏目标题 end */



/* 企业数据 start */
@media(min-width: 768px) {
	.data-page-box {
		padding: 20px 0;
	}
}

.about-data-page-row {
	margin-top: 40px;
}

.data-list-ul {
	display: block;
	margin: 0 -10px;
 }
.data-list-li {
	float: left;
	width: 25%;
}
.data-list-bg {
	margin: 10px;
	padding: 30px;
	box-shadow: 0 0 10px #E6E6E6;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.data-list-title-row {display: block;font-size: 50px; font-weight: bold; color: #149996; line-height: 1; }
.data-list-title {display: inline; line-height: inherit;}
.data-list-short {display: inline; line-height: inherit;}
.data-list-line {
	width: 20px;
	height: 2px;
	margin-top: 15px;
	background-color: #F18F14;
}
.data-list-desc {
	margin-top: 15px;
	color: #666;
}

.data-list-icon-bg {
	position: absolute;
	right: -90px;
	bottom: -80px;
	padding: 80px 90px;
	background-color: #D1EBEA;
	border-radius: 50%;
}
.data-list-bg:hover .data-list-icon-bg {
	background-color: #73C1C1;
}
.data-list-icon {
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	right: 5px;
	bottom: 5px;
}
@media (max-width:1200px){
	.data-list-ul { }
	.data-list-title-row {font-size: 40px;}
	
	.data-list-icon-bg {
		right: -60px;
		bottom: -60px;
		padding: 60px;
	}
	.data-list-icon {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:992px){
	.data-list-li {
		width: 50%;
	}
}

@media (max-width:888px){
	.data-list-ul {}
	/* .type-more-box { text-align: center;} */
}

@media (max-width:768px){
	.about-data-page-row {
		margin-top: 30px;
	}
	.data-list-ul {}
	.data-list-bg {
		padding: 20px;
	}
	.data-list-desc {
		margin-top: 10px;
	}
}

@media (max-width:620px){
}

@media (max-width: 480px){
	.about-data-page-row {
		margin-top: 20px;
	}
	.data-list-ul {
		margin: 0 -5px;
	}
	.data-list-li {}
	.data-list-bg {
		margin: 5px;
	}
	.data-list-title-row {font-size: 30px;}
	.data-list-desc {
		margin-top: 5px;
		font-size: 13px; 
	}
}
@media (max-width: 414px){
	.data-list-ul {}
	.data-list-title-row {font-size: 25px;}
	.data-list-desc {font-size: 12px; }
}
@media (max-width: 380px){
	.about-data-page-row {
		margin-top: 15px;
	}
}
@media (max-width: 360px){
	.data-list-desc {line-height: 17px; /* height: 34px; */  }
	
}
/* 企业数据 end */



/* 子栏目标题 start */
.page-nav-box {paddding:20px 0;}
.page-nav-ul {
	display: block;
	overflow: hidden;
	padding-bottom: 30px;
	/* text-align: right;
	margin-top: -60px; */
	font-size: 0;
	text-align: center;
}
.page-nav-li {
	display: inline-block;
	overflow: hidden;
}
.page-nav-link {
	display: block;
	overflow: hidden;
	margin: 0 10px;
	width: 100px;
	padding: 0 10px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 19px;
	border: 1px solid #dedede;
	cursor: pointer;
}

.cur .page-nav-link, .page-nav-li:hover .page-nav-link {
	border-color: transparent;
	color: #fff;
    background: #149996;
    /* -webkit-background-image: linear-gradient(#149996, #F39521);
    -moz-background-image: linear-gradient(#149996, #F39521);
    -ms-background-image: linear-gradient(#149996, #F39521);
    -o-background-image: linear-gradient(#149996, #F39521);
    background-image: linear-gradient(#149996, #F39521); */
	box-shadow: 0 0 3px #149996;
}
@media (max-width: 768px) {
	.page-nav-ul {/* margin-top: -40px; */ padding: 5px 0;font-size: 0;}
	.page-nav-li {width: 25%;}
	.page-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) {
	.page-nav-ul {padding: 0; }
	.page-nav-link {
		margin: 5px 3px;
		font-size: 12px;
		height: 28px;
	}
	.cur .page-nav-link, .page-nav-li:hover .page-nav-link {
		box-shadow: 0 0 1px #149996;
	}
}
/* 子栏目标题 end */


/* 首页新闻 start */
.news-page-box .type-desc-en {
	color: #575757;
}


.news-page-body-bg {
}
.home-news-page-left {
	width: 50%;
	float: left;
}
@media (min-width: 768px) {
	.home-news-page-left {
		margin-right: 10px;
	}
}



.home-news-ul {}
.news-list-ul {
	/* padding: 10px; */
}
.home-news-li {
}
.home-news-li.last, .home-news-li:nth-of-type(3n+3) {margin-right:0;}
.home-news-link {
	display: block;
	position: relative;overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	/* border-top: 1px solid #e5e5e5; */
}
.home-news-link0 {
	border-top: 0;
}
.home-news-left {
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.home-news-time-bg {
	padding-right: 20px;
    text-align: center;
    vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
	border-right: 1px solid #dedede;
}
.news-right-time-bg {
	
}
.home-news-year {
    line-height: 20px;
}
.home-news-moon-day {
	font-size: 24px;
    line-height: 30px;
}

.home-news-info {
	/* margin-left: 100px; */
	overflow: hidden;
}
.home-news-title-box {
}
.home-news-time {
}
.home-news-title {
	/* text-align: center; */
	font-size: 18px;
	font-weight:normal;
	overflow:hidden;
	/* margin-right: 90px; */
	white-space:nowrap;
	line-height: 28px;
	text-overflow:ellipsis;
	/* color:#000; */
}
.home-news-list-row {
	margin-top: 20px;
}
.right-news-time-row {
	/* margin-top: 40px; */
}
.home-news-desc-more {
	float: right;
	color: #000;
	text-transform: uppercase;
}
.home-news-desc {
	font-size: 15px;
    line-height: 22px;
	min-height: 44px;
    color: #9B9B9B;
	overflow:hidden;
}
.news-right-list-desc {
	min-height: 66px;
}
.home-news-link:hover .home-news-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);
}



.news-left-link {
	margin-top: 10px;
	background-color: #F5F5F5;
	display: block;
}

.news-left-bg {
}

.news-left-image-box {
	/* padding-bottom: 225px; */
	padding-bottom: 374px;
}

.news-left-image {
	object-fit: cover;
}

.news-left-info {
	padding: 20px;
	line-height: 30px;
	transition: all .6s;
	padding-top: 20px;
}

.news-right-ul {
}
.news-right-li {
	/* float: left; */
	overflow: hidden;
}
/* .news-right-li2, .news-right-li3 {
	width: 50%;
	float: left;
} */
.news-right-link {
	padding: 20px;
	margin: 10px;
	background-color: #F5F5F5;
}
.news-right-link:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: #149996;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
.news-right-link {
	border-bottom: 0;
	/* padding: 10px 0; */
	border-top: 1px solid #F0F0F0;
}
.news-right-link0 {
	border-top: 0;
}


@media (min-width: 769px) {
	.news-left-link:hover, .news-right-link:hover {
		color: #149996;
	}
	.news-right-link:hover  {
		/* -o-box-shadow: 0 0 30px rgba(0,0,0,.08);
		-ms-box-shadow: 0 0 30px rgba(0,0,0,.08);
		-moz-box-shadow: 0 0 30px rgba(0,0,0,.08);
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,.08);
		box-shadow: 0 0 30px rgba(0,0,0,.08); */
		-o-box-shadow: 0 0 10px #dedede;
		-ms-box-shadow: 0 0 10px #dedede;
		-moz-box-shadow: 0 0 10px #dedede;
		-webkit-box-shadow: 0 0 10px #dedede;
		box-shadow: 0 0 10px #dedede;
	}
	.news-right-link:hover:after  {
		width: 100%;
	}

}

@media (max-width:1200px){
	/* .w1200 {padding:0 10px;width:auto;} */
	.news-list-ul {
		padding: 0;
		box-shadow: none;
	}
}

@media (max-width:992px){
	.home-news-title-box {}
	.home-news-title {font-size: 14px;}
	.home-news-desc {font-size: 14px; line-height: 20px;}
}

@media (max-width:768px){
	
	.news-page-body-bg {
	}
	.home-news-page-left {
		float: none;
		width: auto;
	}
	.news-left-ul {
		margin: 0;
	}
	.news-left-link, .home-news-link {
		/* border-radius: 5px; */
		overflow: hidden;
	}
	.news-left-image-box {
		padding-bottom: 62.5%;
	}
	.news-left-info {
		padding: 15px;
	}
	
	.home-news-ul {padding:0 8px;
	}
	.news-right-ul {
		margin-top: 0;
		padding-left: 0;
		margin: 0 -10px;
	}
	.home-news-link {padding: 10px;}
	.home-news-title-box {}
	.home-news-title {padding: 0;font-size: 14px;}
	.home-news-time {font-size: 13px;}
	.home-news-left {font-size: 22px;}
	.home-news-desc {margin:0; font-size:13px; }
}
@media (max-width: 768px) {
	.home-news-list-row {
		margin-top: 15px;
	}
	.home-news-title {
		line-height: 1.5;
	}
	.news-left-info {
		line-height: 20px;
	}
}
@media (max-width:666px){
	.home-news-title-box {}
	.home-news-image {height: 100px; width: 160px;}
	/* .home-news-info {margin-left: 170px;} */
	.home-news-desc {line-height: 18px; min-height: auto; height: 33px;}
}
@media (max-width:560px){
	.home-news-image {height: 80px; width: 120px;}
	/* .home-news-info {margin-left: 130px;} */
	.home-news-desc { }
}

@media (max-width: 480px) {
	.news-page-body-bg {
		padding: 0;
	}
	.news-left-image-box {
		padding-bottom: 56%;
	}
	.news-right-ul {
		margin: 5px -5px 0;
	}
	.home-news-link {margin: 5px;}
	.home-news-image {width: 100px; height: 66px; }
	.home-news-left {
		margin-right: 10px;
	}
	.home-news-time-bg {padding: 0 8px;}
	/* .home-news-info {margin-left: 83px;} */
	.home-news-date-bg {width: 75px; height: 80px;}
	.home-news-year {font-size: 13px; }
	.home-news-moon-day {font-size: 22px;}
	.home-news-list-row {
		margin-top: 8px;
	}
	.home-news-desc-more {
		font-size: 12px;
	}
	
}
/* 首页新闻 end */


/* 首页产品 start */
.product-page-box {
	background-position: bottom center;
	background-size: 100% auto;
}

.product-swiper-page-bg {
	padding: 0 90px;
}
.product-swiper-info {
	overflow: initial;
}

.product-swiper-button-prev, .product-swiper-button-next {
	top: 0;
	bottom: 0;
	height: auto;
	margin: 0;
	border-radius: 0;
	background-size: 60px;
	padding: 0 30px;
}

.product-list-ul {
	font-size: 0;
	text-align: center;
	position: relative;
}

.product-list-li {
	display: inline-block;
	/* width: 33.333333%; */
	width: 25%;
	font-size: 14px;
}

.product-list-link {
	display: block;
	/* margin: 0 5px; */
	background-color: #fafafa;
}
.product-list-link-odd {
	background-color: #f8f8f8;
}
.product-list-link-even {
	background-color: #ecf1f3;
}


/* .swiper-slide-next .product-list-link {
	background-color: #ecf1f3;
} */



.product-list-li-bg {
	color: #000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.product-list-li-image-box-bg {
	/* border: 1px solid #dedede; */
	border: 0;
	position: relative;
	padding: 0;
	border-radius: 0;
}

.cur .product-list-li-image-box-bg {
	border-color: #149996;
}

.product-list-li-image {
	overflow: hidden;
}

.product-list-li-arrow {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	margin-top: 40px;
	display: none;
}

.cur .product-list-li-arrow {
	display: block;
}


.product-list-info {
	/* padding-top: 49px;
	height: 150px; */
	/* display: none; */
}

/* .product-list-info.cur {display: block;} */

.product-list-info-bg {
	/* position: absolute;
	left: 0;
	right: 0;
	display: none; */
	padding: 50px;
	/* background-color: #fff; */
	/* border: 1px solid #149996;
	box-shadow: 0 0 2px #149996;
	border-radius: 5px; */
}

/* .cur .product-list-info-bg {
	display: block;
} */


.product-list-info-row {
	line-height: 25px;
	text-align: left;
}

.product-list-title {
	font-size: 18px;
	font-weight: bold;
	color: #149996;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-list-desc {
	margin-top: 10px;
	line-height: 25px;
	max-height: 72px;
	overflow: hidden;
	color: #666;
}

.product-list-li-btn-box {
	text-align: right;
}

.product-list-li-btn {
	font-size: 18px;
	display: inline-block;
	padding: 0 15px 0 20px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 17px;
	font-weight: normal;
}
.product-list-li-btn:hover {
	background-color: #fff;
	color: #149996;
}


@media (max-width: 768px) {
	.product-swiper-page-bg {
		padding: 0 60px;
	}
	.product-swiper-button-prev, .product-swiper-button-next {
		padding: 0 15px;
		width: 30px;
	}
	.product-swiper-info {
		overflow: initial;
	}
	.product-list-ul {
	}
	.product-list-li { 
		width: 50%;
		display: block;
		float: left;
	}
	.product-list-link {
		/* margin: 5px; */
		border-radius: 5px;
		/* overflow: hidden; */
	}
	.product-list-li-bg {
		margin: 0;
		/* border-radius: 5px;
		border: 1px solid #149996; */
		overflow: hidden;
	}
	.product-list-li-image-box-bg {
		border: 0;
		overflow: hidden;
	}
	.product-list-li-arrow {
		margin-top: 6px;
		display: none;
	}
	.product-list-info {
		padding: 0;
		height: auto;
	}
	
	.product-list-info-bg {
		display: block;
		position: static;
		border-radius: 0;
		/* box-shadow: 0 0 1px #149996; */
		border: 0;
		box-shadow: none;
	}
	.product-list-info-bg {padding: 25px;}
	.product-list-info-row {}
	.product-list-desc {
	}
	.product-list-li-btn {font-size: 14px; line-height: 26px;}
}

@media (max-width: 480px) {
	.product-list-li-image {}
	.product-list-info-bg {padding: 20px; }
	.product-list-info-row {font-size: 13px; line-height: 20px; max-height: 56px;}
	.product-list-title {font-size: 16px;}
	.product-list-desc {
		margin-top: 8px;
	}
	
	.product-list-li-btn {font-size: 13px; line-height: 22px; padding: 0 12px; margin-top: 3px;}
}

@media (max-width: 380px) {
	.product-list-li-image {}
	.product-list-info-row {}
	.product-list-title {}
}
/* 首页产品 end */



/* 案例展示 start */
.case-page-box {
	background-position: bottom center;
	background-size: 100% auto;
}

.case-list-ul {
	margin: 0 -15px;
}
.case-list-li {
	width: 33.3333333%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}
.case-list-li0 {
	width: 100%;
}
.case-list-link {
	margin: 15px;
	background-color: #f8f8f8;
	display: block;
	position: relative;
}

.case-list-image-box {
	/* padding-bottom: 62.5%; */
}

.case-list-right0 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.case-list-right-bg {
	padding: 30px;
	/* position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; */
}

.case-list-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.case-list-line {
	margin-top: 10px;
	height: 1px;
	background-color: #dedede;
}
.case-list-desc {
	margin-top: 15px;
	line-height: 30px;
	font-size: 15px;
	/* max-height: 150px; */
	max-height: 90px;
}
.case-list-more {
	margin-top: 15px;
	text-align: right;
}



.case-list-link:hover .case-list-right-bg {
	display: block;
}

@media (min-width: 769px) {
	.case-list-left0 {
		float: left;
		/* width: 66.6666666667%; */
		width: 40%;
	}
	.case-list-right0 {
		left: 40%;
	}
	
	.case-list-right-bg:not(.case-list-right-bg1) {
		/* background-color: rgba(20, 153, 150, .8);
		color: #fff; */
		/* display: none; */
	}
	
	.case-list-desc0 {
		min-height: 240px;
	}
	
	.case-list-link:hover {
		box-shadow: 0 0 5px #dedede;
	}

	.case-list-link:hover {
		/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
		border-color: transparent;
	}
	.case-list-link:hover .case-list-title {
	}
	.case-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) {
	.case-list-ul {
		margin: 0 -10px;
	}
	.case-list-link {
		margin: 10px;
		box-shadow: 0 0 2px #dedede;
	}
	
	.case-list-right {
		position: static;
	}
	.case-list-right-bg {
		position: static;
		padding: 20px;
		display: block;
	}

	.case-list-title {line-height: 30px; height: auto; font-size: 14px;}
	
	.case-list-desc  {
		margin-top: 10px;
		-webkit-line-clamp: 3;
		max-height: none;
		line-height: 25px;
		height: 72px;
		font-size: 14px;
	}
	.case-list-more {
		margin-top: 10px;
		font-size: 13px;
	}
}

@media (max-width: 666px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
	.case-list-ul {
		margin: 0 -5px;
	}
	.case-list-li {
		width: 50%;
	}
	.case-list-link {margin: 5px;}
	.case-list-right-bg {
		padding: 10px;
	}

	.case-list-title {line-height: 25px;}
	.case-list-line {
		margin-top: 5px;
	}
	.case-list-desc  {
		margin-top: 5px;
		line-height: 20px;
		height: 56px;
		font-size: 13px;
	}
	.case-list-more {
		margin-top: 5px;
		font-size: 13px;
		display: none;
		text-align: center;
	}
}
/* 案例展示 end */



/* 关于我们栏目列表 start */
.home-about-type-ul {
	margin-top: 30px;
}
.home-about-type-li {
	float: left;
	width: 25%;
}

.home-about-type-li.last {
	margin-right: 0;
}

.home-about-type-link {
	line-height: 30px;
	text-align: center;
	line-height: 20px;
	color: #666;
	/* width: 40px;
	text-align: center;
	padding: 30px;
	border-radius: 50%; */
	border: 1px solid #EEEEEE;
	/* box-shadow: 0 0 2px #dedede; */
	border-radius: 50%;
	width: 60px;
	margin: 0 auto;
	padding: 20px;
}


.home-about-type-icon {
	display: block;
	margin: 0 auto;
	height: 35px;
}
.home-about-type-icon.display-none {
	display: none;
}
.home-about-type-title {
	font-size: 15px;
	margin-top: 5px;
	line-height: 20px;
}


.home-about-type-link:hover {
	background-color: #149996;
	color: #fff;
	background-image: linear-gradient(#22C0BF,#18A09E);
	border-color: transparent;
	box-shadow: 0 0 8px #149996;
}
.home-about-type-link:hover .display-block {
	display: none;
}
.home-about-type-link:hover .display-none {
	display: block;
}
/* 关于我们栏目列表 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-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: #149996;
	color: #fff;
}

@media only screen and (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}

@media only screen and (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-link {
		padding: 4px 0;
	}
}

/* 列表页面子导航 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;
	font-family: arial;
	/* 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 {
	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: #076ce0;
	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 */
.hezuo-page-body-bg {
	/* max-width: 1100px; */
	margin: 0 auto;
}

/* .hezuo-list-ul {
	padding: 30px 10px 0;
} */

.hezuo-list-li {
	float: left;
	width: 25%;
}

.hezuo-list-link {
	margin: 20px;
	display: block;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	/* border: 1px solid #eee; */
}

.hezuo-list-image-box {
	position: relative;
	padding-bottom: 50%;
	background-color: #fff;
}

.hezuo-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%);
}

.hezuo-list-title-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0, 0, 0, .2);
	color: #fff;
	display: none;
	opacity: 0;
}
.hezuo-list-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 90%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.hezuo-list-link:hover {
	/* background-color: #000; */
	box-shadow: 0 0 10px #dedede;
}
/* .hezuo-list-link:hover .hezuo-list-image-box {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.hezuo-list-link:hover .hezuo-list-title-box {
	display: block;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
} */

@media (max-width: 1200px) {
	.hezuo-list-title {
		font-size: 17px;
	}
}
@media (max-width: 992px) {
	.hezuo-list-li {
		/* width: 25%; */
	}

	.hezuo-list-link {
		margin: 12px;
	}
	.hezuo-list-title {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.hezuo-list-ul {
		padding: 0;
	}

	.hezuo-list-li {
		width: 33.33333333%;
	}

	.hezuo-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.hezuo-list-link {
		margin: 10px;
	}
	.hezuo-list-title {
		font-size: 14px;
		font-weight: normal;
		max-width: 96%;
	}
}

@media (max-width: 480px) {
	.hezuo-list-li {
		/* width: 50%; */
	}

	.hezuo-list-link {
		margin: 5px;
	}
	.hezuo-list-title {
		font-size: 12px;
	}
	.hezuo-list-more-box {
		margin-top: 10px;
	}
}

/* 合作伙伴 end */




/* 联系方式 start */
.contact-page-box {
	background-color: #F1F6F9;
}
.contact-page-body {
	/* padding: 20px 0; */
}

.contact-page-left {float: left; width: 45%;}
.contact-page-image {
	
}

.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 */
.home-contact-page-right-bg {
	padding-top: 20px;
}
.tel-page-title {
	font-size: 25px;
}
.tel-page-value {
	margin-top: 10px;
	font-size: 35px;
	color: #F1900D;
	font-weight: bold;
	line-height: 1;
}

.contact-list-box {
	margin-top: 30px;
}

.contact-list {
	color: #959595;
	line-height: 20px;
	margin: 15px 0;
}

.contact-list:after {
	content: "";
	display: block;
	clear: both;
}

.contact-icon {
	width: 20px;
	height: 20px;
	object-fit: contain;
	margin-right: 10px;
	float: left;
}

.contact-qq-box {
	margin-top: 15px;
}

.contact-qq-link {
	display: inline-block;
	margin-right: 15px;
}

@media (max-width: 992px) {
	.contact-list-box {
		padding-left: 20px;
	}
}
@media (max-width: 768px) {
	.home-contact-page-right-bg {
		padding: 10px 10px 0;
	}
	.contact-list-box {
		padding: 0;
		margin-top: 0;
	}
	
	.contact-list {
		margin: 5px 0;
	}
	.tel-page-title {
		font-size: 22px;
	}
	.tel-page-value {
		font-size: 32px;
	}
	
	.home-about-type-ul {
		margin-top: 0;
		display: none;
	}
	.home-about-type-li {
		width: 50%;
	}
	.home-about-type-link {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.tel-page-title {
		font-size: 20px;
	}
	.tel-page-value {
		font-size: 28px;
	}
}
/* 联系方式列表 end */



/* 联系地址 start */
.contact-address-title {
	font-size:26px;color:#201F1E;margin:0;margin-bottom:38px;
}
.contact-address-bg {
	background-color: #fff;
	color: #000;
	padding: 30px;
	border-radius: 6px;
}
.contact-item-ul {
	background: #FCFCFC;
    border-radius: 12px;
    padding: 50px 0;
}
.contact-item {
	width: 33.3333%;
	float: left;
}

.contact-item-bg {
	padding: 0 20px;
	/* width: 260px; */
	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 {
	height: 60px;
	margin: 25px auto;
	display: block;
}

.contact-item-info {
	line-height: 25px;
	margin: 20px 0 0 0;
}

.contact-item-title {
	font-size: 20px;
    line-height: 26px;
    color: #201F1E;
	font-weight: normal;
}

.contact-item-desc {
	font-size: 22px;
    /* color: #149996; */
	color: #201F1E;
    line-height: 27px;
    margin: 0;
    margin-top: 8px;
}
.address-item-desc {
	/* font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 255px;
    margin: 8px auto 0; */
}
.contact-item-desc span {
	margin-right: 15px;
}
.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) {
	.contact-item { width: 33.33333%;}
	.contact-item-bg {width: auto;}
	.contact-item-info {
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.contact-address-bg {
	}
    .contact-address-title {font-size: 22px; margin-bottom: 15px; padding-left: 0;}
	.contact-item-ul {
		text-align: left;
		padding: 30px;
	}
	.contact-item {
		width: auto;
		float: none;
		position: relative;
		box-sizing: border-box;
	}
	.contact-item-bg {
		text-align: left;
		margin: 20px 10px;
		padding: 0;
	}
	.contact-item-icon {
		float: left;
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.contact-item-info {
		margin-top: 0;
		overflow: hidden;
	}
	.contact-item-desc {margin-top: 5px; /* height: auto; */}
}

@media (max-width:480px) {
	.contact-address-bg {
		padding: 15px;
	}
    .contact-address-title {font-size: 16px; margin-bottom: 10px;}
	.contact-item-ul {
		text-align: left;
		padding: 10px;
	}
	.contact-item {
		width: 96%;
	}
	.contact-item-bg {
		margin: 8px 10px;
	}
	.contact-item-icon {
		height: 40px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.contact-item-info {
		padding-top: 5px;
		height: auto;
	}
	.contact-item-title {
		line-height: 25px;
	}
	.contact-item-desc {
		margin-top: 3px;
		font-size: 14px;
		line-height: 22px;
		font-weight: bold;
		height: auto;
		text-align: left;
	}
	.contact-item-btn {
		margin-top: 20px;
	}
}
/* 联系地址 end */


/* 留言 start */
.contact-msg-row {
	margin-top: 30px;
}
@media (max-width: 992px) {
	.contact-msg-row {
		margin-top: 25px;
	}
}
@media (max-width: 768px) {
	.contact-msg-row {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.contact-msg-row {
		margin-top: 15px;
	}
}
@media (max-width: 380px) {
	.contact-msg-row {
		margin-top: 10px;
	}
}
/* 留言 end */

/* 地图 start */
.map-box {
	/* margin-top: 30px; */
	/* height: 500px; */
	height: 330px;
}

.map-box img {
	max-width: none;
}

.home-map-box {
	height: 532px;
}

#dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 0;
}

@media (max-width: 1200px) {
	.map-box {
		height: 300px;
	}
}

@media (max-width: 992px) {
	.map-box {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.map-box {
		margin-top: 25px;
		height: 220px;
	}
	.BMap_bubble_content {font-size: 14px;}
}

@media (max-width: 480px) {
	.map-box {
		margin-top: 15px;
		height: 200px;
	}
	.BMap_bubble_content {font-size: 13px;}
}

/* 地图 end */



/* 招聘 start */
.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 */



/****** 首页 end ******/







/* 图片列表 start */
.listimg-li {
	width: 25%;
	float: left;
	text-align: center;
}

.listimg-link {
	margin: 10px;
	display: block;
	position: relative;
}

.listimg-image-box {
	overflow: hidden;
	/* padding: 10px;
	background-color: #dedede; */
	padding-bottom: 100%;
	position: relative;
}

.listimg-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listimg-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.listimg-title-box {
	padding: 8px;
	/* background-color: #f5f5f5; */
	background-color: rgba(0,0,0,.7);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.listimg-link:hover .listimg-title-box {
	/* background-color: rgba(196,0,0,.7); */
	/* background-color: rgba(179,141,84,.7); */
	background-color: rgba(0,0,0,.5);
	color: #fff;
}

.listimg-title {
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1200px) {
	.listimg-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
		.listimg-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listimg-li {
		width: 50%;
	}
	/* .listimg-image-box {padding: 5px;} */
	.listimg-image {
		/* height: 195px; */
	}
	.listimg-title-box {
		padding: 5px;
	}
	.listimg-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.listimg-link {margin: 8px;}
	.listimg-image {
		/* height: 150px; */
	}
}

@media (max-width: 380px) {
	.listimg-link {margin: 5px;}
	.listimg-image {
		/* height: 120px; */
	}
}
/* 图片列表 end */

/* 案例展示 start */
.listcase-li {
	width: 33.3333333%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.listcase-link {
	margin: 12px;
	background: #eee;
	/* border: 1px solid #eee; */
	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;
}

@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-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 */
.list-case-ul {
	/* padding: 0 10px; */
}

.list-case-li {
	width: 33.33333333%;
	position: relative;
	float: left;
}

/* .list-case-li:nth-of-type(2n+1) {
	margin-right: 4%;
} */

.list-case-link {
	margin: 22px;
	/* border: 1px solid #e5e5e5; */
	box-shadow: 0 0 5px #dedede;
}

.list-case-left {
	width: 100%;
	/* float: left; */
	position: relative;
	overflow: hidden;
}


.list-case-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.list-case-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);
}
.list-case-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;
}

.list-case-link:hover .list-case-right {
	background-color: #149996;
	color: #fff;
}

.list-case-title {
	font-size: 18px;
	line-height:40px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.list-case-title-line {
	width: 30px;
	height: 3px;
	margin-bottom: 15px;
}

.list-case-attr {
	padding: 5px 0;
}

.attr-item {
	display: inline-block;
	margin-right: 20px;
}

.attr-title {
	color: inherit;
}

.list-case-info {
	margin: 25px 0;
	line-height: 23px;
	display: none;
}

.list-case-button-box {
	/* margin-top: 10px; */
	text-align: center;
	width: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(/skin/images/plus.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.list-case-button {
	display: inline-block;
	padding: 2px 2px 2px 4px;
	line-height: 28px;
	width: 28px;
	height: 30px;
	font-size: 25px;
	color: #149996;
	text-align: center;
	/* background-color: #fff;
	border-radius: 50%; */
	margin: 0 auto;
	font-size: 0;
	display: none;
}

@media (max-width: 1200px) {
	.list-case-image {}
}

@media (max-width: 992px) {
	.list-case-info {
		line-height: 22px;
		font-size: 13px;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {

	.list-case-ul {
		padding: 0;
	}

	.list-case-li {
		width: 50%;
	}

	.list-case-right {
		/* position: static;
		left: 0;
		background: none; */
		padding: 8px 20px 8px 8px;
		color: #666;
	}
	.list-case-image {
	}

	.list-case-title {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.list-case-title-line {
		margin-bottom: 5px;
	}

	.list-case-info {
		margin: 5px 0;
		font-size: 12px;
		line-height: 17px;
		height: 51px;
		overflow: hidden;
	}

	.list-case-button-box {
		width: 36px;
	}

	/* .list-case-button {
		background-color: #149996;
		color: #fff;
	} */

	.list-case-link:hover .list-case-button {
		background-color: #fff;
		color: #149996;
	}
}

@media (max-width: 560px) {
	.list-case-left {}

	.list-case-image {
	}
	.list-case-right {
		padding: 5px;
	}
	.list-case-info {
		height: 68px;
		margin-top: 0;
	}

	.list-case-button-box {
		display: none;
	}
	.list-case-button {
		margin-bottom: 3px;
	}
}

@media (max-width: 480px) {
	.list-case-link {
		margin: 5px;
	}
	.list-case-title {
		font-size: 14px;
		line-height: 25px;
	}
	.list-case-button {
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 23px;
		padding: 0;
	}

	.list-case-image {
	}
}

@media (max-width: 380px) {
	.list-case-image {
	}
}

/* 案例列表 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;
}

.detail-body img {max-width: 100%;}

.detail-body ul, .home-about-info-content ul, .page-content ul {
	padding-left: 40px;
}
.detail-body li, .home-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;
	}
}

@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: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 #149996;}
.arc-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #149996;display:inline-block;font-size:18px;}

.detail-bd {padding:20px 0; line-height: 2;
 color: #333;
 font-size: 18px;}
.detail-bd img {max-width: 100%;}
@media (max-width:1200px){
	.desc-left {width: 380px;}
	.desc-right {margin-left:410px;}
}
@media (max-width:992px){
	.desc-left {width:360px;}
	.desc-image {height: 260px;}
	.desc-right {margin-left:390px;}
	.desc-title {margin-bottom: 15px;}
}
@media (max-width:920px){
	.desc-left {width:320px;}
	.desc-right {margin-left:340px;}
	.desc-title {font-size: 18px;}
}
@media (max-width:888px){
	.desc-left {width:auto; float: none;}
	.desc-image { height: 320px;}
	.desc-right {margin-left:0;}
}
@media (max-width:768px){
	.desc-left {width:320px;}
	.desc-right {margin-left:350px;}
}
@media (max-width:768px){
	.img-desc-box {padding:0;}
	.desc-left {width:auto;float:none;}
	.desc-image { height: 360px;}
	.desc-right {margin-left:0;
		/* display: none; */
	}
	.desc-title {padding:5px 0;margin:0;font-size:14px; font-weight: bold;}
	.desc-bd {line-height:1.5;font-size:12px;min-height:auto;}
	.desc-button-box {margin-top:10px;}
	.desc-button {line-height:30px;padding:0 10px;font-size:14px;}
	.desc-icon {height:18px;margin:6px 0;}
	
	.image-bshare {display: none;}
	
	.img-detail {padding:10px 0 0;}
	.arc-typename {line-height:30px;font-size:14px;}
	.detail-image-ul {padding:8px 0;}
	.detail-image-li img {margin:3px 0;}
	.detail-bd {padding:10px 5px; line-height: 1.6; font-size: 14px;}
}
@media (max-width: 480px){
	.desc-image { height: 240px;}
	.desc-right {margin-top: 0;}
	
}
/* 图片详情 end */





/* 业务领域 start */
.bus-list-entitle, .bus-list-subtitle { color: #333333; }
.bus-list-entitle { font-size: 28px; margin-bottom: 10px; }
.bus-list-subtitle {font-weight: normal; font-size: 24px; margin-bottom: 30px; }
.bus-list-link {display: block; margin: 50px 0;}
.bus-list-left { width: 870px; max-width: 100%;}
.bus-list-left.odd  {float: right;}
.bus-list-left.even  {float: left;}
.bus-list-image { width: 100%; /* height: 582px; */}
.bus-list-info {position: relative; /* overflow: hidden; */}
.bus-list-info-bg { 
	position: absolute; top: 50%; background-color: #fff; padding: 60px 35px; box-shadow: 0 0 10px #dedede;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bus-list-info-bg.odd {
	left: 0;
	margin-left: 10px;
}
.bus-list-info-bg.even {
	right: 0;
	margin-right: 10px;
}
.bus-list-content {
 max-width: 390px;
}
.bus-list-desc {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #8c8c8c;
}
.bus-list-more-row {
	margin-top: 50px;
}
.bus-list-more {
	display: block;
	width: 128px;
    line-height: 43px;
	background: #ffc001;
	color: #fff;
	text-align: center;
}
@media (max-width: 768px) {
	.bus-list-link {margin: 30px 0;}
	.bus-list-left.odd, .bus-list-left.even { float: none;}
	.bus-list-info-bg {position: static; transform: none; padding: 30px;}
	.bus-list-info-bg.odd, .bus-list-info-bg.even {margin: 0;}
	.bus-list-entitle {font-size: 20px;}
	.bus-list-subtitle {font-size: 18px; margin-bottom: 10px;}
	.bus-list-more-row {margin-top: 20px;}
}
@media (max-width: 560px) {
	.bus-list-link {margin: 0 0 20px;}
	.bus-list-info-bg {padding: 20px;}
	.bus-list-entitle {font-size: 18px;}
	.bus-list-subtitle {font-size: 16px; }
	.bus-list-desc {line-height: 25px;}
	.bus-list-more-row {margin-top: 10px;}
	.bus-list-more { width: 100px; line-height: 32px; font-size: 13px;}
}
/* 业务领域 end */



/* 团队精英 start */
.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 */
.fangan-list-ul {
	overflow: hidden;
	padding: 10px 0;
}
.fangan-list-li {
	/* width: 25%; */
	width: 16.66666666667%;
	float: left;
	transition: .5s;
}

.fangan-list-link {
	cursor: unset;
}
.fangan-list-li-bg {
	padding: 0 10px;
	text-align: center;
}

.fangan-list-image-box-bg {
	max-width: 160px;
	border: 0;
	background-color: #149996;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.fangan-list-image-box {
	padding-bottom: 100%;
}
.fangan-list-image {
	border-radius: 50%;
}
.fangan-list-image: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);
}
.fangan-list-title {
	font-size: 18px;
	display: block;
	/* font-weight: bold; */
	color: #000;
	margin-top: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.fangan-list-desc {
	margin-top: 15px;
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	color: #666;
	display: block;
	line-height: 24px;
}


@media screen and (max-width: 768px) {
	.fangan-list-li {
		width: 33.33333333%;
	}
	.fangan-list-li-bg {
		padding: 10px;
	}
	
	.fangan-list-image-box-bg {
		max-width: 120px;
		padding: 3px;
	}

	.fangan-list-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}

	.fangan-list-ul {
		padding: 0;
	}

	
	.fangan-list-title {
		margin-top: 10px;
		font-size: 14px;
	}
	
	.fangan-list-desc {
		margin-top: 10px;
	}
	

}

@media (max-width: 480px) {

	.fangan-list-li {
		/* width: 50%; */
	}

	.fangan-list-image-box-bg {
		max-width: 80px;
		/* padding: 2px; */
	}

	.fangan-list-title {
		margin-top: 8px;
		text-align: center;
	}

	.fangan-list-desc {
		margin-top: 8px;
		line-height: 18px;
		font-size: 12px;
	}

	.fangan-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.fangan-list-li em {
		display: none;
	}

}
/* 服务项目 end */




/* 企业优势 start */
.fangan-list-page-bg {padding: 20px 0;}
.fangan-list-list-ul {
	font-size: 0;
}
.fangan-list-list-li {
	overflow: hidden;
	width: 50%;
	display: inline-block;
}

.fangan-list-list-link {
	display: block;
	margin: 20px;
	padding: 30px;
	background-color:rgba(255,255,255,.1);
}


.fangan-list-list-info {
}

.honor-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}


.fangan-list-list-title {
	font-size: 26px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00a0e9;
}

.fangan-list-list-desc {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}

.page-line-row {
	height: 19px;
	margin: 30px 0;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
}

@media (max-width: 992px) {
	.fangan-list-list-ul {padding-left: 0;}
	.fangan-list-list-link {margin: 10px;}
	.fangan-list-list-info {margin-left: 0;}
}
@media (max-width: 768px) {
	.fangan-list-list-line-bg {margin: 0 10px;}
	.fangan-list-list-info {margin-left: 25px;}
	.fangan-list-list-title { font-size: 16px; margin-bottom: 8px;}
	.fangan-list-list-desc {line-height: 25px; font-size: 14px; height: 75px;}
	
	.page-line-row {margin-bottom: 0;}
}

@media (max-width: 480px) {
	.fangan-list-page-bg {padding-top: 10px; padding-bottom: 0;}
	.fangan-list-list-ul { padding-bottom: 10px;}
	.fangan-list-list-li {width: auto; display: block;}
	.fangan-list-list-link {margin: 10px;}
	.fangan-list-list-info {margin: 0; }
	.fangan-list-list-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;
	font-family: arial;
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.news-list-link:hover {
	border: 1px solid #0195df;
	-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: #0195df;
}
.news-page-more {
	width: 180px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	text-align: center;
	background: #444;
	color: #fff;
}
.news-page-more:hover {
	background: #0195df;
	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 */



/* tab切换 start */
.tab-type-title {border-bottom: 2px solid transparent;}
.tab-type-item.cur .tab-type-title {
	color: #149996;
	 border-color: #149996;
}
.tab-body-item {display: none;}
.tab-body-item.cur {display: block;}
/* tab切换 end */



/* 关于我们 start */
.about-page-box {
}

.about-page-body-bg {
	/* padding: 30px 0; */
}
.about-page-left {
	float: left;
    width: 600px;
	margin-right: 30px;
}
.about-page-left.fl {
	float: left;
}
.about-page-image {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /* height: 512px; */
}
.about-page-right {
	position: relative;
	display: inline;
}
.about-page-right-bg {
	/* padding-top: 30px; */
	padding-left: 30px;
}
.about-page-content {
	/* padding: 20px 0; */
	line-height: 2.2;
	font-size: 16px;
	overflow: hidden;
	color: #666666;
	/* height: 150px; */
	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 #dedede;}
.about-page-link {display: block;position: relative;overflow: hidden;}
.about-page-image-box {
	overflow: hidden;
}
.about-page-image {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

@media (max-width:1200px){
	.w1200 {padding:0 10px;width:auto;}
	.about-page-left {
		width: 400px;
	}
	.about-page-image {
		/* height: 460px; */
	}
	.about-page-right {
		
	}
	.about-page-right-bg {
		padding-top: 0;
		padding-left: 10px;
	}
	.about-page-content {
		font-size: 14px;
	}
}

@media (max-width:992px){
	.about-page-content {padding: 0; line-height: 1.6;}
}

@media (max-width: 888px){

	.about-page-left {float: none; width: auto; margin-right: 0;}
	.about-page-right {
		
	}
}

@media (max-width: 768px){
	.about-page-image-box {
		margin-top: 15px;
	}
	.about-page-image {
		height: 260px;
		/* border-radius: 5px; */
	}
	.about-page-right-bg {
		padding-left: 0;
		padding-top: 15px;
	}
	.about-page-content  {line-height: 1.6; font-size: 15px;}
}
@media (max-width:620px){
	.about-page-body {font-size:12px;line-height:20px;}
}

@media (max-width: 480px){
	.about-page-image {
		height: 200px;
	}
	.about-page-right-bg {
		padding-top: 0;
	}
	.about-page-content  {
		font-size: 14px;
	}
}
@media (max-width: 414px){
	.about-page-right {padding-bottom: 0;}
}

/* 关于我们 end */


/* 首页关于我们 start */
.home-about-page-left {
	float: right;
    width: 600px;
}
.home-about-list-image-box {
	padding-bottom: 62.5%;
}

.home-about-page-right {
	overflow: hidden;
	position: relative;
	display: block;
}
.home-about-page-right-bg {
	padding-top: 30px;
	display: block;
}
.home-about-page-content {
	display: block;
	display: -webkit-box;
}
@media (min-width: 769px) {
	.home-about-page-content {
		font-size: 16px;
	}
}
.cfff .home-about-page-content {
	color: #fff;
}
.home-about-page-content img {
	max-width: 100%;
}
.home-about-page-ul {}
.home-about-page-li {
	width:46%;
	margin:15px 2%;
	float:left;
	padding:30px 0;
}
.home-about-page-li3 {width:96%;padding-top:70px;border-top:1px dashed #E6E6E6;}
.home-about-page-link {display: block;position: relative;overflow: hidden;}
.home-about-page-image-box {
	overflow: hidden;
}
.home-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){
	/* .w1200 {
		padding:0 10px;width:auto;
	} */
	.home-about-page-left {width: 400px;}
	.home-about-page-image {height: 460px;}
	.home-about-page-right {}
}

@media (max-width:992px){
	.home-about-page-content {padding: 0; /* height: 154px; */}
}

@media (max-width:888px){
	.home-about-page-left {float: none; width: auto;}
	.home-about-page-right {}
}

@media (max-width:768px){
	.home-about-page-content  {
		line-height: 25px; max-height: 169px;
		-webkit-line-clamp: 7;
	}
}

@media (max-width:620px){
}

@media (max-width: 480px){

}

/* 首页关于我们 end */


/* 发展历程 start  */
.licheng-list-bg {
	display: block;
	background: #fff;
}
.licheng-list-image {
	width: 600px;
	float: left;
	display: block;
}
.licheng-list-info {
	padding: 80px 50px 0;
	overflow: hidden;
}
.licheng-list-title {
	font-size: 30px;
	line-height: 50px;
}
.licheng-list-subtitle {
	font-size: 16px;
	margin-top: 50px;
}
.licheng-list-entitle {
	font-size: 16px;
	margin-top: 50px;
	word-wrap:break-word;
}

@media (max-width: 992px) {
	.licheng-list-image {width: 500px;}
	.licheng-list-info {padding: 50px 30px 0;}
}
@media (max-width: 880px) {
	.licheng-list-image {width: 400px;}
	.licheng-list-info {padding: 30px 30px 0;}
	.licheng-list-subtitle, .licheng-list-entitle {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.licheng-list-image {width: 330px;}
	.licheng-list-info {padding: 20px 20px 0;}
	.licheng-list-subtitle, .licheng-list-entitle {
		margin-top: 20px;
	}
}
@media (max-width: 666px) {
	.licheng-list-image {width: 100%; float: none;}
	.licheng-list-info {padding: 20px;}
	.licheng-list-title { font-size: 22px; line-height: 1.6;}
	.licheng-list-subtitle, .licheng-list-entitle {
		margin: 5px 0;
	}
}
@media (max-width: 480px) {
	.licheng-list-title { font-size: 18px;}
	.licheng-list-subtitle, .licheng-list-entitle {
		font-size: 14px;
	}
}
/* 发展历程 end  */

/* 荣誉资质 start */
.honor-swiper-bg {
	padding: 30px 0;
}
.honor-list-li {
	float: left;
	/* width: 33.333333333%; */
	/* margin-right: 4.4%; */
	width: 25%;
}

.honor-list-li.swiper-slide {
	margin-bottom: 0;
}

.honor-list-link {
	margin: 20px;
	/* border: 1px solid #dedede; */
	/* cursor: unset; */
	/* background-color: #fff; */
}

.honor-list-image-bg {
	/* padding: 17px; */
	padding: 12px;
	/* background-image: url(../images/kuang.png); */
	background-image: url(../images/zizhiListBg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #fafafa;
}

.honor-list-image-box {
	/* padding-bottom: 70.75%; */
	padding-bottom: 100%;
	position: relative;
	background-color: #fff;
}
.honor-list-image-box:after {
	content: "";
	display: block;
	position: absolute;
    background-image: url(../images/searchIcon2.png);
    background-position: center -10px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .2);
    padding: 14px 18px;
    position: absolute;
    top: -2px;
	right: 50%;
	bottom: -2px;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.honor-list-image-box:hover:after {
    left: -2px;
	right: -2px;
    opacity: 1;
    background-position: center center;
}


.honor-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}

.honor-list-title-box {
	padding-top: 15px;
}
.honor-list-title {
	text-align: center;
	font-size: 16px;
}

.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-li {
		width: 33.333333333%;
	}

	.honor-list-link {
		margin: 8px;
	}
	.honor-list-title-box {
		padding-top: 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 */
.list-xiangce-li {
	float: left;
	width: 25%;
}

.list-xiangce-li.last {
	
}

.list-xiangce-link {
	display: block;
	margin: 10px;
	cursor: unset;
	border: 1px solid #dedede;
	background-color: #fff;
	padding: 15px;
}

.list-xiangce-link:hover {
	/* box-shadow: 0 0 10px #dedede; */
	border-color: #149996;
}

.list-xiangce-image-box {
	overflow: hidden;
}

.list-xiangce-image {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	object-fit: cover;
}
.list-xiangce-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);
}

.list-xiangce-info {
	padding-top: 10px;
}

.list-xiangce-title {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
	text-align: center;
}

.list-xiangce-link:hover .list-xiangce-title {
	color: #b40000;
}

.list-xiangce-time {
	margin-top: 5px;
	color: #999;
}

.list-xiangce-desc {
	color: #666;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.list-xiangce-box {
	margin-top: -30px;
}
.case-case-type {
	padding-bottom: 20px;
}

.list-xiangce-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) {
	.list-xiangce-link {margin: 10px; padding: 10px 10px 0; border: 0; padding: 0;}
}
@media (max-width: 992px) {
	/* .list-xiangce-li {width: 50%; } */
	.list-xiangce-info {padding: 10px;}
}
@media (max-width: 768px) {
	.list-xiangce-box {
		margin-top: -20px;
	}
	.list-xiangce-li {width: 50%;}
	.list-xiangce-link {
		margin: 8px;
		/* padding: 15px 15px 0; */
	}
	.list-xiangce-info {padding: 8px;}
	.list-xiangce-title {font-size: 14px;}
	.list-xiangce-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}
@media (max-width: 480px) {
	.case-case-type {padding-bottom: 5px;}
	.list-xiangce-box {
		margin-top: -10px;
	}
	.list-xiangce-link {padding: 0; margin: 5px;}
	.list-xiangce-info {padding: 3px 5px;}
}
/* 企业相册 end */
/* 发展历程 start */
.history-page-box {
	
}
.history-list-ul {
	padding-top: 30px;
	/* max-width: 1000px; */
	margin: 0 auto;
}
.history-list-li {
	overflow: hidden;
}

.history-list-link {
	display: block;
	cursor: unset;
}

.history-list-left {
	width: 110px;
}

.history-list-right {
	margin-left: 110px;
	overflow: hidden;
	padding-bottom: 40px;
}


.history-list-info-box {
	margin-left: 70px;
}
.history-list-time-box {
	padding: 5px 0 20px;
	text-align: right;
	color: #666;
	font-weight: bold;
}

.history-list-year {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 10px;
	display: inline;
}

.history-list-moon-day {
	font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	line-height: 36px;
	display: inline;
}


.history-list-line-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #f2f2f2;
	
}
.history-list-line {
    position: absolute;
    width: 2px;
    background: #dedede;
    height: 1000px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    display: inline-block;
}
.history-list-line-bg {
    margin: 0 22px;
    display: inline-block;
    vertical-align: middle;
}
.line-circle-out {
    position: absolute;
    left: 50%;
    border-radius: 50%;
	top: 0;
    margin-left: -50px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
	border: 5px solid #B9A769;
	background-color: #fff;
	margin-left: -12px;
	border: 2px solid #EBEBEB;
}

.line-circle-in {
	position: relative;
    width: 90px;
    height: 90px;
    width: 20px;
    height: 20px;
    /* opacity: .3; */
    border-radius: 50%;
}

.history-list-link:hover .history-list-time-box, .history-list-li.cur .history-list-time-box {
	color: rgba(7,108,224,1);
}
.history-list-link:hover .line-circle-out, .history-list-li.cur .line-circle-out {
	border-color: rgba(7,108,224,.3);
}
.history-list-link:hover .line-circle-in, .history-list-li.cur .line-circle-in {
	background-color: rgba(7,108,224,.9);
}
.history-list-link:hover .history-list-info, .history-list-li.cur .history-list-info {
	color: rgba(7,108,224,1);
}

.history-image {
	width: 100%;
	height: 100%;
    border-radius: 50%;
}

.history-list-info {
	margin-left: 100px;
}

.history-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}



.history-list-title {
	font-size: 18px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.history-list-desc {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}


@media (max-width: 768px) {
	.history-list-left {width: 100px;}
	/* .history-image {height: 85px;} */
	.history-list-right {margin-left: 70px;}
	.history-list-moon-day {font-size: 20px;}
	.history-list-info-box {margin-left: 20px;}
	.history-list-line-bg {margin: 0 10px;}
	.history-list-info {margin-left: 50px;}
	.history-list-title { font-size: 15px; margin-bottom: 8px;}
	.history-list-desc {line-height: 20px; font-size: 13px;}
}

@media (max-width: 480px) {
	.history-list-left {width: auto;}
	.history-list-year {margin-bottom: 0; font-size: 14px; line-height: 1.5;}
	.history-list-moon-day {line-height: 1.5;}
	
	.history-list-right {margin-left: 50px;}
	.line-circle-out {border-width: 3px; margin-left: -31px;}
	.line-circle-in { width: 15px; height: 15px;}
	.history-list-line {left: -10px;}
	.history-list-info-box {margin-left: 30px;}
	.history-list-info {margin-left: 16px;}
	.history-list-title {line-height: 1.5; margin-bottom: 0; font-size: 14px;}
	.history-list-desc { font-size: 12px;height: auto;}
	.history-list-right {padding-bottom: 20px;}
}

/* 发展历程 end */




/* 推荐文章 start */
.listarc-tuijian-ul {
	padding: 10px 0;
}

.listarc-tuijian-li {
	float: left;
	width: 33.33333333%;
}

.listarc-tuijian-li.last {
	
}

.listarc-tuijian-link {
	display: block;
	margin: 0 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
	background-color: #efefef;
	border-radius: 10px;
	overflow: hidden;
}

/* .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 {
}

.listarc-li {
	float: left;
	width: 50%;
}

.listarc-link {
	display: block;
	margin: 10px;
	background-color: #fafafa;
	padding: 20px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	position: relative;
}

.listarc-link:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 75px;
	/* width: 163px; */
	height: 0;
	border-bottom: 125px solid #dfdfdf;
	border-right: 78px solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


.listarc-date {
	float: left;
	width: 115px;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 5px 0;
	color: #fff;
}

.list-year-moon {
	display: block;
	font-size: 18px;
}

.list-day {
	display: block;
	font-size: 46px;
	margin-top: 10px;
}

.listarc-info {
	margin-left: 130px;
}

.listarc-title {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listarc-desc {
	margin: 10px 0 0;
	color: #666;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
	font-size: 14px;
}

.listarc-link:hover {
	background-color: #3a4249;
	color: #fff;
}

.listarc-link:hover:after {
	border-bottom-color: #149996;
}

.listarc-link:hover .listarc-desc {
	color: #fff;
}

@media (max-width: 768px) {
	.listarc-ul {
	}

	.listarc-li {
		width: 100%;
	}

	.listarc-link {
		margin: 3px 0;
		padding: 10px;
	}

	.listarc-link:after {
		border-bottom-width: 80px;
		border-right-width: 45px;
		width: 50px;
		/* width: 105px; */
	}

	.listarc-date {
		padding: 11px 0;
		width: 90px;
	}

	.list-year-moon {
		font-size: 13px;
	}

	.list-day {
		font-size: 28px;
		margin-top: 5px;
	}

	.listarc-info {
		margin-left: 90px;
	}

	.listarc-title {
		font-size: 16px;
	}

	.listarc-desc {
		margin-top: 5px;
		font-size: 13px;
		line-height: 20px;
		height: 36px;
	}
}
@media (max-width: 480px) {
	.listarc-link {
		padding: 8px;
	}
	.listarc-link:after {
		border-bottom-width: 80px;
		border-right-width: 40px;
		width: 45px;
		/* width: 105px; */
	}
	.listarc-date {
		width: 65px;
	}
	.list-day {
		font-size: 25px;
	}
	.listarc-info {
		margin-left: 80px;
	}
	.listarc-title {
		font-size: 15px;
	}
}

/* 文章列表 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 */
.pro-page-body {
	
}

.pro-list-li {
	width: 50%;
	float: left;
}

.pro-list-link {
	display: block;
	margin: 10px;
   position: relative;
}
.pro-list-bg {
}

.pro-list-left{
	float: right;
	width: 60%;
}
.pro-list-image-box{
	/* padding-bottom: 50%; */
}
.pro-list-image: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);
}


.pro-list-right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40%;
	overflow: hidden;
	background-color: #f6f8f8;
	background-color: rgba(246,246,248, .95);
	background-image: url(../images/proListBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 120px auto;
}
.pro-list-right-bg {
    overflow: hidden;
	padding: 45px 45px 0;
}

.pro-list-title{
	font-size: 20px;
    font-weight: bold;
    color: #333;
}
.pro-list-desc {
	margin-top: 20px;
    line-height: 30px;
	font-size: 16px;
	max-height: 150px;
}



.pro-list-right:hover {
	background-color: #f6f8f8;
	/* background-color: #149996;
	color: #fff; */
	background-color: #f8f8f8;
}


@media (max-width: 1200px) {
	.pro-list-right-bg {
		padding: 20px 20px 0;
	}
	.pro-list-desc {
		margin-top: 10px;
		line-height: 25px;
		max-height: 100px;
	}
}

@media (max-width: 992px) {
	.pro-list-right-bg {
		padding: 15px 15px 0;
	}
	.pro-list-title {font-size: 16px;}
	.pro-list-desc {margin-top: 5px; line-height: 22px; max-height: 96px;}
}
@media (max-width: 768px) {
	.pro-list-ul {
	}
	.pro-list-left, .pro-list-right {float: none; width: auto; }
	.pro-list-right {
		position: static;
		background-size: 80px auto;
	}
	.pro-list-right-bg {
		padding: 15px;
	}
	.pro-list-desc { 
		font-size: 13px; line-height: 20px; height: 56px; max-height: none;
		-webkit-line-clamp: 3;
	}
}
@media (max-width: 480px)  {
	.pro-list-link {
		margin: 5px;
	}
	.pro-list-bg {}
	.pro-list-image {xs}
	.pro-list-right-bg {padding: 12px;}
	.pro-list-title {font-size: 15px; }
	.pro-list-desc { /* font-size: 12px; line-height: 18px; height: 69px; */ }
}
@media (max-width: 380px)  {
	.pro-list-image {height: 165px;}
}
/* 产品列表 end */



/* 产品详情 start */
.pro-detail-box {
	/* padding: 0 10px; */
}

.pro-detail-row-box {
	margin: 30px 0;
}

.pro-detail-title-row {
	padding: 15px;
	background-color: #f1f1f1;
	font-size: 16px;
	line-height: 1.5;
}

.pro-detail-title {
	display: inline-block;
	/* padding: 0 10px; */
	font-weight: normal;
	/* border-left: 5px solid #149996; */
	color: #149996;
}

.pro-detail-entitle {
	color: #888;
	text-transform: capitalize;
}

.pro-detail-info {
	border-top: 0;
	padding: 20px 15px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 20px;
	font-size: 15px;
}

.pro-detail-info strong {
	/* color: #233; */
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
	.pro-detail-row-box {
		margin: 30px 0;
	}

	.pro-detail-title-row {
		padding: 5px 12px;
	}

	.pro-detail-title {
		font-size: 14px;
	}

	.pro-detail-entitle {
		font-size: 13px;
	}
	.pro-detail-info {
		font-size: 14px;
	}
}

@media (max-width: 666px) {

}

@media (max-width: 480px) {
	.pro-detail-row-box {
		margin: 10px 0;
	}

	.pro-detail-info {
		padding: 10px;
		font-size: 13px;
		margin-bottom: 0;
	}
}

/* 产品详情 end */


/* 相关产品 start */
.xiangguan-type-box {padding: 35px 0;}
.xiangguan-type {
	font-size: 16px; color: #000; 
	line-height: 1.2;
	padding-left: 15px;
	border-left: 5px solid #149996;
}
.xiangguan-page-bg {
	margin-top: 20px;
	position: relative;
	overflow-X: hidden;
}
.xiangguan-list-li  {
	float: left;
	width: 25%;
	margin-bottom: 0;
}
.xiangguan-list-link {
	margin:0 10px 10px;
	display: block;
}
.xiangguan-list-text {
	padding: 10px;
	background-color: #F6F6F6;
}
.xiangguan-li:hover .xiangguan-list-text {
	background-color: #149996;
}
.xiangguan-list-title {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* color: #233; */
}
.xiangguan-body {
	color: #888;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.xiangguan-li:hover .xiangguan-list-title, .xiangguan-li:hover .xiangguan-body {
	color: #fff;
}

.xiangguan-list-link:hover {
	color: #149996;
}

.xiangguan-btn {
	/* top: -45px; right: 0; position: absolute; */
	display: inline-block;
	width: 26px; height: 30px; background-color: #149996;
}
.xiangguan-btn.swiper-button-disabled {
	background-color: rgba(195,13,25,.5);
}
.xiangguan-prev {
	right: 28px;
}
.xiangguan-btn .arrow {margin-top: 9px; border-color: #fff;}
.xiangguan-btn .arrow_l {margin-left: 10px;}
.xiangguan-btn .arrow_r {margin-left: 3px;}

@media (max-width: 1200px){
}
@media (max-width: 1063px){
}

@media screen and (max-width:962px) {

	
}

@media (max-width: 768px) {
	.xiangguan-type-box {padding: 30px 0;}
	
	.xiangguan-page-bg {margin-top: 10px;}
	
	.xiangguan-list-ul {
		/* display: flex; */
	}
	
	.xiangguan-list-li { margin-bottom: 0; width: 50%;}
	.xiangguan-list-link {margin: 10px;}
}
@media (max-width: 480px){
	
	.xiangguan-type-box {padding: 20px 0;}
	.xiangguan-type {font-size: 14px; padding-left: 8px;}
	
	.xiangguan-list-text {padding: 8px 0;}
	.xiangguan-list-title {font-size: 12px;}
	.xiangguan-body {font-size: 12px; line-height: 15px; height: 30px;}
	.xiangguan-btn {width: 20px;}
	.xiangguan-btn .arrow_l {margin-left: 8px;}
	.xiangguan-btn .arrow_r { margin-left: 1px;}
	.xiangguan-list-link {margin: 5px;}
}
@media (max-width: 380px) {
	.xiangguan-type-box {padding: 10px 0;}
	.xiangguan-type {font-size: 14px;}
}
@media (max-width: 338px) {
	
}
/* 相关产品 end */



/* 上一篇下一篇 start */
.back-type-link {
	margin: 20px auto;
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background: #149996;
}
.back-type-link:hover {
	color: #FFFFFF;
}
.prenext-ul {
	padding: 25px 10px 10px;
	/* background-color: #f8f8f8; margin-top: 10px; */
	border-top: 1px dotted #e1dfe0;
}

.prenext-li {
	padding: 5px 0;
	color: #666;
	width: 50%;
}

.prenext-li a {
	display: inline-block;
	line-height: 20px;
	padding-left: 20px;
	position: relative;
}

.prenext-li a:hover {
	color: #149996;
}

.prenext-li a:before {
	content: "";
	width: 11px;
	height: 11px;
	position: absolute;
	top: 4.5px;
}

.prenext-li a:after {
	content: "";
	display: block;
	clear: both;
}

.prenext-title {
	float: left;
}

.prenext-title {
	width: 60px;
}

.prenext-info {
	display: block;
	margin-left: 60px;
}

.li-pre a:before {
	left: 0;
	background-image: url(../images/flip_prev.png);
	background-size: cover;
}

.li-pre a:hover:before {
	background-image: url(../images/flip_prevh.png);
}

.li-next {
	text-align: right;
}

.li-next a {
	padding-right: 20px;
}

.li-next a:before {
	right: 0;
	background-image: url(../images/flip_next.png);
	background-size: cover;
}

.li-next a:hover:before {
	background-image: url(../images/flip_nexth.png);
}

@media (max-width:768px) {
	.back-type-link {
		height: auto;
		line-height: 30px;
		width: 100px;
		margin: 10px auto;
	}

	.prenext-ul {
		padding: 10px 0 5px;
		display: none;
	}

	.prenext-li {
		float: none;
		width: auto;
		text-align: left;
	}

	.prenext-li a {
		padding: 0;
	}

	.prenext-li a:after,
	.prenext-li a::before {
		display: none;
	}
}

@media (max-width:480px) {
	.prenext-li {
		padding: 2px 0;
	}
}

/* 上一篇下一篇 end */








/* 我们的优势 start */
.youshi-page-box {
	position: relative;
	overflow:hidden;
}
.page-box-zhezhao {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/* background-color: rgba(0,0,0,.3); */
	background-color: rgba(0,0,0,.3);
}

.youshi-list-ul {
	display: flex; 
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.youshi-list-li {box-sizing: border-box; width: 50%;}
.youshi-list-link {
	display:block; 
	background:#fff; 
	padding:30px; 
	border-radius: 5px; 
	margin: 20px;
	box-shadow: 0 0 5px #dedede;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.youshi-list-info {
	overflow: hidden;
}
.youshi-list-title-box {display:block;}
.youshi-list-title-box:after {display:block; content:''; clear:both;}
.youshi-list-icon-box {
	float:left; 
	/* background:#946ae6; */
	 text-align:center; 
	color:#fff; font-size:24px; width: 90px; height: 90px; border-radius:50%; margin:0 10px 0 0; overflow: hidden;
	/* border: 1px solid #149996; */
}
.youshi-list-icon { width: 100%; height: 100%; display: block; margin: 0 auto;}
.youshi-list-title {display:block; font-weight:bold; font-size:20px; line-height:1; padding-top: 7px;}
.youshi-list-entitle {display:block; font-weight:normal; font-size:14px; padding-top:5px;}
.youshi-list-desc {display:block; margin: 10px 0 0 0; font-size: 14px; line-height:25px; height: 75px; overflow: hidden; color: #666}

@media (min-width: 768px) {
	.youshi-list-link:hover {
		/* box-shadow: 0 0 5px #dedede; */
		-webkit-transform: scale(1.01);
		-moz-transform: scale(1.01);
		-ms-transform: scale(1.01);
		-o-transform: scale(1.01);
		transform: scale(1.01);
		background-color: #149996;
	}
	.youshi-list-link:hover .youshi-list-icon-box{
		background-color: #fff;
		/* border-color: transparent; */
	}
	.youshi-list-link:hover .youshi-list-info {
		color: #fff;
	}
	.youshi-list-link:hover .youshi-list-desc {
		color: #fff;
	}
}

@media (max-width: 1200px) {
	.youshi-page-body {margin: 50px 0;}
}

@media (max-width: 992px) {
	.youshi-page-body {margin: 40px 0;}
}

@media (max-width: 768px) {
	.youshi-page-body {margin: 30px 0;}
	.youshi-list-link { padding: 20px 15px; margin: 5px 5px 10px; }
	.youshi-list-title-box {text-align: center;}
	.youshi-list-title {font-size: 18px; padding-top: 10px;}
	.youshi-list-icon-box {float: none; margin: 0 auto;}
	.youshi-list-desc {margin-top: 10px; font-size: 13px; line-height: 22px;}
	.youshi-list-desc {height: 61px;}
}

@media (max-width: 560px) {
	.youshi-list-li {box-sizing: border-box; width: 50%;}
	/* .youshi-list-link { padding: 20px 10px; } */
	.youshi-list-title {}
	.youshi-list-desc {height: 66px;}
}

@media (max-width: 480px) {
	/* .youshi-list-link { padding: 15px 10px; } */
	.youshi-list-icon-box {  width: 70px; height: 70px;}
	.youshi-list-icon {}
	.youshi-list-title {font-size: 16px;}
	.youshi-list-entitle {padding-top: 0; font-size: 13px;}
	.youshi-list-desc {margin-top: 10px; font-size: 12px; line-height: 18px; height: 87px;}
}

@media (max-width: 380px) {
	.youshi-list-desc {
		/* height: 70px; */
	}
	
}

@media (max-width: 375px) {
	.youshi-list-li {box-sizing: border-box; /* width: 50%; */}
	/* .youshi-list-link {padding: 15px 8px;} */
}
/* 我们的优势 end */




/* 筛选条件 start */
.classify-screen {
    /* border: 1px solid #ececec; */
    font-size: 12px;
    padding: 5px 15px;
    margin: 15px auto;
}
.pro-detail-page-box .classify-screen {
    margin: 0;
}
.classify-row {
    padding: 10px 0px;
    line-height: 30px;
}

.classify-name {
    float: left;
	margin-top: 4px;
	font-size: 15px;
}

.classify-screen-con {
    overflow: hidden;
}

.classify-choose {

}

.classify-choose-link {
    position: relative;
    float: left;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* margin-right: 20px; */
}

.classify-choose-link:hover {
    color: #149996;
}

.classify-choose-title {
	/* padding: 3px 10px; */
	/* border: 1px solid #aaa; */
	display: block;
    padding: 5px 15px;
    /* margin: 0 10px; */
    margin: 3px;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    line-height: 20px;
}

.classify-choose-link.selected .classify-choose-title {
    /* background: #149996; */
    /* color: #149996; */
	background: #149996;
	color: #ffffff;
	border-color: #149996;
}
@media (max-width: 768px) {
	.classify-screen {
		padding: 0 5px;
	}
	.classify-row {
		padding: 5px 0;
		line-height: 20px;
	}
	.classify-name {
		margin-top: 0;
		display: block;
		float: none;
	}
	.classify-screen-con {
		margin-top: 5px;
	}
	.classify-choose-link {
		width: 33.333333%;
		text-align: center;
	}
	.classify-choose-title {
		display: block;
		font-size: 13px;
		padding: 3px 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
/* 筛选条件 end */