/* 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;
}


html {
	/* -webkit-text-size-adjust: none; */
	/* overdata-x: hidden; */
	/* font-size: 12px; */
}
body {
	/* -webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overdata-x: hidden; */
	/* font-size: 12px; */
	padding-top: 0px;
	_padding-top: 0;
	/* color: #666; */
	/* background-color: #fdfdfd; */
	background-color: #fbfbfc;
}

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;
}

.c {
	clear: both;
}

/*清浮动*/
.dn {
	display: none;
}

/*不显示*/
.red {
	color: #ffc001
}

.cheng {
	color: #fd6d27
}

.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: 0px;
	/*max-width: 100%*/
}


a {
	text-decoration: none;
	/* color: #666; */
	/*transition: all 0.5s ease;*/
	outline: none;-moz-outline-style: none;
}

a:hover {
	text-decoration: none;
	/* color: #ffc001; */
}

.fl {
	float: left;
}

.fll {
	float: left;
}

.fr {
	float: right;
}

.none {
	display: none;
}

.ani5 {
	transition: all ease-in-out .5s;
}

.ani {
	overflow: hidden;
}

.ani img {
	transition: all ease-in-out .3s;
	display: block;
}

.ani:hover img {
	transform: scale(1.05);
}

.w100 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.h10px {
	height: 10px;
	width: 100%;
	clear: both;
}

.h15px {
	height: 15px;
	width: 100%;
	clear: both;
}

.h25px {
	height: 25px;
	width: 100%;
	clear: both;
}

.h50px {
	height: 50px;
	width: 100%;
	clear: both;
}

.h120px {
	height: 120px;
	clear: both;
}

.h1200 {
	height: 1200px;
}

.mt15px {
	margin-top: 15px;
}

.mt10px {
	margin-top: 10px;
}

.mt20px {
	margin-top: 20px;
}

.mr15px {
	margin-right: 15px;
}

.w1000 {
	width: 1000px;
	margin: 0 auto;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w900 {
	max-width: 900px;
	margin: 0 auto;
}

.blod {
	font-weight: bold;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60px;
	font-family: "微软雅黑"
}

em {
	font-style: normal;
}

.tecen {
	text-align: center !important;
}

.red {
	color: #cd3b33 !important;
	font-weight: bold
}

i,
em {
	font-style: normal;
}

.red {
	color: #D8200D;
}

.bad_con dl:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.lan {
	color: #ffc001
}



/* 分割线 start */
.page-wrap-line {
	border-bottom: 1px solid #BFBFBF;
	margin: 30px 0 50px;
}

.item-page-left {
	width: 300px;
	text-align: center;
}
@media (max-width: 1200px) {
	.item-page-left {
		width: 260px;
	}
}
@media (max-width: 992px) {
	.item-page-left {
		width: 220px;
	}
}
.item-page-left .type-name {
	font-size: 26px;
}

@media (max-width: 768px) {
	.page-wrap-line {
		margin: 20px 0 30px;
	}
	.item-page-left {
		display: none;
	}
}

@media (max-width: 560px) {
	.page-wrap-line {
		margin: 0;
	}
}
@media (max-width: 480px) {
	.page-wrap-line {
		/* margin-bottom: 15px; */
	}
}

/* 分割线 end */







/* 留言 start */
.form-box {
	
}
.form-title {
	margin-bottom: 10px;
}
.form-row {
	position:relative; 
	margin: 15px 0;
}
.form-label {
	float: left;
	line-height: 31px;
	margin-right: 10px;
	/* font-weight: bold; */
	font-size: 15px;
}

.form-input-bg {
	line-height: 20px; 
	overflow: hidden;
}

.form-input, .form-textarea, .form-select {
	background-color: transparent;
	display: block;
	padding: 0 5px;
	height: 31px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	width: 100%;
	line-height: 25px;
	font-size: 12px;
	border-radius: 2px;
}

.form-textarea { 
	height: 75px;
}


.form-tips-bg {
	padding-top: 10px;
	font-size: 15px;
}
.form-tips-start {position: relative; top:3px; color: #E00;}

.cfff .form-tips-start {
	color: #fff;
}

.form-tips-title {
	font-size: inherit;
	/* color: #00a9f7; */
	font-weight: bold;
}

.form-tips-info {
	font-size: inherit;
	margin-top: 38px;
	line-height: 2;
}

.form-btn-box {
	text-align:center; 
	margin-top: 10px;
}
.form-btn {
	display:inline-block; 
	width: 120px;
	text-align:center;
	background:#1199EC;
	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;
	}
}
@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: 15px 0;
	}
	.form-tips-info {margin-top: 10px; line-height: 1.5}
	.form-input, .form-textarea {box-shadow: none;}
	.form-btn {
		line-height: 36px;
	}
}
/* 留言 end */






/* nav */
#htHeader {
	width: 1600px;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px
}

/*顶部效果*/

/* 轮播图 start */
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 150px;
}

.banner-list-ul {
	position: relative;
	height: 100%;
	z-index: 0;
	max-height: 800px;
}

.banner-list-li {
	zoom: 1;
	vertical-align: middle;
}

.banner-list-link {
	display: block;
}

.banner-list-image {
	width: 100%;
	display: block;
	/* height: 650px; */
	padding-bottom: 41%;
}

@media (max-width: 768px) {
	.slideBox {
		padding-top: 50px;
	}
	.banner-list-image {}
}
@media (max-width: 480px) {
	.banner-list-image {}
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner-prev,
.banner-next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.banner-next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.banner-prev:hover,
.banner-next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


.banner-swiper-button-next, .banner-swiper-button-prev {
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,.1);
	/* margin-top: -35px; */
	margin-top: 0;
}

.banner-swiper-button-prev {
	color: #fff;
	background-image: url(../images/left.png);
}
.banner-swiper-button-next {
	color: #fff;
	background-image: url(../images/right.png);
}
.banner-swiper-button-next:hover, .banner-swiper-button-prev:hover {
	background-color: rgba(0,0,0,.3);
}
@media (max-width: 768px) {
	.banner-swiper-button-next, .banner-swiper-button-prev {
		width: 50px;
		height: 50px;
	`margin-top: -25px;
	}
}
@media (max-width: 480px) {
	.banner-swiper-button-next, .banner-swiper-button-prev {
		width: 25px;
		height: 36px;
		margin-top: -18px;
	}
}

/* 轮播图 end */

/* banner的文字 start */



.banner-list-info-box {
	position: absolute;
	left: 50%;
	bottom: auto;
	right: auto;
	top: 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%);
}

.banner-list-info-bg {
	/* color: #00579E; */
	display: inline-block;
	text-align: center;
	/* font-family: '宋体'; */
	/* color: #fff; */
	/* background-color: rgba(0,0,0,.7);
	padding: 20px; */
	color: #1199EC;
	width: 1000px;
	max-width: 100%;
}

.banner-list-info-border {
	padding: 40px;
	background-color: rgba(255,255,255,.35);
}
.banner-list-info-border2 {
	background-color: rgba(255,255,255,.5);
}
.banner-list-info {
	font-size: 35px;
	line-height: 2;
	padding: 30px;
	font-weight: bold;
	font-family: "宋体";
	/* color: #000; */
	/* color: #1199EC; */
	color: #08507B;
	background-color: rgba(255,255,255,.35);
	text-align: center;
}
.banner-list-info {
	/* background-color: rgba(255,255,255,.5); */
	background-color: rgba(255,255,255,.6);
}
.banner-list-text-image {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 1600px) {
	.banner-list-info-border {
		padding: 30px 50px;
	}
}
@media (max-width: 1400px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
	.banner-list-info {
		font-size: 20px;
	}
}
@media (max-width: 768px) {
	.banner-list-info-box {
		/* display: none; */
		/* width: 96%; */
		max-width: 80%;
	}
	.banner-list-info-border {
		padding: 15px 35px;
		border-width: 3px;
	}
	.banner-list-info {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.banner-list-info-box {
		/* top: 32%; */
	}
	.banner-list-info-border {
		padding: 15px 30px;
		border-width: 2px;
	}
	.banner-list-info {
		font-size: 16px;
		padding: 20px;
		line-height: 1.6;
	}
}
@media (max-width: 380px) {
	.banner-list-info-border {
		padding: 15px;
	}
	.banner-list-info {
		font-size: 14px;
	}
}
/* banner的文字 end */

/* 列表页banner start */
.banner-page-box {
	padding-top: 150px;
}
.list-banner-image {
	display: block; width: 100%;
	max-height: 500px;
	object-fit: cover;
}
@media (max-width: 768px) {
	.banner-page-box {
		padding-top: 50px;
	}
	.list-banner-image {
		max-height: 200px;
	}
}
@media (max-width: 380px) {
	.list-banner-image {
		max-height: 100px;
	}
}
/* 列表页banner end */


/* 板块标题 start */
.type-entitle, .type-subtitle {
	font-size: 22px;
	/* color: #555; */
	line-height: 1.5;
	font-weight: bold;
}
.type-subtitle {font-weight: normal; margin-bottom: 30px;text-transform: uppercase;}
.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 */
.about-page-bg {
	padding-top: 20px; 
	max-width: 1000px;
}
.about-left {
	float: right;
    width: 520px;
}
.about-image-box {
	overflow: hidden;
}
.about-image {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.about-right {
	margin-right: 520px;
	padding-right: 60px;
	position: relative;
}
.about-content {
	/* padding: 20px 0; */
	/* line-height: 30px; */
	/* margin-top: -15px; */
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	/* height: 300px; */
}
.cfff .about-content {
	color: #fff;
}
.about-content img {
	max-width: 100%;
}
.about-ul {}
.about-li {
	width:46%;
	margin:15px 2%;
	float:left;
	padding:30px 0;
}
.about-li3 {width:96%;padding-top:70px;border-top:1px dashed #E6E6E6;}
.about-link {display: block;position: relative;overflow: hidden;}




@media (max-width:1200px){
	.about-left {width: 400px;}
	.about-image {height: 320px;}
	.about-right {margin-right: 400px; padding-right: 50px;}
	
	.data-list-ul {margin-top: 30px; margin-right: -120px; padding: 20px 30px;}
	.data-list-title {font-size: 40px;}
}

@media (max-width:992px){
	.about-content {padding: 0; line-height: 1.6; /* height: 154px; */}
}

@media (max-width:888px){

	.about-left {float: none; width: auto;}
	.about-right {margin-right: 0; padding: 10px 0;}

}

@media (max-width:768px){
	.about-image {height: 260px;}
	.about-content  {font-size: 14px; line-height: 1.6; height: auto;}
}

@media (max-width:620px){
	.about-body {font-size:12px;line-height:20px;}
}

@media (max-width: 480px){
	.about-image {height: 200px;}
	.about-content  {padding: 5px 0;}
}
@media (max-width: 414px){
	.about-right {padding-bottom: 0;}
	.about-image {height: 180px;}
	
	.about-page-body .page-more-box {text-align: center;}
}
@media (max-width: 380px){
	.about-image {height: 150px;}
}
@media (max-width: 360px){
	
}

/* 关于我们 end */


/* 企业数据 start */
.data-list-ul {display: block; padding: 20px 50px; box-shadow: 0 0 10px #E6E6E6; margin-right: -220px; font-size: 0; margin-top: 50px; overflow: hidden; background-color: #fff;}
.data-list-li {display: inline-block; width: 33.33333%;}
.data-list-bg { border-left: 1px solid #E6E6E6; padding: 0 5px; text-align: center;}
.data-list-li:first-child .data-list-bg {border: 0;}
.data-list-title-row {display: block;}
.data-list-title {font-size: 50px; color: #00a9f7;}
.data-list-short {color: #999999; font-size: 14px; font-weight: normal;}
.data-list-desc {font-size: 14px; color: #666;}

@media (max-width:888px){
}

@media (max-width:1200px){
	.data-list-ul {margin-top: 30px; margin-right: -120px; padding: 20px 30px;}
	.data-list-title {font-size: 40px;}
}

@media (max-width:992px){
}

@media (max-width:888px){

	.data-list-ul {margin-right: 0; margin-top: 20px;}
	
	/* .type-more-box { text-align: center;} */
}

@media (max-width:768px){
	.data-list-ul {padding: 15px 0;}
}

@media (max-width:620px){
}

@media (max-width: 480px){
	.data-list-li {float: left;}
	.data-list-title {font-size: 30px;}
	.data-list-desc {font-size: 13px; }
}
@media (max-width: 414px){
	.data-list-ul {margin: 10px -8px 0;}
	.data-list-title {font-size: 25px;}
	.data-list-desc {font-size: 12px; }
}
@media (max-width: 380px){
}
@media (max-width: 360px){
	.data-list-desc {height: 34px; line-height: 17px; }
	
}
/* 企业数据 end */


/* 列表页面子导航 start */

.nav-child-box {
	background-color: #F6F6F6;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
	/* background: #fff; */
}

.nav-child-box .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: #1199EC;
	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 */
.nav-left {
	float: left;
    width: 260px;
}
.left-typename-box {
    font-size: 20px;
	letter-spacing: 3px;
}
.nav-left-typename {
    margin: 0;
    font-size: 20px;
	line-height: 41px;
	padding: 0 10px;
	font-weight: bold;
}
.nav-left-ul {
	
}
.nav-left-li {
	margin: 0 0 2px;
    font-weight: normal;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #f4f4f4;
    padding: 0 10px;
}
.nav-left-link {
	display: block;
    line-height: 38px;
    color: #333;
	border-top: 1px solid transparent;
}
.nav-left-li.cur  {
    background-color: #ffffff;
}
.cur .nav-left-link{
	border-color: #EFEFEF;
}

.nav-left-image {
	display: block;
	    width: 100%;
	    height: auto;
}

.nav-left-icon {
	line-height: 40px;
    font-weight: normal;
    margin-right: 5px;
}
.nav-left-contact {
	position: relative;
}
.nav-left-contact-info {
    background-color: #5ca3f9;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.nav-left-contact-title {
}

.nav-left-contact-icon {
	vertical-align: middle;
    margin-right: 5px;
}
.nav-left-contact-tel {
	display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    line-height: 1;
}

@media (max-width: 768px) {
	.nav-left {
		width: auto;
		float: none;
		margin: -30px -10px 0;
		display: none;
	}
	.left-typename-box {display: none;}
	.yunu-column {margin: 5px -3px 0;}
	.nav-left-li {
		float: left;
		width: 25%;
		padding: 0;
		margin: 0;
		text-align: center;
		border: 0;
	}
	.nav-left-link {
		padding: 10px 0;;
		line-height: 20px;
		white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 15px;
		border-right: 1px solid #fff;
	}
	.nav-left-li.cur .nav-left-link {background-color: #5ca3f9; border-color: #5ca3f9; color: #fff;}
}

@media (max-width: 480px) {
	.nav-left {margin: -10px -5px 0;}
	.nav-left-li, .nav-left-li.cur {width: 33.333333%;}
	.nav-left-link {
		font-size: 13px; 
		height: 36px;
		line-height: 16px;
		padding: 0; 
		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;
	}
}
/* 左侧子导航 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 {
	margin: 0 auto;
	max-width: 1100px;
}

.partner-list-li {
	float: left;
	width: 16.66666666667%;
	width: 25%;
	/* width: 33.33333333%; */
}

.partner-list-link {
	margin: 25px;
	cursor: unset;
	display: block;
	box-shadow: 0 0 5px #dedede;
	border-radius: 5px;
	overflow: hidden;
}

.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: #1199EC;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center
}

.partner-list-more:hover {
	color: #fff;
}





.about-partner-ul-bg {padding: 20px; background-color: #f5f5f5;}
.about-partner-li {width: 33.3333333333%; float: left;}
.about-partner-link {margin: 15px; box-shadow: none;}
.about-partner-image-box {padding-bottom: 60%;}

@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;
	}
	.about-partner-ul-bg {margin-top: 10px; padding: 10px;}
}

@media (max-width: 480px) {
	.partner-list-li {
		width: 50%;
	}

	.partner-list-link {
		margin: 8px;
	}
	.partner-list-more-box {
		margin-top: 10px;
	}
}

/* 合作伙伴 end */




/* 联系方式 start */
.contact-body-row {
	/* padding: 20px 0; */
}

.contact-left {float: left; width: 45%;}


.contact-right {overflow: hidden;}
.contacnt-info-bg {padding: 15px 0 0 30px;}
.contacnt-info {line-height: 30px; font-size: 15px;}
.contacnt-info strong {font-size: 110%;}
.contact-ewm-row {margin-top: 10px;}
.contact-ewm-row .foot-ewm-image { height: 120px;}

@media (max-width: 1200px) {
	.contacnt-list-image {height: 70px;}
	.contacnt-list-desc {line-height: 20px; }
}
@media (max-width: 992px) {
	.contact-left-bg {padding: 0 20px 0 0;}
}
@media (max-width: 768px) {
	.contacnt-info-bg {padding: 8px;}
	.contact-left {float: none; width: auto;}
	.contact-left-bg {padding: 0;}
	.contacnt-info {font-size: 14px;}
	
	.contact-ewm-row {display: none;}
}
@media (max-width: 480px) {
	/* .contacnt-info-bg {padding: 5px;} */
	.contacnt-info {line-height: 25px;}
}
/* 联系方式 end */


/* 地图 start */
.map-box {
	/* margin-top: 30px; */
	/* height: 500px; */
	height: 330px;
}

.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 */




/* 新闻中心 start */
.case-page-box {
	/* width: 100%;
	background-attachment: fixed; */
}

.case-page-body {
	
}
.home-news-ul {
	margin: 0 -30px;
}

.home-news-li {
	width: 50%;
	float: left;
	position: relative;
}

.home-news-link {
	display: block;
	background: #ffffff;
	padding: 20px 0;
	border-bottom: 1px dashed #dedede;
	margin: 10px 30px;
}

.case-li-time-box {
	float: left;
	text-align: center;
	margin-right: 20px;
	overflow: hidden;
}

/* .case-li-day {
	font-size: 24px;
	font-weight: bold;
}

.case-li-year-moon {
	font-size: 14px;
} */

.case-li-moon-day {
	font-size: 30px;
    line-height: 30px;
    color: #4a4a4a;
    font-family: arial;
}
.case-li-year {
	font-size: 14px;
	color: #666;
}

.case-li-info {
	overflow: hidden;
}

.case-li-title {
	font-size: 15px;
	/* font-weight: bold; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case-li-desc {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
	height: 45px;
	overflow: hidden;
}



@media (max-width: 768px) {
	.home-news-ul {
		margin: 0 -10px;
	}
	.home-news-link {
		padding: 12px 0;
		margin: 10px;
	}

	.case-li-time-box {
		margin-right: 10px;
	}

	.case-li-moon-day {
		font-size: 22px;
		font-weight: normal;
	}

	.case-li-year-moon {
		font-size: 13px;
		display: block;
	}

	.case-li-info {
	}

	.case-li-title {
		font-size: 13px;
	}


	.case-li-desc {
		font-size: 12px;
		line-height: 17px;
		padding-top: 3px;
		height: 34px;
	}

}
@media (max-width: 666px) {
	.home-news-li {width: auto; float: none;}
	.home-news-link {padding: 10px 0; margin-top: 0;}
}
@media (max-width: 480px) {
	.home-news-ul {width: auto; float: none;}
	.home-news-link { margin-bottom: 0;}
	.case-li-time-box {margin-right: 8px;}
	.case-li-moon-day {font-size: 18px; line-height: 25px;}
}
/* 新闻中心 end */


/* 我们的服务 start */
.listfuwu-ul {padding-top: 10px;}
.listfuwu-li {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.listfuwu-link {
	display: block;
	margin: 5px;
	background: #1199EC;
	overflow: hidden;
	color: #fff;
	padding: 40px 20px;
	text-align: center;
	background-image: linear-gradient(#6fcdff, #0d8bcf);
	transition: all .6s;
}

.listfuwu-icon {
	height: 80px;
	display: block;
	margin: 0 auto;
}
.listfuwu-info {margin-top: 25px;}
.listfuwu-title {
	font-size: 20px;
	height: 40px;
	line-height: 20px;
	word-break: initial;
	overflow: hidden;
}
.listfuwu-desc {
	margin-top: 10px;
	line-height: 22px;
	height: 88px;
	font-size: 15px;
}
.listfuwu-link:hover {
	/* background: #dedede; */
	border-color: transparent;
	color: #fff;
	background: #08507B;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 992px) {
}
@media (max-width: 768px) {
	.listfuwu-link {margin: 10px;}
	.listfuwu-info {margin-top: 20px;}
	.listfuwu-title {line-height: 30px; height: auto; font-size: 18px;}
}
@media (max-width: 480px) {
	.listfuwu-li {
		width: 50%;
	}
	.listfuwu-link {margin: 5px; padding: 30px 15px;}
	.listfuwu-icon {height: 50px;}
	.listfuwu-info {margin-top: 15px;}
	.listfuwu-title {font-size: 16px;}
	.listfuwu-desc {margin-top: 5px; font-size: 12px; line-height: 20px; height: 76px;}
}
/* 我们的服务 end */


/* 服务领域 start */

.pro-page-bg {
	padding-top: 25px;
	max-width: none;
}

.pro-page-right {
	width: 56%;
	float: right;
}

.pro-left-bg {
	padding: 20px 0;
	/* max-width: 260px; */
	max-width: 315px;
	margin-right: 80px;
}

.pro-type-name {
	color: #1199EC;
}

@media (min-width: 768px) {
	.pro-type-name {
		font-size: 30px;
	}
}
.pro-type-sub {
	margin-top: 20px;
	font-weight: bold;
	/* opacity: 1; */
}

.service-page-box {
	/* background-image: none !important; */
	/* background-color: #2185FD; */
}

.pro-type-desc {
	margin-top: 10px;
	line-height: 1.6;
}


.service-ul {margin-top: -25px;}
.service-li {
	width: 33.333333%;
	float: left;
	text-align: center;
}

.service-link {
	/* margin: 8px; */
	margin: 25px;
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
	-ms-box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
	-o-box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
	box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
}

.service-image-box {
	overflow: hidden;
	/* padding: 10px;
	background-color: #dedede; */
	padding-bottom: 100%;
	position: relative;
}

.service-image {
	display: block;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.service-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);
}
.service-title-info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	/* -webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
	-ms-box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
	-o-box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px;
	box-shadow: rgba(0,0,0,0.6) 0px 1px 4px 0px; */
}

/* .service-title-info-odd {
	background-color: #08507B;
}
.service-title-info-odd:hover {
	background-color: #1199EC;
	-webkit-background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
	-moz-background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
	-ms-background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
	-o-background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
	background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
}
.service-title-info-even {
	background-color: #1199EC;
	-webkit-background-image: linear-gradient(#1b71d9, #1199EC, #015AB5);
	-moz-background-image: linear-gradient(#1b71d9, #1199EC, #015AB5);
	-ms-background-image: linear-gradient(#1b71d9, #1199EC, #015AB5);
	-o-background-image: linear-gradient(#1b71d9, #1199EC, #015AB5);
	background-image: linear-gradient(#1b71d9, #1199EC, #015AB5);
}
.service-title-info-even:hover {
	background-color: #08507B;
	-webkit-background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
	-moz-background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
	-ms-background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
	-o-background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
	background-image: linear-gradient(#4b93ff, #4b93ff, #4b93ff);
} */



.service-title-info::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	/* -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); */
}
.service-title-info-odd::before {
	background-color: #1199EC;
	/* -webkit-background-image: linear-gradient(#1199EC, #12a8ff, #1199EC);
	-moz-background-image: linear-gradient(#1199EC, #12a8ff, #1199EC);
	-ms-background-image: linear-gradient(#1199EC, #12a8ff, #1199EC);
	-o-background-image: linear-gradient(#1199EC, #12a8ff, #1199EC);
	background-image: linear-gradient(#1199EC, #12a8ff, #1199EC); */
}
.service-title-info-odd:hover::before {
	background-color: #08507B;
	/* -webkit-background-image: linear-gradient(to right, #12a8ff, #1199EC, #12a8ff);
	-moz-background-image: linear-gradient(to right, #12a8ff, #1199EC, #12a8ff);
	-ms-background-image: linear-gradient(to right, #12a8ff, #1199EC, #12a8ff);
	-o-background-image: linear-gradient(to right, #12a8ff, #1199EC, #12a8ff);
	background-image: linear-gradient(to right, #12a8ff, #1199EC, #12a8ff); */
	/* -webkit-background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B);
	-moz-background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B);
	-ms-background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B);
	-o-background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B);
	background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B); */
}
.service-title-info-even::before {
	background-color: #08507B;
	/* -webkit-background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B);
	-moz-background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B);
	-ms-background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B);
	-o-background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B);
	background-image: linear-gradient(to right, #08507B, #0a6ea8, #08507B); */
}
.service-title-info-even:hover::before {
	background-color: #1199EC;
	/* -webkit-background-image: linear-gradient(#0a6ea8, #08507B, #0a6ea8);
	-moz-background-image: linear-gradient(#0a6ea8, #08507B, #0a6ea8);
	-ms-background-image: linear-gradient(#0a6ea8, #08507B, #0a6ea8);
	-o-background-image: linear-gradient(#0a6ea8, #08507B, #0a6ea8);
	background-image: linear-gradient(#0a6ea8, #08507B, #0a6ea8); */
	/* -webkit-background-image: linear-gradient(#1199EC, #12a8ff, #1199EC);
	-moz-background-image: linear-gradient(#1199EC, #12a8ff, #1199EC);
	-ms-background-image: linear-gradient(#1199EC, #12a8ff, #1199EC);
	-o-background-image: linear-gradient(#1199EC, #12a8ff, #1199EC);
	background-image: linear-gradient(#1199EC, #12a8ff, #1199EC); */
}

.service-title-box {
	width: 100%;
	text-align: center;
	position: relative;
}

.service-title {
	padding: 8px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	/* white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; */
}

@media (max-width: 1200px) {
	.service-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
	.service-ul {margin-top: -10px;}
	.service-link {margin: 10px;}
}
@media (max-width: 768px) {
	.service-li {
		width: 16.666666666667%;
	}
	.service-image {
	}
	.service-title-box {
		padding: 5px;
	}
	.service-title {
		font-size: 14px;
	}
	
	.pro-page-right {
		float: none;
		width: auto;
	}
	
	.pro-left-bg {
		float: none;
		padding-bottom: 0;
		margin-right: 0;
		text-align: center;
		max-width: 300px;
		margin:0 auto;
	}

	.pro-left-bg .typename-box {
		margin-bottom: 0;
	}
	
	.pro-type-sub {
		margin-top: 5px;
	}
	.pro-type-desc {
		margin-top: 5px;
	}
}

@media (max-width: 666px) {
	.service-li {
		width: 33.33333333%;
	}
}

@media (max-width: 480px) {
	.service-ul {margin-top: 0;}
	.service-link {margin: 8px;}
	.service-image {
		/* height: 150px; */
	}
}

@media (max-width: 380px) {
	.service-link {margin: 5px;}
	.service-image {
		/* height: 120px; */
	}
}
/* 服务领域 end */

/****** 首页 end ******/

/* 产品列表-列表 start */
.listpro-ul {
	/* padding: 0 10px; */
}

.listpro-li {
	width: 33.33333333%;
	position: relative;
	float: left;
}

/* .listpro-li:nth-of-type(2n+1) {
	margin-right: 4%;
} */

.listpro-link {
	margin: 22px;
	border: 1px solid #e5e5e5;
}

.listpro-left {
	width: 100%;
	/* float: left; */
	position: relative;
	overflow: hidden;
}


.listpro-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listpro-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listpro-right {
	/* position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 56%; */
	/* padding: 20px; */
	/* background-color: rgba(0, 0, 0, .7); */
	position: relative;
	padding: 10px 40px 10px 10px;
	background-color: #fff;
}

.listpro-link:hover .listpro-right {
	background-color: rgba(199,0,0, 1);
	color: #fff;
}

.listpro-title {
	font-size: 16px;
	line-height:40px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.listpro-title-line {
	width: 30px;
	height: 3px;
	margin-bottom: 15px;
}

.listpro-attr {
	padding: 5px 0;
}

.attr-item {
	display: inline-block;
	margin-right: 20px;
}

.attr-title {
	color: inherit;
}

.listpro-info {
	margin: 25px 0;
	line-height: 23px;
	display: none;
}

.listpro-button-box {
	/* margin-top: 10px; */
	text-align: center;
	width: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/plus.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.listpro-button {
	display: inline-block;
	padding: 2px 2px 2px 4px;
	line-height: 28px;
	width: 28px;
	height: 30px;
	font-size: 25px;
	color: #B8914E;
	text-align: center;
	/* background-color: #fff;
	border-radius: 50%; */
	margin: 0 auto;
	font-size: 0;
	display: none;
}

@media (max-width: 1200px) {
	.listpro-image {height: 190px;}
}

@media (max-width: 992px) {
	.listpro-info {
		line-height: 22px;
		font-size: 13px;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {

	.listpro-ul {
		padding: 0;
	}

	.listpro-li {
		width: 50%;
	}

	.listpro-right {
		/* position: static;
		left: 0;
		background: none; */
		padding: 8px 20px 8px 8px;
		color: #666;
	}

	.listpro-link:hover .listpro-right {
		background-color: rgba(184, 145, 78, .75);
		color: #fff;
	}

	.listpro-image {
		height: 220px;
	}

	.listpro-title {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.listpro-title-line {
		margin-bottom: 5px;
	}

	.listpro-info {
		margin: 5px 0;
		font-size: 12px;
		line-height: 17px;
		height: 51px;
		overflow: hidden;
	}

	.listpro-button-box {
		width: 36px;
	}

	/* .listpro-button {
		background-color: #B8914E;
		color: #fff;
	} */

	.listpro-link:hover .listpro-button {
		background-color: #fff;
		color: #B8914E;
	}
}

@media (max-width: 560px) {
	.listpro-left {}

	.listpro-image {
		height: 160px;
	}
	.listpro-right {
		padding: 5px;
	}
	.listpro-info {
		height: 68px;
		margin-top: 0;
	}

	.listpro-button-box {
		display: none;
	}
	.listpro-button {
		margin-bottom: 3px;
	}
}

@media (max-width: 480px) {
	.listpro-link {
		margin: 5px;
	}
	.listpro-title {
		line-height: 25px;
		font-size: 13px;
	}
	.listpro-button {
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 23px;
		padding: 0;
	}

	.listpro-image {
		height: 150px;
	}
}

@media (max-width: 380px) {

	.listpro-image {
		height: 130px;
	}
}

/* 产品列表-列表 end */




/* 文章列表 start */
.case-list-li {
	float: left;
	width: 50%;
}

.case-list-li {
	width: 33.333333%;
}

.case-list-li.last {
	
}

.case-list-link {
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
}

.case-list-link {
	padding: 0;
}

/* .case-list-link:hover {
	box-shadow: 0 0 10px #dedede;
} */

.case-list-image-box {
	overflow: hidden;
	padding-bottom: 62.5%;
	position: relative;
}

.case-list-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.case-list-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-list-info {
	padding: 15px 0;
}

.case-list-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
}

.case-list-link:hover .case-list-title {
	color: #ffc001;
}

.case-list-time {
	margin-top: 5px;
	color: #999;
}

.case-list-desc {
	color: #666;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.case-list-box {
	margin-top: -30px;
}
.case-case-type {
	padding-bottom: 20px;
}

.case-list-type {
	margin-top: 12px;
}

.list-type-name {
	display: inline-block;
    position: relative;
	max-width: 100%;
    line-height: 26px;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
}

.list-type-more {
	max-width: 100%;
    float: right;
    display: block;
    position: relative;
	line-height: 28px;
	height: 28px;
	width: 40px;
    overflow: hidden;
	font-size: 20px;
	color: #aaa;
	background-image: url(../images/arrowR.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 26px 13px;
}
@media (max-width: 1200px) {
	.case-list-link {margin: 10px; padding: 0 10px;}
}
@media (max-width: 992px) {
	.case-list-li {width: 50%; }
	.case-list-info {padding: 10px;}
}
@media (max-width: 768px) {
	.case-list-box {
		margin-top: -20px;
	}
	/* .case-list-ul.swiper-wrapper {display: flex;} */
	/* .case-list-li {width: 48%;} */
	.case-list-info {padding: 8px;}
	.case-list-title {font-size: 14px;}
	.case-list-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}
@media (max-width: 480px) {
	.case-case-type {padding-bottom: 5px;}
	.case-list-box {
		margin-top: -10px;
	}
	.case-list-link {padding: 0; margin: 5px;}
	.case-list-info {padding:8px 5px;}
}
/* 新闻列表 end */




/* 文章详情 start */
.detail-title-box {
    position: relative;
}
.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 #efefef;
    border-bottom: none;
    margin: 20px 0;
}
.detail-body {
    line-height: 30px;
	color: #676767;
}
@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 #1199EC;}
.arc-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #1199EC;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-image-box { width: 870px; max-width: 100%;}
.bus-list-image-box.odd  {float: right;}
.bus-list-image-box.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-image-box.odd, .bus-list-image-box.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: 15px;
}
.team-list-left {
	/* float: left; */
}
.team-list-image-box {
	padding-bottom: 150%;
}

.team-list-info {
	padding: 8px 5px 0;
}
.team-list-title {
	font-size: 16px;
	font-weight: bold;
	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: 18px;
	font-size: 13px;
	color: #434343;
	height: 54px;
	overflow: hidden;
	margin-top: 5px;
	
}
@media (max-width: 1200px) {
	.team-list-image {
		
	}
}
@media (max-width: 992px) {
	.team-list-image {
		
	}
}
@media (max-width: 888px) {
	.team-list-image {
		
	}
}
@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 {

	}
	.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: 50%; float: none; }
	.team-list-link {margin: 5px;}
	.team-list-image {

	}
	.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 {
		
	}
	.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 {
		
	}
	.team-list-title { font-size: 14px;}
}
/* 团队精英 end */


/* 我们的优势 start */
.youshi-ul {
	overflow: hidden;
	padding: 10px 0;
}
.youshi-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-youshi-li {
	width: 33.3333333%;
}
.youshi-link {
	cursor: unset;
}
.youshi-li-bg {
	padding: 0 10px;
	text-align: center;
}


.youshi-icon {
	display: block;
	height: 115px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.youshi-title {
	font-size: 18px;
	display: block;
	/* font-weight: bold; */
	color: #000;
	margin: 15px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.youshi-desc {
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	color: #666;
	display: block;
	line-height: 24px;
}


@media screen and (max-width: 767px) {

	.youshi-li {
		width: 48%;
		margin: 1%;
	}
	
	.youshi-li-bg {
		padding: 0;
	}

	.youshi-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}

	.youshi-ul {
		padding: 0;
	}

	.youshi-icon {height: 65px;}
	
	.youshi-title {
		font-size: 14px;
		margin: 10px 0;
	}
	

}

@media (max-width: 480px) {
	.youshi-icon {
		margin: 0 auto;
		height: 50px;
	}
	.youshi-title {
		margin: 5px 0;
		text-align: center;
	}

	.youshi-desc {
		line-height: 18px;
		font-size: 12px;
	}

	.youshi-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.youshi-li em {
		display: none;
	}

}
/* 我们的优势 end */


/* 新闻资讯 start */

.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;
}

@media (max-width: 1200px) {
	.news-list-link {padding: 15px;}
	.news-list-li {margin-right: 0; width: auto; padding-right: 0;}
}

@media (max-width: 768px) {
	.news-list-item {
		float: none;
		width: auto;
	}
}
@media (max-width: 480px){
	.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;}
	
}
/* 新闻资讯 end */




/* tab切换 start */
.tab-type-title {border-bottom: 2px solid transparent;}
.tab-type-item.cur .tab-type-title {
	color: #1199EC;
	border-color: #00a9f7;
}
.tab-body-item {display: none;}
.tab-body-item.cur {display: block;}
/* tab切换 end */


/* 合作联盟，优势互补好经营 start */
.hezuo-desc {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
}
/* 合作联盟，优势互补好经营 end */




.typename-line {
	/* background-color: #1199EC; */
}








/* 团队高层风采 start */

.gaoceng-page-box .typename-line {
	background-color: #1199EC;
}

.gaoceng-list-li {
	width: 50%;
	float: left;
}
.gaoceng-list-link {
	display: block;
	/* cursor: unset; */
	margin: 20px 25px;
}

.gaoceng-list-left {
	width: 165px;
	margin-right: 20px;
}

.gaoceng-left-info {
	padding-top: 8px;
	white-space: nowrap;
	font-size: 12px;
	line-height: 2;
}

.gaoceng-list-image-box {
	border: 3px solid #fff;
	padding-bottom: 150%;
}
.gaoceng-right-info {
	
}
.gaoceng-list-title {
	font-size: 16px;
}
.gaoceng-list-desc {
	margin-top: 10px;
	font-size: 12px;
	line-height: 2.3;
	height: 270px;
	overflow: hidden;
	text-align: justify;
}


@media (max-width: 992px) {
	.gaoceng-list-link {
		margin: 10px;
	}
	.gaoceng-list-left {
		margin-right: 10px;
	}
	.gaoceng-right-info {
		height: 245px;
		overflow: hidden;
	}
}
@media (max-width: 768px) {
	.gaoceng-list-link {
		margin: 5px;
	}
}
@media (min-width: 481px) and (max-width: 666px) {
	.gaoceng-list-li {float: left; width: auto;}
	.gaoceng-list-desc {height: auto;}
}
@media (max-width: 480px){
	.gaoceng-list-left {
		float: none;
		width: auto;
		margin-right: 0;
	}
	.gaoceng-list-right {display: none;}
	.gaoceng-left-info {
		white-space: normal;
		padding-top: 10px;
		line-height: 1.5;
	}

}
/* 团队高层风采 end */



/* 服务商风采 start */
.fengcai-list-li {
	/* width: 33.33333333%; */
	width: 47%;
	float: left;
}
.fengcai-list-link {
	display: block;
	cursor: unset;
	margin: 10px;
}
/* .fengcai-list-image-box {
	padding-bottom: 125%;
} */
/* 服务商风采 end */



/* 资质证书 start */

/* .honor-list-ul {
	padding: 30px 10px 0;
} */


.honor-list-li {
	float: left;
	width: 25%;
	/* margin-right: 4.4%; */
}

.honor-list-li.swiper-slide {
	margin-bottom: 0;
}

.honor-list-link {
	margin: 10px;
	border: 1px solid #dedede;
	cursor: unset;
}

.honor-list-image-bg {
	padding: 17px;
	background-image: url(../images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.honor-list-image-box {
	padding-bottom: 70.75%;
	position: relative;
}

.honor-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.honor-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.honor-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.honor-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.honor-list-li {
		width: 25%;
	}

	.honor-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.honor-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.honor-list-page-body {
		padding: 30px;
	}

	.honor-list-ul {
		padding: 0;
	}

	.honor-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.honor-list-link {
		margin: 8px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.honor-list-page-body {
		padding: 0 30px 10px;
	}

	.honor-list-li {
		width: 50%;
	}

	.honor-list-link {
		margin: 5px;
	}
}




.zizhi-page-bg {
	padding-top: 50px;
}

.zizhi-list-li {
	float: left;
	width: 25%;
	/* margin-right: 4.4%; */
}

.zizhi-list-li.swiper-slide {
	margin-bottom: 0;
}

.zizhi-list-link {
	margin: 10px;
	border: 1px solid #dedede;
	cursor: unset;
}

.zizhi-list-image-bg {
	padding: 25px 17px;
	background-image: url(../images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.zizhi-list-image-box{
	padding-bottom: 136.5%;
}


.zizhi-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.zizhi-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.zizhi-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.zizhi-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.zizhi-list-li {
		width: 25%;
	}

	.zizhi-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.zizhi-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.zizhi-list-page-body {
		padding: 30px;
	}

	.zizhi-page-bg {
		padding-top: 15px;
	}
	.zizhi-list-li {
		width: 33.33333333%;
	}


	.zizhi-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.zizhi-list-link {
		margin: 8px;
	}
	.zizhi-list-image-bg {
		padding: 19px 12px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.zizhi-list-page-body {
		padding: 0 30px 10px;
	}
	.zizhi-page-bg {
		padding-top: 10px;
	}
	.zizhi-list-li {
		/* width: 50%; */
		width: 33.33333333%;
	}

	.zizhi-list-link {
		margin: 5px;
	}
}
@media (max-width: 380px) {
	.zizhi-list-image-bg {
		padding: 19px 10px;
	}
}

/* 资质证书 end */






/* 发展历程 start */
.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-top: 5px;
	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 {
	color: #1199EC;
}
.history-list-link:hover .line-circle-out {
	border-color: #5ea7eb;
}
.history-list-link:hover .line-circle-in {
	background-color: #0070d9;
}
.history-list-link:hover .history-list-info {
	color: #1199EC;
}

.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-ul {}
.listarc-li {
}
.listarc-li.last, .listarc-li:nth-of-type(3n+3) {margin-right:0;}
.listarc-link {
	display: block;
	position: relative;overflow: hidden;
	border-bottom:1px solid #c6c6c6;
	/* padding: 25px 0; */
	padding: 10px 0;
}
.listarc-date-box {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.listarc-date-bg {
	width: 84px;
	height: 84px;
	min-height: 23px;
    line-height: 23px;
	cursor: pointer;
    text-align: center;
    background: #f2f2f2;
    vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
}
.listarc-day {
	font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
}
.listarc-year-moon {
	font-size: 14px;
    line-height: 14px;
}

.listarc-info {
	/* margin-left: 100px; */
	overflow: hidden;
}
.listarc-title-box {
	/* padding:3px 0; */
	line-height: 1.6;
}
.listarc-time {
	float:right;
	font-size: 14px;
	padding-left: 5px;
}

.listarc-type-name {
	color: #1199EC;
	font-weight: bold;
	margin-right: 5px;
}

.listarc-title {
	/* text-align: center; */
	font-size: 15px;
	font-weight:normal;
	overflow:hidden;
	white-space:nowrap;
	line-height: 1.4;
	text-overflow:ellipsis;
}
.listarc-title:hover {
	color:#0064D4;
}
.listarc-link:hover .listarc-image {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listarc-body {
	margin-top: 4px;
    line-height: 1.6;
    color: #666;
    /* margin-bottom: 6px; */
	overflow:hidden;
	/* white-space:nowrap;
	text-overflow:ellipsis; */
}

@media (max-width:1200px){
	.w1200 {padding:0 10px;width:auto;}
}

@media (max-width:992px){
	.listarc-title {font-size: 14px;}
	.listarc-body {font-size: 14px; line-height: 20px;}
}

@media (max-width:768px){
	.w1200 {padding:0;}
	.listarc-ul {padding:0 8px;}
	/* .listarc-link {padding: 10px 0;} */
	.listarc-date-box {
		margin-right: 8px;
	}
	.listarc-title {padding: 0;font-size: 14px;}
	.listarc-time {font-size:12px; line-height: inherit;}
	/* .listarc-info {margin-left: 190px;} */
	.listarc-day {font-size: 22px;}
	.listarc-body {margin:0;font-size:12px; height: 80px; }
}
@media (max-width:666px){
	.listarc-image {height: 100px; width: 160px;}
	/* .listarc-info {margin-left: 170px;} */
	.listarc-body {line-height: 18px; height: 68px;}
}
@media (max-width:560px){
	.listarc-image {height: 80px; width: 120px;}
	/* .listarc-info {margin-left: 130px;} */
	.listarc-body {height: 51px;}
}

@media (max-width:480px){
	.listarc-ul {padding:0 5px;}
	/* .listarc-link {padding: 5px 0;} */
	.listarc-image {width: 100px; height: 66px; }
	/* .listarc-info {margin-left: 83px;} */
	.listarc-date-bg {width: 75px; height: 80px;}
	.listarc-day {padding-top: 15px;}
	.listarc-year-moon {font-size: 13px; margin-top: 5px;}
	/* .listarc-body {height: 36px;} */
}
/* 文章列表 end */



/* 栏目列表 start */
.page-item-ul {
	line-height: 35px;
}

.page-item-bg {
	padding: 35px 0;
	border-bottom: 1px solid #c6c6c6;
}

@media (min-width: 560px) {
	.page-item-bg.page-item-bg-first {
		padding-top: 0;
	}
}


.page-item-title-box {
	width: 220px;
	margin-right: 20px;
}

.page-item-title {
	font-size: 16px;
	font-weight: bold;
}
.page-item-desc {
	font-size: 15px;
}

.page-item-desc-li {
	/* margin: 5px 0; */
}
@media (max-width: 768px) {
	.page-item-bg {
		padding: 30px 0;
	}
	.page-item-title-box {width: 160px;}
}
@media (max-width: 666px) {
	.page-item-title-box {width: 120px; margin-right: 10px;}
}
@media (max-width: 560px) {
	.page-item-ul {
		line-height: 2;
	}
	.page-item-bg {
		padding: 20px 0;
	}
	.page-item-title-box {float: none; width: auto;}
}
@media (max-width: 480px) {
	.page-item-ul {
		line-height: 1.8;
	}
	.page-item-bg {
		padding: 15px 0;
	}
	.page-item-title {
		font-size: 14px;
	}
	.page-item-desc {font-size: 14px;}
}
/* 栏目列表 end */



/* 在招职位 start */
.zhiwei-page-left {
	width: 480px;
	margin-right: 80px;
}

.zhiwei-right-bg {
	margin-top: 38px;
}
.zhiwei-listarc-link {
	border-bottom-style: dashed;
}


/* 留言 start */
.zhiwei-form-row {
	margin: 7px 0;
}

.zhiwei-form-label {
	width: 75px;
	font-weight: bold;
}

.zhiwei-form-input, .zhiwei-form-textarea, .zhiwei-form-select {
	background-color: #F7F7F7;
}
/* 留言 end */

@media (max-width: 768px) {
	.zhiwei-page-left {
		width: auto;
		margin-right: 0;
	}
	.zhiwei-right-bg {
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.zhiwei-form-label {
		width: 40px;
		font-size: 14px;
	}
}
/* 在招职位 end */





/* 专业背景调查模式 start */
.baozhang-list-ul {
}
.baozhang-list-li {
	width: 16.66666667%;
	float: left;
}
.baozhang-list-link {
	display: block;
	margin: 8px;
	padding: 20px;
	background: #f7f7f7;
	box-shadow: 0 0 2px #dedede;
	border-radius: 8px;
}

.baozhang-image-box {
}

.baozhang-list-icon {
	height: 82px;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
}

.baozhang-list-info {
	max-width: 100%;
	background-position: center;
	background-size: auto;
	/* margin: -50px auto 0; */
}

.baozhang-list-title-box {
	margin-top: 5px;
	box-sizing: border-box;
	font-size: 16px;
}

.baozhang-list-title {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}


.baozhang-list-desc {
	margin-top: 5px;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
}
@media (max-width: 1200px) {
	.baozhang-list-li {text-align: center;}
	.baozhang-list-link { margin: 15px; display: inline-block;}
}
@media (max-width: 768px) {
	.baozhang-list-desc {font-size: 13px;}
}
@media (max-width: 666px) {
	.baozhang-list-li {width: 50%;}
	.baozhang-list-link { margin: 10px; }
}

@media (max-width: 480px) {
	.baozhang-list-ul {}
	.baozhang-list-link {
		display: block; 
		margin: 5px;
	}
	
	.baozhang-list-icon {
		height: 70px;
	}
	.baozhang-list-info {
		margin-top: -40px;
		padding: 40px 8px 10px;
	}

	.baozhang-list-desc {
		margin-top: 5px;
		font-size: 12px;
		line-height: 17px;
		height: 66px;
	}
}

@media (max-width: 400px) {
	.baozhang-list-desc {
		font-size: 12px;
		line-height: 17px;
		height: 81px;
	}
}
/* 专业背景调查模式 end */


.project-page-image {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


/* 在线下单 start */
@media (min-width: 1200px) {
	.msg-page-box {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.msg-form-box {
	padding: 20px 0;
	max-width: 500px;
	margin: 0 auto;
	
}
.msg-form-row {
	margin: 20px 0;
}
.msg-form-input-bg {
	line-height: 40px;
}
.msg-form-label {
	font-weight: normal;
	width: 80px;
	text-align: right;
	padding-right: 10px;
}

.msg-form-input {
	color: #fff;
	line-height: 38px;
	height: 40px;
	background-color: #35567c;
	border-color: #35567c;
}
.msg-form-input::placeholder {
	color: #ccc;
}
.msg-form-radio {
	position: relative;
	top: -1px;
	height: 16px;
	width: 20px;
	display: inline-block;
    vertical-align: middle;
	margin-right: 3px;
}
.msg-form-btn-box {
	margin-top: 50px;
}

.msg-form-btn {
	border-radius: 3px;
	width: 160px;
	font-size: 16px;
}
@media (max-width: 768px) {
	.msg-form-btn-box {
		margin-top: 30px;
	}
}
@media (max-width: 480px) {
	.msg-form-box {
		padding: 0 5px;
		overflow: hidden;
	}
	.msg-form-row {
		margin: 10px 0;
	}
	.msg-form-label {
		font-size: 14px;
		width: 66px;
		padding-right: 0;
	}
	.msg-form-input-bg {
		line-height: 34px;
	}
	.msg-form-input {
		line-height: 32px;
		height: 34px;
	}
	.msg-form-btn-box {
		margin-top: 20px;
	}
}
/* 在线下单 */