/* 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;
}

.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;
}








/* 栏目标题 start */
.type-webname {
	color: #244aa8;
}
.cfff .type-webname {
	color: #90c4fa;
} 
.typename-line {
	width: 380px;
	max-width: 60%;
	height: 1px;
	margin-top: 5px;
	margin-bttom: 5px;
	background-color: #DDDDDD;
}
@media (min-width: 480px) {
	.typename-line {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
@media (min-width: 560px) {
	.typename-line {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) {
	.typename-line {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.typename-line:after {
	width: 90px;
	display: block;
	height: 3px;
	position: relative;
	top: -1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #9B9B9B;
}
.typename-line.tal:after {
	margin-left: 0;
}
.cfff .typename-line:after {
	background-color: #fff;
}
@media (max-width: 768px) {
	.typename-line {
		width: 160px;
	}
	.typename-line:after {
		width: 50px;
	}
	.typename-line.tal:after {
		margin-left: auto;
	}
}

/* 栏目标题 end */


/* 栏目标题2 start */
.typename-box2 {
	margin-bottom: 50px;
}
.typename-line2 {margin-bottom: 0;}
.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;
	border-radius: 2px;
}

.form-textarea { 
	height: 100px;
}


.form-tips-bg {
	padding-top: 10px;
	/* font-size: 16px; */
}
.form-tip {font-size: 16px;}
.form-tips-start {position: relative; top:3px; color: #E00; margin-right: 3px;}

.cfff .form-tips-start {
	/* color: #fff; */
	color: #ff4141;
}

.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: 140px;
	text-align:center;
	background:#244aa8;
	color:#fff;
	font-size: 16px;
	line-height: 40px;
	border: 0;
	cursor: pointer;
	border-radius: 20px;
}
.cfff .form-btn {background:#fff;
	color:#244aa8;}


.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;
		text-align: center;
	}
	.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) {

}
@media (max-width: 480px) {
	.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: 43px;
	text-align: right;
}

.msg-form-input, .msg-form-textarea, .msg-form-select {
	/* background-color: #fff; */
	background-color: rgba( 255, 255, 255, .3);
	border: 0;
	padding: 7px 8px ;
}
.msg-form-input, .msg-form-textarea, .msg-form-select, .msg-form-input::-webkit-input-placeholder, .msg-form-textarea::-webkit-input-placeholder, .msg-form-input::-webkit-input-select {
	color: #fafafa;
}

.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 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: 15px;}
.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-left {
}
.about-page-image {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
    /* height: 560px; */
}
.about-page-right {
	position: relative;
}
@media (min-width: 769px) {
	.about-page-left {
	    width: 45%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
	.about-page-image {
		height: 100%;
	}
	.about-page-right {
		width: 55%;
	}
}

.about-page-right-bg {
	padding-right: 50px
}
.about-page-content {
	line-height: 30px;
	overflow: hidden;
	font-size: 15px;
	color: #000;
}
.cfff .about-page-content {
	color: #fff;
}
.about-page-content img {
	max-width: 100%;
}
.about-page-ul {}
.about-page-li {
	width:46%;
	margin:15px 2%;
	float:left;
	padding:30px 0;
}
.about-page-li3 {width:96%;padding-top:70px;border-top:1px dashed #E6E6E6;}
.about-page-link {display: block;position: relative;overflow: hidden;}
.about-page-image-box {
	overflow: hidden;
}
.about-page-image {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}



@media (max-width:1200px){
	/* .w1200 {
		padding:0 10px;width:auto;
	} */
	.about-page-left {}
	.about-page-image {height: 460px;}
	.about-page-right {margin-right: 400px; padding-right: 50px;}
}

@media (max-width:992px){
	.about-page-content {padding: 0; line-height: 1.6; /* height: 154px; */}
}

@media (max-width:888px){

	.about-page-left {float: none; width: auto; margin-left: 0; position: static;}
	.about-page-right {float: none; width: auto; margin-right: 0; padding: 10px 0;}
	.about-page-right-bg {padding-right: 0;}
	/* .type-more-box { text-align: center;} */
}

@media (max-width:768px){
	.about-page-image {height: 260px;}
	.about-page-content  {line-height: 1.8; height: auto; font-size: 14px;}
	
}

@media (max-width:620px){
	.about-page-body {font-size:12px;line-height:20px;}
}

@media (max-width: 480px){
	.about-page-image {height: 200px;}
	.about-page-content  {padding: 5px 0;}

}
@media (max-width: 414px){
	.about-page-right {padding-bottom: 0;}
	.about-page-image {height: 180px;}

}
@media (max-width: 380px){
	.about-page-image {height: 150px;}
}
@media (max-width: 360px){
	.data-list-desc {height: 34px; line-height: 17px; }
	
}

/* 关于我们 end */


/* 企业数据 start */
.data-list-ul {margin-top: 80px; display: block; font-size: 0; overflow: hidden;}
.data-list-li {display: inline-block; width: 25%;}
.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: #244aa8;}
.data-list-short {color: #666; font-size: 14px; font-weight: normal;}
.data-list-desc {font-size: 14px; color: #000;}



@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 */
.why-list-ul {
	overflow: hidden;
	padding: 10px 0;
}
.why-list-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-why-list-li {
	width: 33.3333333%;
}
.why-list-link {
	/* cursor: unset; */
}
.why-list-li-bg {
	padding: 0 20px;
	text-align: center;
}
.why-list-image-box-bg {
	/* max-width: 160px; */
    border: 0;
	/* background-color: #244aa8;
    border-radius: 50%; */
    overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.why-list-image-box {
	/* padding-bottom: 100%; */
}
.why-list-image {
	/* border-radius: 50%; */
}
.why-list-icon {
	display: block;
	height: 100px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.why-list-title {
	margin-top: 15px;
	font-size: 18px;
	display: block;
	/* font-weight: bold; */
	/* color: #000; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.why-list-desc {
	margin-top: 15px;
	font-size: 14px;
	height: 72px;
	/* color: #666; */
	line-height: 24px;
}


@media (max-width: 768px) {

	.why-list-li {
	
	}
	
	.why-list-li-bg {
		padding: 0 15px;
	}

	.why-list-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
		-webkit-line-clamp: 3;
	}

	.why-list-ul {
		padding: 0;
	}

	.why-list-icon {height: 65px;}
	
	.why-list-title {
		margin-top: 10px;
		font-size: 14px;
	}
	.why-list-desc {
		margin-top: 10px;
	}

}

@media (max-width: 480px) {
	.why-list-li {width: 50%;}
	.why-list-li-bg {
		padding: 5px;
	}

	.why-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.why-list-title {
		margin-top: 5px;
		text-align: center;
	}

	.why-list-desc {
		margin-top: 5px;
		line-height: 16px;
		height: 48px;
		font-size: 12px;
	}

	.why-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.why-list-li em {
		display: none;
	}

}
/* 为什么选择我们 end */


/* 我们的服务 start */
.service-list-ul {
}
.service-list-li {
	float: left;
	width: 25%;
}
.service-list-link {
	display: block;
	margin: 10px;
	padding: 5px;
}
.service-list-image-box-border {
	border-width: 2px;
	border-color: #244aa8;
}
.service-list-image-box-bg {
	paddin: 8px;
}
.service-list-image-box {
	padding-bottom: 75%;
}
.service-list-title {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
@media (max-width: 768px) {
	.service-list-li {
		float: left;
		width: 50%;
	}
	.service-list-link {
		margin: 5px;
		padding: 0;
	}
	.service-list-title {
		margin-top: 5px;
		font-size: 14px;
	}
}
/* 我们的服务 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-right {
	/* float: right; */
	overflow: hidden;
}

.nav-child-ul {
	overflow: hidden;
	/* padding:5px; */
	text-align: right;
	font-size: 0;
}

.nav-child-li {
	/* float: left; */
	display: inline-block;
	/* width: 16%; */
	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;
	line-height: 32px;
	/* padding: 15px 0; */
	padding: 10px;
	min-width: 120px;
}

.nav-child-link:hover,
.nav-child-li.cur a {
	/* background: #D90000; */
	background-image: url(../images/navChileBg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	color: #fff;
}


.nav-child-left {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.nav-position-box {background-color: #f6f6f6;}
.nav-position-bg {
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.nav-position-bg a {
	margin: 0 5px;
	line-height: 20px;
}

.nav-position-hot {
	float: left;
	padding: 8px 0;
}
.nav-position-hot-type {
	margin-right: 5px;
	font-weight: normal;
}
.nav-position-hot-attr {
	margin: 0 5px;
}
.nav-position-hot-attr:hover {
	color: #244aa8;
}
.yunu-sou .hform {
	float: right;
}


@media (max-width: 1200px) {
	.nav-position-box {display: none;}
}
@media (max-width: 992px) {
	.nav-child-left {display: none;}
	.nav-child-right {float: none;}
}
@media only screen and (max-width: 800px) {
	.nav-child-li {
		line-height: 50px;
	}
}

@media only screen and (max-width:768px) {
	.nav-child-left {
		margin-right: 0;
	}
	.nav-child-li {
		width: 33.33333%;
	}

	.nav-child-link {
		font-size: 14px;
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.nav-child-box .wrap {
		padding: 0;
	}
	
	.nav-child-li {
		width: 50%;
	}

	.nav-child-link {
		padding: 4px 0;
		border-right: 1px solid #eaeaea;
		border-bottom: 1px solid #eaeaea;
	}
}
/* 列表页面子导航 end */



/* 左侧子导航 start */
.nav-left {
	float: left;
    width: 240px;
}
.nav-left-row {margin-top: 10px;}
.nav-left-row1 {margin-top: 0;}
.left-typename-box {
	/* background-color: #333; */
	background-color: #244aa8;
    color: #fff;
    padding-bottom: 5px;
	background-image: url(../images/navLeftTypeBg.png);
	/* border-radius: 5px 5px 0 0; */
}
.nav-left-typename {
	text-align: center;
    border-bottom: 1px solid #fff;
    margin: 0;
    font-size: 24px;
    padding: 20px 0;
}
.nav-left-shortitle {
	margin-top: 5px;
	font-size: 16px;
}
.nav-left-ul {
	/* border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5; */
}
.nav-left-li {
    font-weight: normal;
	margin-top: 2px;
}
.nav-left-link {
    line-height: 50px;
	display: block;
    font-size: 18px;
    color: #333;
    background-position: right center;
    background-repeat: no-repeat;
	background-image: url(../images/p14-icon5.png);
    padding: 0 30px;
    background-color: #f8f8f8;
	/* border-bottom: 1px solid #e5e5e5; */
}
.pronav-left-li .nav-left-link {
	background-image: url(../images/p14-icon2.png);
}

@media (min-width: 769px) {
	.nav-left-li.cur .nav-left-link, .nav-left-link:hover {
		color: #fff;
		background-image: url(../images/p14-icon2.png);
	    background-color: #244aa8;
	}
}

@media (max-width:1200px){
	.nav-left {width: 200px;}
	.nav-left-li, .nav-left-li.cur {background-image: none; text-align: center;}
	.nav-left-row {padding-top: 10px;}
}
@media (max-width: 768px) {
	.nav-left {
		width: auto;
		float: none;
		/* display: none; */
		margin: -10px -10px 0;
	}
	.nav-left-row {display: none;}
	.left-typename-box {display: none;}
	.yunu-column {margin: 5px -3px 0;}
	.nav-left-li {
		float: left;
		width: 25%;
		padding: 0;
		margin: 0;
		background: none;
		text-align: center;
		border: 0;
	}
	.nav-left-link {
		margin: 10px;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 15px;
		border: 1px solid #dedede;
		height: 40px;
		display: flex; 
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		background-image: none;
	}
	.nav-left-li.cur .nav-left-link {
		background-color: #244aa8;
		border-color: #244aa8;
		color: #fff;
		background-image: none;
	}
}

@media (max-width: 480px) {
	.nav-left {margin: -3px -3px 0;}
	.nav-left-li, .nav-left-li.cur {
		
	}
	.pronav-left-li {
		width: 50%;
	}
	.nav-left-link {
		margin: 3px;
		font-size: 13px; 
		height: 34px;
		line-height: 16px;
		padding: 0; 
	}
}

/* 左侧子导航 end */


/* 左侧二级导航 start */
.nav-left-child-link {
	display: block;
	padding: 0 40px;
    line-height: 35px;
	background-color: #eee;
	margin-bottom: 1px;
}
.nav-left-child-li.cur .nav-left-child-link, .nav-left-child-link:hover {
	color: #244aa8;
}

@media (max-width: 768px) {
	.nav-left-child-ul {display: none;}
}
/* 左侧二级导航 end */


/* 首页产品左侧导航 start */
.product-page-body-row {
	padding-top: 20px;
}
.product-page-left {
	margin-right: 15px;
}
.product-nav-left {
	float: left;
    width: 240px;
	
}

.product-nav-left-ul {

}
.product-nav-left-li {
    font-weight: normal;
	position: relative;
}
.product-nav-link-bg {
	position: absolute;
    top: 0;
	right: 0;
	bottom: 0;
    left: 0;
    background-color: #244aa8;
    border-radius: 60px 0px 0px 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.product-nav-left-link {
    line-height: 50px;
	display: block;
    font-size: 20px;
    color: #333;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 30px;
	height: 45px;
    /* background-color: #f8f8f8;
	background-image: url(../images/p14-icon5.png); */
	/* border-bottom: 1px solid #e5e5e5; */
	color: #fff;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.product-nav-icon-bg {
	position: absolute;
	padding: 15px;
	background-color: #ffffff;
    border-radius: 100%;
    left: 0;
    top: 50%;
	margin-top: -35px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-nav-icon {
	display: block;
	width: 40px;
    height: 40px;
}

@media (min-width: 769px) {
	.product-nav-left-li.cur .product-nav-left-link, .product-nav-left-link:hover {
		color: #fff;
	    /* background-color: #244aa8; */
	}
	.product-nav-left-li.cur .product-nav-icon-bg, .product-nav-left-link:hover .product-nav-icon-bg {
		opacity: 1;
		filter: alpha(opacity=100);
		left: -56px;
	}
	.product-nav-left-li.cur .product-nav-link-bg, .product-nav-left-link:hover .product-nav-link-bg {
		left: -70px;
		opacity: 1;
	}
}

@media (max-width:1200px){
	.product-nav-left {width: 200px;}
	.product-nav-left-li, .product-nav-left-li.cur {background-image: none; text-align: center;}
}
@media (max-width: 768px) {
	.product-page-left {margin-right: 0;}
	.product-nav-left {
		width: auto;
		float: none;
		/* display: none; */
		margin: -10px -10px 0;
		background-image: none !important;
	}
	.left-typename-box {display: none;}
	.yunu-column {margin: 5px -3px 0;}
	.product-nav-left-ul {padding: 0 2px;}
	.product-nav-left-li {
		float: left;
		width: 25%;
		padding: 0;
		margin: 0;
		background: none;
		text-align: center;
		border: 0;
	}
	.product-nav-left-link {
		margin: 10px;
		line-height: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		font-size: 15px;
		border: 1px solid #dedede;
		color: #000;
		height: 40px;
		display: flex; 
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		background-image: none;
	}
	.product-nav-left-li.cur .product-nav-left-link {
		background-color: #244aa8;
		border-color: #244aa8;
		color: #fff;
		background-image: none;
	}
	
}

@media (max-width: 480px) {
	.product-nav-left {margin: -3px -3px 0;}
	.product-nav-left-li, .product-nav-left-li.cur {
		
	}
	.product-nav-left-li {
		width: 50%;
	}
	.product-nav-left-link {
		margin: 3px;
		font-size: 13px; 
		height: 34px;
		line-height: 16px;
		padding: 0; 
	}
}

/* 首页产品左侧导航 end */


/* 左侧新闻 start */
.nav-left-news-bg {
	padding: 10px;
	background-color: #f8f8f8;
}
.nav-left-news-li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-left-news-link {
	display: block;
	color: #333;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav-left-news-link:hover {
	color: #244aa8;
}
@media (max-width: 1200px) {
	.nav-left-news-bg {padding: 10px;}
}
@media (max-width: 768px) {
}
/* 左侧新闻 end */


/* 左侧热门推荐 end */
.nav-left-product-bg {
	padding: 10rem;
	/* background-color: #fafafa; */
	border: 1px solid #efefef;
}
.nav-left-product-list-bd {height: 420px;}
.nav-left-product-li {
	overflow: hidden;
	/* border-bottom: 1rem dashed #ccc; */
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-left-product-link {
	/* line-height: 38rem; */
	padding: 8rem 0;
	display: block;
	color: #333;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1rem solid #efefef;
}
.nav-left-product-link:hover {
	color: #1C3882;
}

.nav-left-product-left {
	margin-right: 10rem;
	width: 70rem;
}

.nav-left-product-image-box {
	background-color: #f8f8f8;
}
.nav-left-product-image {
}
.nav-left-product-title {
	line-height: 25rem;
	font-size: 16rem;
}
.nav-left-product-desc {
	line-height: 25rem;
	color: #888;
}

@media (max-width: 1200px) {
	.nav-left-product-bg {padding: 10rem;}
}
@media (max-width: 768px) {
	.nav-left-product {display: none;}
}
/* 左侧热门推荐 end */


/* 列表左侧联系我们 start */
.nav-left-image {
	display: block;
	width: 100%;
	height: auto;
}

.nav-left-icon {
	line-height: 40px;
    font-weight: normal;
    margin-right: 5px;
}
.nav-left-contact {
	position: relative;
}
.nav-left-contact-info {
    background-color: #244aa8;
    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-contact {display: none;}
	.yunu-column {margin: 5px -3px 0;}
}
/* 列表左侧联系我们 end */


/* 右侧栏目名称 start */
.right-typename-box {
	border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 12px;
}
.listimg-right-typename {
	display: inline-block;
	font-weight: normal;
    line-height: inherit;
	color: #000;
	font-size: 22px;
	padding-left: 15px;
	border-left: #244aa8 solid 4px;
    line-height: 26px;
}
.listimg-right-position {
	float: right;
	line-height: 35px;
	font-size: 15px;
    display: flex;
    justify-content: flex-end;
	color: #666;
	line-height: 26px;
}
@media (max-width: 768px) {
	.listimg-right {margin-left: 0;}
	.right-typename-box {height: auto; margin-bottom: 8px; padding-top: 0;}
	.listimg-right-typename {font-size: 15px; line-height: 30px; padding-bottom: 0; margin-top: 5px;}
}

@media (max-width: 666px) {
	.listimg-right-position {
		display: none;
	}
}
@media (max-width: 560px) {
}

@media (max-width: 480px) {
	.right-typename-box {
		padding-bottom: 5px;
	}
	.listimg-right-typename { margin-top: 0; line-height: 26px;}
}


@media (max-width: 414px) {
	.listimg-right-image-box {
		height: 130px;
	}
}
@media (max-width: 360px) {
}

/* 右侧栏目名称 end */


/* 子栏目标题 start */
.listimg-nav-box {paddding:20px 0;}
.listimg-nav-ul {
	display: block;
	overflow: hidden;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
.listimg-nav-li {
	display: inline-block;
    width: 24%;
    position: relative;
	text-align: left;
	overflow: hidden;
}

.listimg-nav-link {
	display: block;
	overflow: hidden;
	padding: 18px 30px;
	margin: 0 3px;
}

.listimg-nav-link:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 22px;
	margin-top: -11px;
    background: #BFBFBF;
}

.listimg-nav-link1:after{
    display: none;
}

.listimg-nav-left {
	float: left;
	width: 42px;
	margin-right: 20px;
}
.listimg-nav-icon-box {
	/* padding-bottom: 114.2857142857%; */
}
.listimg-nav-icon {
	/* display: block; */
}
.listimg-nav-title {
	font-size: 18px;
    display: block;
    font-weight: bold;
    color: #222222;
	line-height: 27px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listimg-nav-short {
	font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    display: block;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listimg-nav-li.cur .listimg-nav-link, .listimg-nav-li:hover .listimg-nav-link {
	color: #fff;
	background-color: #244aa8;
}
.listimg-nav-li.cur .listimg-nav-title, .listimg-nav-li:hover .listimg-nav-title, .listimg-nav-li.cur .listimg-nav-short, .listimg-nav-li:hover .listimg-nav-short {
	color: inherit;
}
.listimg-nav-li.cur .display-block {
	display: none;
}
.listimg-nav-li.cur .display-none {
	display: block;
}

@media (max-width: 1300px) {
	.listimg-nav-ul {
		border-left: 1px solid #DCDCDC;
		border-bottom: 0;
	}
	.listimg-nav-link {
		border-bottom: 1px solid #DCDCDC;
		border-right: 1px solid #DCDCDC;
	}
	.listimg-nav-link:after {
		display: none;
	}
	.listimg-nav-li {
		width: 25%;
		text-align: center;
	}
	.listimg-nav-link {
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.listimg-nav-link:after {
	    top: 0;
		height: 100%;
		margin-top: 0;
	}
	.listimg-nav-left {
		display: none;
	}
	
	.listimg-nav-li.cur .listimg-nav-link:after, .listimg-nav-li:hover .listimg-nav-link:after {
		background: #fff;
	}
}

@media (max-width: 992px) {
	.listimg-nav-title {
	}
	.listimg-nav-short {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	.listimg-nav-li {}
	.listimg-nav-link {
		width: auto;
		background-size: 100% 100%;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		font-size: 13px;
		padding: 0 5px;
		height: 50px;
		font-size: 16px;
		line-height: 18px;
	}
	.listimg-nav-title {
		font-size: inherit;
		white-space: normal;
		line-height: inherit;
	}
	.listimg-nav-short {
		display: none;
	}
}
@media (max-width: 560px) {
	.listimg-nav-li {
		width: 50%;
	}
	.listimg-nav-link {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.listimg-nav-ul {padding: 0; }
	.listimg-nav-li {}
	.listimg-nav-link {
		height: 38px;
		font-size: 14px;
	}
}
/* 子栏目标题 end */


/* 三级栏目标题 start */
.listimg-childnav-ul {
	overflow: hidden;
	/* padding: 15px 0; */
    margin-bottom: 30px;
	overflow: hidden;
    text-align: center;
	/* border-bottom: 1px solid #DCDCDC; */
}
.listimg-childnav-li {
	display: inline-block;
	overflow: hidden;
}
.listimg-childnav-link {
	display: block;
    line-height: 34px;
    /* padding: 0 18px; */
    padding: 0 25px;
    position: relative;
    font-size: 18px;
	color: #333;
}

/* .listimg-childnav-link:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 22px;
	margin-top: -11px;
    background: #BFBFBF;
}
.listimg-childnav-link1:after {
	display: none;
} */

.cur>.listimg-childnav-link, .listimg-childnav-li:hover .listimg-childnav-link {
	color: #244aa8;
}

@media (max-width: 1300px) {
	.listimg-childnav-link {
		padding: 0 20px;
	}
}
@media (max-width: 992px) {
	.listimg-childnav-link {
		padding: 0 18px;
	}
}
@media (max-width: 768px) {
	.listimg-childnav-ul {padding: 5px 0;font-size: 0; text-align: left;}
	.listimg-childnav-li {width: 25%;}
	.listimg-childnav-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: 5px;
		padding: 2px;
		font-size: 13px;
		height: 34px;
		line-height: 16px;
		background-color: #eee;
	}
	.listimg-childnav-link:after {
		display: none;
	}
}
@media (max-width: 480px) {
	.listimg-childnav-ul {
		margin-bottom: 5px;
	}
	.listimg-childnav-li {width: 33.333333333%;}
	.listimg-childnav-link {
		margin: 2px;
		padding: 0 5px;
		height: 32px;
		font-size: 12px;
	}
}
/* 三级栏目标题 start */



/* 翻页 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-swiper-bg {
	padding: 20px 0;
}

.partner-listul {}
.partner-list-li {
	float: left;
	/* width: 16.66666666667%; */
	width: 25%;
}

.partner-list-link {
	margin: 10px;
	cursor: unset;
	display: block;
	overflow: hidden;
	/* border: 5px solid #90c4fa; */
}
.partner-list-image-box-border {border-color: #dedede;}
.partner-list-image-box {
	position: relative;
	/* padding-bottom: 50%; */
	background-color: #fff;
	border-radius: 3px;
}

.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-image-title-box {padding-top: 10px; text-align: center;} 
.partner-list-image-title {font-size: 16px;}
.partner-list-more-box {
	margin-top: 30px;
}

.partner-list-more {
	display: block;
	width: 160px;
	line-height: 40px;
	color: #fff;
	background: #076e49;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center
}

.partner-list-link:hover .partner-list-image-box-border {border-color: #244aa8;}
.partner-list-link:hover .partner-list-image-title {color: #244aa8;}
.partner-list-more:hover {
	color: #fff;
}

@media (max-width: 992px) {
	.partner-list-li {
		/* width: 25%; */
	}

	.partner-list-link {
		margin: 12px;
	}
}

@media (max-width: 768px) {
	.partner-list-ul {
		padding: 0;
	}

	.partner-list-li {
		width: 33.33333333%;
	}

	.partner-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.partner-list-link {
		margin: 10px;
	}
}

@media (max-width: 480px) {
	.partner-list-li {
		width: 50%;
	}

	.partner-list-link {
		margin: 5px;
	}

	.partner-list-more-box {
		margin-top: 10px;
	}
}

/* 合作伙伴 end */


/* 联系方式 start */
.contact-page-box-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.contact-page-left, .contact-page-right {z-index: 2; overflow: hidden; width: 34%;}
.contact-page-left-bg, .contact-page-right-bg {border-radius: 10px; box-shadow: 0 0 6px #dedede;}
.contact-page-body-bg {padding: 60px 0;}
/* .contact-info-row {background-color: #244aa8;} */
.contact-info-row1 {
	/* border: 5px solid #f4f4f4; */
	padding: 0;
}

.contact-page-left {float: left;}
/* 留言表单 start */
.contact-page-left-bg {
	/* border-right: 1px solid #dedede; */
	padding: 50px;
}
@media (max-width: 768px) {
	.contact-page-left-bg {
	}
}
/* 留言表单 end */
.contact-page-right-bg {border-top: 5px solid #244aa8;}
@media (min-width: 769px) {
	.contact-page-right {overflow: hidden; position: absolute; top: 0; right: 0; bottom: 0;}
	.contact-page-right-bg {padding: 50px;  position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
}
.contacnt-info-bg {/* padding-top: 30px 0 0 50px; */}
.contacnt-info {line-height: 30px; }
.contacnt-info strong {
	font-size: 120%;
	display: inline-block;
	margin-bottom: 5px;
}
@media (max-width: 1200px) {
	.contacnt-list-image {height: 70px;}
	.contacnt-list-desc {line-height: 20px; }
}
@media (max-width: 992px) {
	.contact-page-left-bg {padding: 20px;}
}
@media (max-width: 768px) {
	.contact-page-box {padding-bottom: 0;}
	.contact-page-box-bg {position: static;}
	.contact-page-body-bg {padding: 0;}
	
	.contac-page-wrap {padding: 0;}
	.contact-page-left, .contact-page-right {float: none; width: auto; width: auto; position: static;}
	.contact-page-left-bg { border-radius: 0; padding: 20px 15px;}
	.msg-form-box-bg {padding: 20px 0 0;}
	.contact-page-right-bg {border: 0; padding: 0 15px 20px;}
	.contacnt-info-bg {}
}
@media (max-width: 480px) {
	.contacnt-info-bg {}
	.contacnt-info {line-height: 25px;}
}
/* 联系方式 end */


/* 地图 start */
.map-box {
	/* margin-top: 30px; */
	/* height: 500px; */
	/* height: 360px; */
	height: 100%;
}

.map-box img {
	max-width: none;
}

.home-map-box {
	height: 532px;
}

#dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 0;
}

@media (max-width: 1200px) {
	.map-box {
		height: 300px;
	}
}

@media (max-width: 992px) {
	.map-box {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.map-box {
		/* margin-top: 25px; */
		height: 220px;
	}
	.BMap_bubble_content {font-size: 14px;}
}

@media (max-width: 480px) {
	.map-box {
		/* margin-top: 15px; */
		height: 200px;
	}
	.BMap_bubble_content {font-size: 13px;}
}

/* 地图 end */



/* 联系地址 start */
.contact-address-bg {
	margin-top: 60px;
	background-color: #f6f6f6;
	color: #000;
	text-align: center;
	/* padding: 30px 0;
	font-size: 0; */
}

.contact-item {
	/* width: 33.3333%;
	float: left; */
	display: inline-block;
	font-size: 14px;
}

.contact-item-bg {
	padding: 0 20px 50px;
	width: 260px;
	margin: 41px 15px 0;
	text-align: center;
	/* background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%; */
	position: relative;
	/* background-color: #fff;
	border: #e6e6e6 solid 1px;
	box-shadow: 0px 5px 20px #E6E6E6; */
	background-image: url(../images/contactItemBg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.contact-item-icon {
	margin-top: -41px;
}

.contact-item-info {
	line-height: 25px;
	margin: 20px 0 0 0;
}

.contact-item-title {
	margin-top: 10px;
	font-size: 18px;
}

.contact-item-desc {
	margin: 30px 0 10px;
	height: 50px;
	overflow: hidden;
}

.contact-item-btn {
	background: #ffb82a;
	border-radius: 1px 1px 1px 1px;
	width: 100px;
    height: 34px;
    line-height: 34px;
	color: #fff;
	margin: 0 auto;
}
.contact-btn-Contact {
	background: #91bb4f;
}
.contact-btn-Mailbox {
	background: #4accd9;
}


.page-body-image {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.contact-item-bg {width: 220px;}

	.contact-item-title {
		font-size: 16px;
	}
}

@media (max-width:992px) {
	.page-body-bg {padding: 30px 10px;}
	.contact-item { width: 33.33333%;}
	.contact-item-bg {width: auto;}
	.contact-item-info {
		font-size: 13px;
	}
}

@media (max-width:768px) {
	.contact-address-bg {
		margin-top: 30px;
	}
	.contact-item {
		width: 48%;
	}
	.contact-item-bg {
		margin-top: 60px;
		padding-bottom: 60px;
	}
	.contact-item-desc {margin-top: 10px; /* height: auto; */}
}

@media (max-width:480px) {
	.contact-address-bg {
		margin-top: 15px;
	}
	.page-body-bg  {padding: 0;}
	.contact-item {
		width: 96%;
	}
	.contact-item-bg {
		padding-bottom: 60px;
	}

	.contact-item-info {
		height: auto;
		font-size: 14px;
	}
	.contact-item-desc {height: auto;}
	.contact-item-btn {
		margin-top: 20px;
	}
}
/* 联系地址 end */


/* 招聘 start */
.job-list {
	padding: 15px 0;
}

.job-detail-title {
	font-size: 18px;
}

.job-item-title {
	font-size: 16px;
}

@media (max-width: 768px) {
	.job-list {
		padding: 0 5px 10px;
	}

	.job-detail-title {
		font-size: 14px;
		color: #000;
	}

	.job-attr-box {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}

	.job-item-title {
		font-size: 14px;
		color: #000;
	}

	.job-item-info {
		font-size: 12px;
		color: #666;
		margin: 5px 0;
		line-height: 18px;
	}
}

/* 招聘 end */


/* 首页新闻 start */
.home-news-page-body-bg {}
.home-news-item-bg {
	background-color: #fff;
	padding: 30px 40px
}
.home-news-item-bg+.home-news-item-bg {
	margin-top: 20px;
}
.home-news-type-name-box {
	line-height: 1;
	margin-bottom: 30px;
}
.home-news-left-type-name-box {
	padding: 40px 30px;
	background-color: #f5f5f5;
}
.home-news-type-name {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-news-type-name-en {
	line-height: 25px;
	display: block;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-news-type-more {
	/* margin-top: 12px; */
	float: right;
}
.home-news-page-more-icon {
	width: 26rem;
	height: 26rem;
	border: 2rem solid #1d1d1f;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.home-news-page-more-icon:before, .home-news-page-more-icon:after {
    content: "";
    background: #1d1d1f;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.home-news-page-more-icon:before {
    width: 2rem;
    height: 12px
}
.home-news-page-more-icon:after {
    width: 12rem;
    height: 2px
}

.home-news-list-image-box, .home-news-page-image-box {border-color: #dedede;}
.home-news-left-image-box {padding-bottom: 249px;}
.wenti-page-image-box {padding-bottom: 244px;}

.home-news-list-ul {
	margin: 0 -15px;
}
.home-news-list-li {
	float: left;
	width: 50%;
}
.home-news-list-link {
	display: block;
	margin: 0 15px;
}
.home-news-list-title {
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-news-list-desc {
	margin-top: 15px;
	color: #999;
	overflow: hidden;
}
.home-news-left-list-desc {
	height: auto;
}
.home-news-right-list-desc {
	line-height: 28px;
	height: 55px;
}
.home-news-list-time-row {
	margin-top: 20px;
	line-height: 20px;
}
.home-news-list-time {
	overflow: hidden;
	text-align: right;
	color: #999;
}

.home-news-list-link:hover .home-news-list-title {color: #244aa8;}


.wenti-page-left {
	width: 354px;
	margin-right: 20px;
	position: relative;
}
.wenti-list-bd {height: 170px;}
.wenti-list-ul {
	
}
.wenti-list-li {
}
.wenti-list-link {
	padding: 10px 0;
	display: block;
	line-height: 30px;
}
.wenti-list-row+.wenti-list-row {
	margin-top: 5px;
}
.wenti-list-icon {
	height: 28px;
	margin-right: 10px;
}
.wenti-list-title {
	font-size: 16px;
	font-weight: lighter;
}
.wenti-list-desc {
	color: #999;
}



.home-news-page-more-icon:hover {border-color: #244aa8;}
.home-news-page-more-icon:hover:before, .home-news-page-more-icon:hover:after {background-color: #244aa8;}

@media (min-width: 769px) {
	.wenti-list-link:hover {
		color: #244aa8;
	}
}

.news-page-left {
	float: left;
	width: 33%;
	max-width: 100%;
}

.home-news-left-list-ul {
	padding-top: 16px;
}
.home-news-left-list-li {
	width: 100%;
}
.home-news-left-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-news-left-list-title {
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-page-right {
	float: right;
	width: 65%;
	overflow: hidden;
}


@media (max-width: 1200px) {
	.news-page-left {margin-right: 20px;}
	.news-page-right {float: none; width: auto; }

	.wenti-page-left {width: 300px;}
	.home-news-left-image-box {padding-bottom: 220px;}
	
	.wenti-list-bd {height: 150px;}
	.wenti-page-image-box {padding-bottom: 215px;}
	.wenti-list-link {padding: 5px 0;}
}
@media (max-width: 992px) {
	.wenti-page-left {width: 260px;}
	.home-news-item-bg {padding: 20px;}
	.home-news-left-image-box {padding-bottom: 200px;}
}

@media (max-width: 768px) {
	.news-page-left {float: none; margin-right: 0; width: auto;}
	.home-news-item-bg {
		padding: 20px;
	}
	.home-news-left-type-name-box {padding: 20px;}
	.home-news-left-list-ul {padding-left: 0;}
	
	.news-page-right {margin-top: 20px;}
}

@media (max-width: 560px) {
	.home-news-item-bg {padding: 20px 15px;}
	.home-news-list-li {float: none; width: auto;}
	.home-news-list-desc {height: auto;}
	
	.wenti-page-left {float: none; width: auto; margin: 0 0 10px;}
	.wenti-page-image-box {padding-bottom: 200px;}
}
/* 首页新闻 end */


/****** 首页 end ******/


.product-nav-ul {
	overflow: hidden;
	/* padding: 15px 0; */
    margin-bottom: 30px;
	overflow: hidden;
    text-align: center;
	/* border-bottom: 1px solid #DCDCDC; */
	font-size: 0;
}
.product-nav-li {
	display: inline-block;
	/* width: 10%;
	float: left; */
	overflow: hidden;
}
.product-nav-link {
	display: block;
	background: #244aa8;
	margin: 5px;
	color: #fff;
    font-size: 18px;
    line-height: 36px;
	text-align: center;
    /* padding: 0 18px; */
    position: relative;
	padding: 0 20px;
}

/* .product-nav-link:after {
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 22px;
	margin-top: -11px;
    background: #BFBFBF;
}
.product-nav-link1:after {
	display: none;
} */

.cur>.product-nav-link, .product-nav-li:hover .product-nav-link {
	/* background: #0064b9; */
	background: #0064b9;
	color: #fff;
}

@media (max-width: 1300px) {
	.product-nav-link {
		padding: 0 20px;
	}
}
@media (max-width: 992px) {
	.product-nav-link {
		padding: 0 18px;
	}
}
@media (max-width: 768px) {
	.product-nav-ul {padding: 5px 0;font-size: 0; text-align: left;}
	.product-nav-li {width: 25%;}
	.product-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: 5px;
		padding: 2px;
		font-size: 13px;
		height: 34px;
		line-height: 16px;
		/* background-color: #eee; */
	}
	.product-nav-link:after {
		display: none;
	}
}
@media (max-width: 480px) {
	.product-nav-ul {
		margin-bottom: 5px;
	}
	.product-nav-li {width: 33.333333333%;}
	.product-nav-link {
		margin: 2px;
		padding: 0 5px;
		height: 32px;
		font-size: 12px;
	}
}




/* 图片列表 start */
.listimg-li {
	width: 33.33333333333%;
	/* width: 25%; */
	float: left;
	text-align: center;
}

.listimg-link {
	margin: 10px;
	display: block;
	position: relative;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
	padding: 10px;
	background-color: #fff;
	/* border-radius: 5px; */
	border: 1px solid #244aa8;
}
@media (min-width: 769px) {
	.listimg-link {
		/* border-radius: 8px; */
	}
}
.listimg-bg-icon {
	position: absolute;
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-image: url(../images/listNewsIcon.png);
}
.listimg-bg-icon1 {
    top: -1px;
    left: -1px;
    transform: rotate(270deg);
}
.listimg-bg-icon2 {
    top: -1px;
    right: -1px;
}
.listimg-bg-icon3 {
    bottom: -1px;
    left: -1px;
    transform: rotate(180deg);
}
.listimg-bg-icon4 {
    bottom: -1px;
    right: -1px;
    transform: rotate(90deg);
}


.listimg-link-bg {
	background-color: #244aa8;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.listimg-link:hover .listimg-link-bg {
	top: 0;
}

.pro-listimg-link {
	padding: 10px;
	-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
	/* border: 1px solid #dedede; */
	border: 1px solid #dedede;
}

@media (min-width: 769px) {
	.pro-listimg-link:hover {
		color: #fff;
	}
	.pro-listimg-link:hover {
		box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
	}
}

.listimg-image-box {
	overflow: hidden;
	padding-bottom: 75%;
}


.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: 10px 10px 0;
	/* border: 1px solid #eee; */
	border-top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	position: relative;
}

.home-listimg-title-box {
}

.pro-listimg-link .listimg-title-box {
	border: 0;
	padding: 15px 0 0;
}

.listimg-link:hover .listimg-title-box {
	/* border-color: #244aa8; */
	color: #244aa8;
}

.pro-listimg-link:hover .listimg-title-box {
	color: #fff;
}
.listimg-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listimg-attr-box {
	margin-top: 10px;
}
.listimg-attr-item {
	margin: 2px 0;
	font-size: 13px;
	line-height: 2;
	padding: 0 7px;
	display: inline-block;
	background-color: #ffeeee;
	color: #244aa8;
	border-radius: 3px;
}
@media (max-width: 1200px) {
	.listimg-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
	.listimg-link {
		margin: 10px;
		/* padding: 10px; */
	}
}
@media (max-width: 768px) {
	.listimg-li {
		width: 50%;
	}
	.listimg-link {
		padding: 10px;
	}
	.listimg-bg-icon{
		/* display: none; */
		width: 15px;
		height: 15px;
	}
	/* .listimg-image-box {padding: 5px;} */
	.listimg-image {
		/* height: 195px; */
	}
	.listimg-title-box {
	}
	.listimg-arrow {
		content: "—>";
		display: block;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 36px;
		height: 36px;
		line-height: 36px;
		color: #fff;
		background-color: #33394F;
	}
	.listimg-link:hover .listimg-title-box {
		/* background-color: #fff; */
	}
	.listimg-line {
		margin-right: -10px;
	}
	.listimg-title {
		font-size: 14px;
	}
	.listimg-attr-box {
		display: none
	}
}

@media (max-width: 480px) {
	.listimg-link {
		margin: 3px;
		/* padding: 8px; */
		box-shadow: none;
	}
	.pro-listimg-link {
		padding: 8px;
	}
	.pro-listimg-link .listimg-title-box {
		padding-top: 8px;
	}
	.listimg-image {
		/* height: 150px; */
	}
}

@media (max-width: 380px) {
	.listimg-image {
		/* height: 120px; */
	}
}
/* 图片列表 end */



/* 案例展示 start */
.home-case-page-box {
	/* background-color: #0064b9; */
}
@media (min-width: 768px) {
	.case-swiper-page-bg {
		padding: 0;
	}
	.listcase-ul{
		display: block;
		transform: none !important;
	}
	.case-swiper-button-prev, .case-swiper-button-next {display: none;}
	
}


.listcase-li {
	width: 33.3333333%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.listcase-link {
	margin: 15px;
	/* background: #eee; */
	/* border: 1px solid #eee; */
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #dedede;
}
.home-listcase-link {
	border: 0;
	border-radius: 5px;
}
.case-image-box-bg {
	padding: 12px;
	border-radius: 5px;
}
.case-list-image-box {
	overflow: hidden;
	padding-bottom: 75%;
}

.case-list-image {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.listcase-title-icon-box {
	display: none;
}

.listcase-title-icon {
	display: block;
	margin: 0 auto;
}

.listcase-title-box {
	/* width: 100%; */
    height: auto;
    position: absolute;
    left: 0;
	right: 0;
	bottom: 0;
    /* background: url(../images/caseListTitleBg.png) no-repeat top center; */
    /* background-color: rgba(0,0,0,.4); */
    background-color: rgba(0,0,0,.6);
    font-size: 18px;
    color: #fff;
    /* line-height: 428px; */
	height: 50px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listcase-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@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-icon-box {
		display: block;
	}

	.listcase-link:hover .listcase-title-box {
		height: 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;
	}
	
	.listcase-link:hover .listcase-title {
		/* display: none; */
	}
	.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: 8px;
	}
	.case-image-box-bg {
	    padding: 10px;
	}
	.listcase-title-box {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 {
		padding: 0;
		background-color: #ffffff;
		margin: 3px;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.case-image-box-bg {
	    /* padding: 8px; */
	}
	.listcase-title-box {
		width: auto;
	}
	.swiper-slide-active .listcase-link {
		margin: 10px;
	}
}
/* 案例展示 end */


/* 为什么选择我们 start */
.home-add { 
	
}
.home-add img { margin: 0; display: block;}
.zhengzhuang-page-left {}
.home-add .tit { float: left; font-size: 24px; line-height: 30px; color: #dedede; font-weight: lighter; letter-spacing: 5px; padding-bottom: 7px; border-bottom: 2px solid #b48b62; text-align: right; padding-bottom: 10px; margin-right: 30px;}
.home-add .tit span{ display: block; text-transform: uppercase;}
.home-add .text{ overflow: hidden;}
.home-add .text p{ font-size: 18px;  line-height: 30px; letter-spacing:10px; margin-bottom: 10px; color: #dedede;}
.why-type-desc-en {font-size: 12px; line-height: 16px;/* color: #888; */ color: #c8c8c8; max-width: 300px; opacity: .9;}
.home-add ul{ float: right; width:40%; margin-bottom: -20px;}
.home-add ul li{ margin-bottom: 20px; float: left; width:50%; text-align: right;}
.home-add ul li a{ 
	display: inline-block; text-align: left; padding-left: 33px; color:#c8c8c8;
	background-position: left 7px; 
	background-repeat: no-repeat; 
}
.home-add ul li p{ margin-bottom: 5px; display: block; font-size: 16px;}

@media (max-width: 992px) {
	.home-add .tit {
		margin-right: 0;
		font-size: 20px;
		line-height: 26px;
	}
	
	.home-add .text {
		clear: both;
		padding-top: 8px;
	}
	.home-add .text p {
		letter-spacing: 5px;
		margin-bottom: 0;
	}
	.home-add .text img {
		display: none;
	}
	.home-add ul {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.zhengzhuang-page-left {
	}
	.home-add ul {
		width: 50%;
	}
	.home-add ul li a {
		background-position: 0 center;
		background-size: auto 100%;
	}
}
@media (max-width: 480px) {
	.zhengzhuang-page-left {
		/* float: none; */
	}
	.home-add .tit{
		font-size: 16px;
		line-height: 22px;
	}
	.home-add .text p {
		font-size: 14px;
		line-height: 22px;
	}
	.home-add ul {
		width: 50%;
	}
	.home-add ul li {
		margin: 8px 0;
	}
	.home-add ul li p {
		font-size: 14px;
	}
}
@media (max-width: 380px) {
	.zhengzhuang-page-left {
		float: none;
		text-align: center;
	}
	.home-add .tit {
		float: none;
		text-align: center;
	}
	.home-add ul {
		float: none;
		width: auto;
	}
}
/* 为什么选择我们 end */


/* 案例展示2 start */
.case-home-page-box {}
.case-home-page-bg { margin-top:30px;}
.case-home-list-ul {float: left; width: 20%;}
.case-home-list-li {}
.case-home-list-link { position: relative; text-align: center; margin: 3px; display: block; overflow: hidden;}
.case-home-list-info { 
	position: absolute; bottom:0; left:0; width: 100%; background: rgba(10,36,68,.8);
	display: flex; -webkit-align-item: 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;
}
.case-home-list-title {display: inline-block; vertical-align: middle; padding: 5px 30px; line-height: 24px; max-height: 48px; overflow: hidden; color: #FFFFFF; text-align: center;}
.case-home-list-title-bg { display: inline-block; vertical-align: middle; height: 100%; display: none;}

.case-home-list-ul2 { float: left; width: 60%;}
.case-home-list-info4 {height: 44px;}
.case-home-list-title4 {padding: 10px 25px; font-size: 16px;}

.case-home-image-box {padding-bottom: 180px;}
.case-home-image-box4 {padding-bottom: 546px; width: 100%; display: block;}


@media (min-width: 769px) {
	.case-home-list-li:hover .case-home-list-info { height: 100%;}
}

@media (max-width: 1200px) {
	.case-home-image-box {padding-bottom: 148px;}
	.case-home-image-box4 {padding-bottom: 449px;}
}
@media (max-width: 1100px) {
	.case-home-image-box {padding-bottom: 138px;}
	.case-home-image-box4 {padding-bottom: 420px;}
}
@media (max-width: 992px) {
	.case-home-image-box {padding-bottom:128px;}
	.case-home-image-box4 {padding-bottom: 390px;}
}
@media (max-width: 768px) {
	.case-home-list-ul, .case-home-page-box .item .big {
		width: auto;
		float: none;
	}
	.case-home-list-li {
		float: left;
		width: 32.3333333%;
		padding: .5%;
	}
	.case-home-list-li4 {width: 100%;}
	.case-home-image-box {padding-bottom: 75%;}
	.case-home-list-title {
		padding: 0;
		line-height: 20px;
		height: 40px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.case-home-list-title4 {
		padding: 10px;
		height: 44px;
	}
}
@media (max-width: 480px) {
	.case-home-page-bg {margin-top: 0; padding: 0;}
	.case-home-list-title {
		/* padding: 8px; */
		line-height: 16px;
		height: 34px;
		font-size: 12px;
		display: flex; -webkit-align-item: 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;
		/* white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis; */
	}
	.case-home-list-title4{
		padding: 8px;
		height: 44px;
	}
	
	.slick-swiper-button-prev, .slick-swiper-button-next {display: none;}
}
/* 案例展示2 end */


/* 产品列表 start */
.listpro-ul {margin-top: -10px; }
.listpro-li {
	width: 25%;
	float: left;
	text-align: center;
}
.home-listpro-li {width: 33.3333333%;}
.listpro-link {
	margin: 15px;
	display: block;
	position: relative;
	box-shadow: 0 0 5px #dedede;
	/* border: 1px solid #eee; */
}
.pro-listpro-link {
	-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
	border: 1px solid #dedede;
}

@media (min-width: 769px) {
	.pro-listpro-link:hover {
		box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
	}
}

.home-listpro-image-box {
	overflow: hidden;
	padding-bottom: 90%;
	position: relative;
}
.listpro-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	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;
}
.listpro-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);
}
.listpro-title-box {
	padding: 10px;
	background-color: #363e45;
	color: #fff;
}
.listpro-title {
	font-size: 16px;
	line-height: 1.6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.listpro-link:hover .listpro-title-box {
	/* background-color: rgba(196,0,0,.7); */
	/* background-color: rgba(179,141,84,.7); */
	background-color: #57646f;
}

@media (max-width: 1200px) {
	.listpro-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
		.listpro-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listpro-ul {margin: 0;}
	.listpro-li {
		width: 50%;
		/* width: 33.33333%; */
	}
	/* .listpro-image-box {padding: 5px;} */
	.listpro-image {
		/* height: 195px; */
	}
	.listpro-title-box {
		padding: 5px;
	}
	.listpro-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.listpro-link {margin: 8px;}
	.listpro-image {
		/* height: 150px; */
	}
	.listpro-title {
		font-size: 12px;
	}
}

@media (max-width: 380px) {
	.listpro-link {margin: 5px;}
	.listpro-image {
		/* height: 120px; */
	}
}


.home-listpro-image-box:after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
	-webkit-transform: skewx(-25deg);
	transform: skewx(-25deg);
	z-index: 1;
}

.home-listpro-title-box {
	/* border-top: 1px solid #eee; */
	padding: 15px 50px 15px 15px;
	position: relative;
	text-align: left;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #fff;
	color: #000;
	
}
.listpro-link:hover .home-listpro-title-box {
	background-color: #244aa8;
	color: #fff;
}

.home-listpro-title-box:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: url(../images/arrowPro.png) no-repeat center;
    background-size: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-listpro-title {
	margin: 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 769px) {
	.home-listpro-link:hover .home-listpro-image-box:after {
		left: 100%;
		-webkit-transition: all 0.5s;
		transition: all 0.5s;
	}
	.home-listpro-link:hover .home-listpro-title-box:after {
		-webkit-transform: translateY(-85%);
		transform: translateY(-5%);
		background-image: url(../images/arrowPro2.png);
	}
}
@media (max-width: 768px)  {
	.home-listpro-li {
		width: 50%;
	}
	.home-listpro-title-box {
		padding: 12px 50px 12px 10px;
	}
	.home-listpro-title-box:after {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.home-listpro-title {
		font-size: 16px;
	}
}
@media (max-width: 480px)  {
	.home-listpro-title-box {
		padding: 8px 35px 8px 8px;
	}
	.home-listpro-title {
		font-size: 12px;
	}
	.home-listpro-title-box:after {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		right: 5px;
	}
}
/* 产品列表 end */


/* 文章详情 start */
.detail-title-box {
    position: relative;
	text-align: center;
}
.detail-news-title {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
    /* white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; */
}

.detail-title-time {
	color: #adadad;
	font-size: 13px;
	margin-bottom: 20px;
}
.detail-title-line {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}
.detail-body {
    line-height: 30px;
	color: #676767;
}
.arc-detail-body {
	min-height: 220px;
}

.detail-body img {max-width: 100%;}

.detail-body ul, .about-info-content ul, .page-content ul {
	padding-left: 40px;
}
.detail-body li, .about-info-content li, .page-content li {
	display: list-item;
	list-style: disc;
}

.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; overflow: hidden;}
.desc-left {
	float:left; 
	width: 410px;
	margin-right: 20px;
}
.desc-image-box-border {
	
}
.desc-image-box {
	padding-bottom: 297px;
}
.desc-image {
}

.desc-right {
	overflow: hidden;
}
.desc-right-bg {
	padding: 30px;
	background-color: #f7f7f7;
}

.desc-title {
	font-size: 20px;
    color: #333;
    line-height: 1.5;
	margin-bottom: 5px;
}
.desc-attr-row {
	margin: 10px 0;
}
.desc-attr-tel-row {margin-top: 23px;}
.desc-hr {
	margin: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.desc-bd {
	color:#666;
	line-height: 25px;
	height: 100px;
}

.desc-attr-tel {

}
.desc-attr-title-tel-icon {
	margin: 4px 10px 0 0;
	height: 24px;
}
.desc-attr-title-tel-txt {
	font-size: 18px;
    color: #444;
    line-height: 1.8;
    font-weight: bold;
}

.desc-attr-value-tel {
	line-height: normal;
	display-radio: 1;
	font_radio: 2;
	font-size: 30px;
	font-family: Impact;
	margin-top: 10px;
	color: #244aa8;
}

.desc-attr-price {
	color: #244aa8;
	font-weight: bold;
	font-size: 18px;
}

.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: 36px;
	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 #0d6439;}
.arc-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #0d6439;display:inline-block;font-size:18px;}

.detail-bd {padding:20px 0; line-height: 2;
 color: #666;
 /* font-size: 15px; */
 }
.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){
	.img-desc-box {
		padding: 0;
	}
	.desc-left {width:auto;float:none; margin-right: 0;}
	.desc-image-box {
		padding-bottom: 62.5%;
	}
	.desc-image { 
		/* height: 360px; */
	}
	.desc-right {margin-left:0;
		/* display: none; */
	}
	.desc-right-bg {
		margin-top: 8px;
		padding: 20px;
	}
	.desc-title {padding:5px 0;margin:0;font-size:14px; font-weight: bold;}
	.desc-bd {line-height:1.5;font-size:12px; 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;}
	.desc-right-bg {
		padding: 15px;
	}
	.desc-title {
		padding: 0;
	}
	.desc-hr {
		margin: 10px 0;
	}
	.desc-attr-title-tel-icon {
		margin: 3px 5px 0 0;
		height: 20px;
	}
	.desc-attr-title-tel-txt {
		font-size: 14px;
	}
	.desc-attr-value-tel {
		margin-top: 2px;
		font-size: 22px;
	}
	
}
/* 图片详情 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 */
.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 */
.youshi-list-li {
	margin: 0;
}
.youshi-list-bg {
	display: block;
	overflow: hidden;
	/* background-color: #f0f0f0;
	background-color: rgba(1, 105, 185, .05); */
	margin: 30px 0;
    padding: 50px;
	border: 1px solid #fff;
    /* background-color: #f0f0f0; */
	/* background-color: rgba(240, 240, 240, .6); */
	background-color: rgba(255, 255, 255, .65);
	border-radius: 20px;
	position: relative;
	left: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
@media (min-width: 769px) {
	.youshi-list-bg:hover {
		left: 10px;
		/* border-color: #dfdfdf;
		background-color: rgba(0, 0, 0, .05); */
	}
}

.youshi-list-left {
	float: left;
	width: 48%;
}
.youshi-list-li-even .youshi-list-left {
	float: right;
}
.youshi-list-image-box-bg {background-color: #fff; padding:5px; border-radius: 0;}
.youshi-list-image-box {
	padding-bottom: 260px;
	/* padding-bottom: 340px; */
}
.youshi-list-right {
	/* margin-left: 50%; */
	overflow: hidden;
}
.youshi-list-li-odd .youshi-list-right {
	padding-left: 60px;
}
.youshi-list-li-even .youshi-list-right {
	padding-right: 60px;
}
.youshi-list-right:after {
	content: "";
	display: block;
	clear: both;
}
.youshi-list-right-bg {
	margin-top: 30px;
}
.youshi-list-title-row {
	overflow: hidden;
	font-weight: normal;
}
.youshi-list-num {
	float: left;
	background: url(../images/typeIconBg.png) no-repeat center;
	/* color: #fff; */
	width: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-family: Impact;
}
.youshi-list-title-box {
	display: block;
	/* margin-left: 85px; */
	/* padding: 1px 0; */
}
.youshi-list-short {
	display: block;
	margin-top: 12px;
	background-color: #333;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
}
.youshi-list-title {
	margin-left: 10px;
	font-size: 22px;
	line-height: 30px;
	color: #244aa8;
	font-weight: bold;
}
.home-youshi-list-desc {
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	/* height: 115px; */
	color: #666;
	/* height: 60px; */
	overflow: hidden;
}

.youshi-page-more-row {margin-top: 20px;}
.youshi-page-more {
	background-color: transparent;
	background-image: url(../images/moreBg.png);
}


@media (max-width: 992px) {
	.youshi-list-bg {
		padding: 30px;
	}
	.youshi-list-left {
		width: 400px;
	}
	.youshi-list-image-box {padding-bottom: 300px;}
	.youshi-list-right-bg {margin-top: 40px;}
	.youshi-list-li-odd .youshi-list-right {
		padding-left: 30px;
	}
	.youshi-list-li-even .youshi-list-right {
		padding-right: 30px;
	}
	.youshi-list-title-row {margin-bottom: 15px;}
	.youshi-list-num { width: 66px; height: 66px;background-size: contain;}
	.youshi-list-title {font-size: 20px; line-height: 30px;}
	.youshi-list-short {margin-top: 4px; height: 32px; font-size: 12px; line-height: 16px; display: flex; align-items: center; white-space: normal;}
	.home-youshi-list-desc  {line-height: 20px; font-size: 15px; }
}
@media (max-width: 768px) {
	.youshi-list-bg {
		margin: 20px 0;
		padding: 20px;
	}
	.youshi-list-left {
		width: 300px;
	}
	.youshi-list-image-box {padding-bottom: 260px;}
	.youshi-list-right-bg {margin-top: 20px;}
	.youshi-list-title-row {margin-bottom: 10px;}
	.home-youshi-list-desc {margin-top: 30px; line-height: 22px; font-size: 14px;}
	.youshi-page-more-row {text-align: left;}
}
@media (max-width: 666px) {
	.youshi-list-left {
		width: 260px;
	}
	.youshi-list-image-box {padding-bottom: 170px;}
	.youshi-list-right {padding-top: 10px}
	.youshi-list-li-odd .youshi-list-right {
		padding-left: 10px;
	}
	.youshi-list-li-even .youshi-list-right {
		padding-right: 10px;
	}
	.youshi-list-right-bg {margin-top: 0;}
	.youshi-list-title-row {margin-bottom: 8px;}
	.youshi-list-num {width: 46px; height: 46px; line-height: 46px; font-size: 16px;}
	.youshi-list-title {font-size: 16px; line-height: 16px; height: 46px; display: flex; align-items: center;}
	.youshi-list-short {display: none;}
	.home-youshi-list-desc {margin-top: 20px; line-height: 20px; font-size: 13px;}
	
}
@media (max-width: 560px) {
	.youshi-list-left {
		width: 50%;
	}
	.youshi-list-image-box {padding-bottom: 150px;}
	.youshi-page-more-row {
		margin-top: 15px;
		/* display: none; */
	}
	.youshi-list-title {
		font-size: 18px;
		height: 46px;
	}
}
@media (max-width: 480px) {
	.youshi-list-bg {
		border-radius: 5px;
		margin: 10px 0;
		padding: 10px;
	}
	/* .youshi-list-left, .youshi-list-li-even .youshi-list-left {
		width: auto;
		float: none;
	} */
	.youshi-list-image-box {
		/* height: 150px; */
	}
	.youshi-list-right, .youshi-list-li-even .youshi-list-right {padding: 10px;}
	.youshi-list-li-even .youshi-list-right {padding-right: 8px;}
	.youshi-list-title-row {margin-bottom: 5px;}
	.youshi-list-num {display: none;}

	.youshi-list-title {
		margin-left: 0;
		font-size: 15px;
		line-height: 20px;
		 height: auto;
	}
	.youshi-list-short {
		/* display: none; */
	}
	.home-youshi-list-desc  {
		margin-top: 10px;
		/* height: 70px; */
		height: auto;
		line-height: 16px;
		font-size: 12px;
		height: 51px;
		overflow: hidden;
		text-align: justify;
	}
}
@media (max-width: 380px) {
	.youshi-list-image-box {
	}
}
/* 我们的优势 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 #244aa8;
	-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: #244aa8;
}
.news-page-more {
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 21px;
	margin: 0 auto;
	margin-top: 40px;
	display: block;
	text-align: center;
	/* background: #444; */
	background: #244aa8;
	color: #fff;
}
.news-page-more:hover {
	background: #0064b9;
	color: #fff;
	text-indent: 10px;
}
.page-more-line {
	display: none;
}

@media (max-width: 1200px) {
	.news-list-link {padding: 15px;}
}

@media (max-width: 768px) {
	.news-list-item {
		float: none;
		width: auto;
	}
	
	.news-page-more {
		width: 160px;
		line-height: 50px;
		height: auto;
		border-radius: 25px;
		background-color: #36384D;
	}
}
@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;}
	
	.page-more-row {
		position: relative;
	}
	.page-more-line {
		content: "";
		display: block;
		position: absolute;
		top: 19px;
		height: 1px;
		left: 0;
		right: 0;
		background-color: #DEDEDE;
	}
	.news-page-more {
		margin-top: 15px;
		width: 130px;
		line-height: 40px;
		border-radius: 20px;
		position: relative;
	}
	.page-more-line {
		display: block;
	}
}
/* 新闻资讯 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: #244aa8;
	border-color: #244aa8;
}

.tab-child-item {display: none;}
.tab-child-item.cur {display: block;}

.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: #FFC100; */
}








/* 团队高层风采 start */
.gaoceng-list-li {
	/* width: 25%; */
	width: 32%;
	float: left;
}
.gaoceng-list-link {
	display: block;
	/* cursor: unset; */
	margin: 10px;
}
.gaoceng-list-image-box {
	padding-bottom: 125%;
}
.gaoceng-list-info {
	background-color: #f8f8f8;
	padding: 10px;
	text-align: center;
}
.gaoceng-list-title {
	font-size: 16px;
}
@media (max-width: 768px) {
	.gaoceng-list-link {
		margin: 5px;
	}
}
/* 团队高层风采 end */



/* 服务商风采 start */
.fengcai-list-li {
	/* width: 33.33333333%; */
	width: 47%;
	float: left;
}
.fengcai-list-link {
	display: block;
	cursor: unset;
	margin: 10px;
}
/* .fengcai-list-image-box {
	padding-bottom: 125%;
} */
/* 服务商风采 end */



/* 资质证书 start */
.honor-list-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; */
	/* 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/searchIcon.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-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: 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.33333333333%;
}

.listarc-tuijian-li.last {
	
}

.listarc-tuijian-link {
	display: block;
	margin: 15px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
	border: 1px solid #fff;
	padding: 20px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
	background-color: #fff;
	border-radius: 8px;
	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-top: 15px;
	border-top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}

.listarc-tuijian-title {
	font-size: 20px;
	line-height: 30px;
	/* font-weight: normal; */
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
	/* text-align: center; */
}


.listarc-tuijian-time {
	margin-top: 10px;
	color: #aaa;
	font-size: 15px;
}

.listarc-tuijian-desc {
	color: #333;
	margin-top: 15px;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	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;
}



.listarc-tuijian-link:hover {
	border-color: #244aa8;
}
.listarc-tuijian-link:hover .listarc-tuijian-title {
	color: #244aa8;
}


@media (max-width: 1200px) {
	.listarc-tuijian-link {
		margin: 12px;
		padding: 15px;
	 }
}
@media (max-width: 992px) {
	/* .listarc-tuijian-li {width: 50%; } */
	.listarc-tuijian-info {padding-top: 10px; padding-bottom: 5px;}
}
@media (max-width: 768px) {
	.listarc-tuijian-box {
		margin-top: -20px;
	}
	.listarc-tuijian-li {
		/* width: auto;
		float: none; */
		width: 50%;
	}
	.listarc-tuijian-link {
		padding: 10px;
		border-radius: 5px;
	}
	/* .listarc-tuijian-li {width: 50%;} */
	.listarc-tuijian-info {
		/* padding: 8px; */
	}
	.listarc-tuijian-title {
		font-size: 18px;
	}
	.listarc-tuijian-time {
		margin-top: 3px;
		font-size: 14px;
	}
	.listarc-tuijian-desc {margin-top: 5px; line-height: 18px; height: 33px; font-size: 13px;}
}

@media (max-width: 480px) {
	.listarc-tuijian-ul {
		padding: 0;
	}
	.tuijian-case-type {padding-bottom: 5px;}
	.listarc-tuijian-box {
		margin-top: -10px;
	}
	.listarc-tuijian-link {
		margin: 8px 5px;
	}
	/* .listarc-tuijian-image-box-bg {
		padding: 12px;
	}
	.listarc-tuijian-info {padding: 0 12px 12px;} */
	.listarc-tuijian-title {
		font-size: 16px;
		line-height: initial;
	}
	.listarc-tuijian-time {
		font-size: 13px;
	}
	.listarc-tuijian-desc {
		line-height: 22px;
		font-size: 13px;
		height: 83px;
	}
}
@media (max-width: 380px) {
	.listarc-tuijian-title {
		font-size: 15px;
	}
	.listarc-tuijian-desc {
		line-height: 20px;
		font-size: 12px;
		height: 36px;
	}
}
/* 推荐文章 end */


/* 流程 start */
.flow-page-box {
	
}

.flow-list-ul {
	margin-top: 38px;
}

.flow-list-li {
	width: 14.285714285714%;
	float: left;
	transition: .5s;
	position: relative;
}

.flow-list-arrow {
	position: absolute;
	top: 0;
	left: -8px;
	bottom: 0;
	width: 23px;
	background-size: 100%;
}
.flow-list-link {
	margin: 20px 0;
	cursor: unset;
}
.flow-list-link, .flow-list-link * {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.flow-list-arrow1 {
	display: none;
}

.flow-list-bg {
	padding: 0 10px;
	text-align: center;
}
.flow-list-icon-box {
}
.flow-list-icon {
	/* display: block; */
	width: 42px;
	height: 42px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
	object-fit: contain;
}

.flow-list-link:hover .display-block {
	display: none;
}
.flow-list-link:hover .display-none {
	display: block;
}



.flow-list-title {
	font-weight: bold;
    font-size: 16px;
    margin-top: 28px;
    line-height: 1;
}

.flow-list-desc {
	line-height: 26px;
    margin-top: 12px;
	height: 52px;
	overflow: hidden;
}

.flow-list-link:hover .flow-list-icon-box {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.flow-list-link:hover .flow-list-title {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    color: #ed1618;
}
.flow-list-link:hover .flow-list-desc {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}


@media screen and (max-width: 768px) {
	.flow-list-ul {
		font-size: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flow-list-li {
		width: 25%;
	}
	
	.flow-list-bg {
		padding: 0;
	}

	.flow-list-desc {
		height: 40px;
		font-size: 13px;
		line-height: 20px;
	}

	.flow-list-ul {
		padding: 0;
	}

	.flow-list-icon {height: 38px;}
	
	.flow-list-title {
		font-size: 14px;
		margin-top: 10px;
	}
	

}

@media (max-width: 480px) {
	.flow-list-ul {
		margin-top: 0;
	}
	.flow-list-li {
		width: 25%;
	}
	.flow-list-link {
		margin: 10px 0;
	}
	.flow-list-icon {
		margin: 0 auto;
		height: 35px;
	}
	.flow-list-title {
		margin-top: 10px;
		text-align: center;
		font-size: 13px;
	}

	.flow-list-desc {
		line-height: 18px;
		font-size: 12px;
	}
	
	.flow-list-arrow {
		width: 10px;
		left: -5px;
		display: none;
	}

	.flow-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.flow-list-li em {
		display: none;
	}
}

@media (max-width: 380px) {

	.flow-list-desc {
		margin-top: 8px;
		height: 51px;
		line-height: 18px;
	}
	.flow-list-desc p {
		display: inline;
	}
	.flow-list-desc br {
		display: none;
	}
}
/* 流程 end */



/* 首页横幅 start */
.hengfu-page-box{
	/* background-color: #495058; */
}
@media (min-width: 1200px) {
	.hengfu-page-box {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media (min-width: 769px) {
	.hengfu-page-box {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
.hengfu-page-webname {
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	color: #fff;
    font-weight: bold;
}
.hengfu-page-short {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.hengfu-page-desc {
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: block;
}
.hengfu-page-link-row {
	margin-top: 22px;
}
.hengfu-page-link {
	display: block;
	width: 170px;
	line-height: 40px;
	margin: 0 auto;
	background: #244aa8;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}
.hengfu-page-link:hover {
	background-color: #E3831F;
	color: #eee;
	/* text-decoration: underline; */
}
@media( max-width: 992px) {
	.hengfu-page-webname {
		font-size: 26px;
		text-align: center;
	}
	.hengfu-page-short {
		text-align: center;
	}
	.hengfu-page-desc {
		/* display: inline; */
	}
}
@media( max-width: 768px) {
	.hengfu-page-webname {
		font-size: 22px;
		line-height: 50px;
	}
	.hengfu-page-link {
		width: 150px;
		line-height: 36px;
		font-size: 13px;
		background-color: #fff;
		color: #34394C;
	}
}
@media( max-width: 480px) {
	.hengfu-page-box {
		padding: 0;
		background-image: none !important;
	}
	.hengfu-page-body-bg {
		margin: 0 5px;
		border-radius: 10px;
		padding: 20px 15px;
		background-color: #34394D;
	}
	.hengfu-page-webname {
		font-size: 16px;
		font-family: Arial;
		line-height: 2;
	}
	.hengfu-page-short {
		font-size: 13px;
		line-height: 16px;
	}
	.hengfu-page-desc {
		font-size: 15px;
	}
	.hengfu-page-link {
		width: 110px;
		line-height: 32px;
		font-size: 14px;
	}
	.hengfu-page-link-row {
		margin-top: 15px;
	}
}
/* 首页横幅 end */


/* 企业文化 start */
.home-about-page-box {
	/* background-color: #f2f2f2; */
}
@media (min-width: 769px) {
	.home-about-page-box {
		/* padding: 0; */
	}
}

.home-about-page-body-bg {}

.home-about-page-left {
	
}
@media (min-width: 769px) {
	.home-about-page-left {
		width: 34%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
	}
}

.home-about-page-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	display: block;
}


.home-about-page-right {
	float: right;
	width: 66%;
	overflow: hidden;
}

.home-about-page-right-bg {
	position: relative;
	padding-left: 60px;
}

.home-about-page-title {
	margin-top: 50px;
	line-height: 36px;
	font-size: 16px;

}
@media (min-width: 769px) {
	.home-about-type-name {
		font-size: 30px;
	}
}

.home-about-page-info {
	color: rgba(255,255,255,.85);
	margin-top: 30px;
	line-height: 28px;
	overflow: hidden;
	/* overflow: hidden; */
}
.cfff .home-about-page-info {
	color: #fff;
}


.home-about-page-info img {
	max-width: 100%;
}


.home-about-page-line-row {margin-top: 50px;}
.home-about-page-line-left {margin-right: 30px;}
.home-about-page-line-icon {
	display: block;
	height: 51px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.home-about-page-line {
	margin: 25px 0;
	height: 1px;
	/* background-color: rgba(255, 255, 255,.6); */
	/* background-color: #64a2dc; */
	background-color: rgba(255, 255, 255,.85);
}

.cfff .home-about-page-line {
	color: #fff;
}

.home-about-page-image-box {
	overflow: hidden;
	height: 0;
	padding-bottom: 56%;
}
@media (min-width: 769px) {
	.home-about-page-image-box {
		padding-bottom: 0;
		height: 100%;
	}
}

.home-about-page-image {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	height: 100%;
}

.home-about-page-right-bg .data-list-title, .home-about-page-right-bg .data-list-short, .home-about-page-right-bg .data-list-desc {color: #fff;}
.home-about-page-right-bg .data-list-ul {margin-top: 0;}


.home-about-page-line-icon:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}


@media (max-width: 1600px) {
	.home-about-page-right-bg {
		padding-left: 80px;
	}
	.home-about-page-info {
		line-height: 30px;
		height: 180px;
	}

}

@media (max-width: 1400px) {

	.home-about-page-right-bg {
		padding-left: 60px;
	}

	.home-about-page-title {
		margin-top: 30px;
	}

	.home-about-page-info {
		margin-top: 20px;
		line-height: 30px;
		height: 150px;
	}

}

@media (max-width: 1200px) {
	.home-about-page-left {}

	.home-about-page-image {
		/* height: 460px; */
	}

	.home-about-page-right-bg {
		padding-left: 40px;
	}
	.home-about-page-title {
		margin-top: 30px;
	}
	.home-about-page-info {
		margin-top: 10px;
		line-height: 25px;
		height: 100px;
	}
	.home-about-page-line {

	}
}

@media (max-width: 992px) {
	.home-about-page-info {
		padding: 0 10px;
		line-height: 25px;
		height: 100px;
		margin: 0;
	}
	
	.home-about-page-right .typename-line.tal {
		margin-left: auto;
		margin-right: auto;
	}
	.home-about-page-right .typename-line.tal:after {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 768px) {
	.home-about-page-box {
		/* padding-top: 0; */
	}
	.home-about-page-left {
		float: none;
		width: auto;
		/* display: none; */
	}
	.home-about-page-right {width: auto; float: none;}
	.home-about-page-right-bg {
		margin-right: 0;
		padding: 15px 10px;
	}

	.home-about-page-right .typename-body {
		text-align: center;
	}

	.home-about-page-title {
		text-align: center;
		margin-top: 20px;
	}

	.home-about-page-info {
		line-height: 1.8;
		height: auto;
	}
	/* .type-more-box { text-align: center;} */
	
	.home-about-page-line-row {margin-top: 30px;}
}

@media (max-width: 768px) {
	.about-page-more-row {
		text-align: center;
	}
}

@media (max-width: 560px) {
	.home-about-page-title {
		margin-top: 10px;
	}
}

/* 企业文化 end */

/* 解决方案 start */
.fangan-swiper-bg {
	padding: 0 230px;
	position: relative;
}

.fangan-list-li {}

.fangan-list-link {
	margin: 0 20px;
	display: block;
}
.fangan-list-image-box {
	padding-bottom: 60%;
	overflow: initial;
}
.fangan-list-image {
}

.fangan-swiper-button-prev,
.fangan-swiper-button-next {
	width: 210px;
	height: auto;
	border-radius: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	background-size: 60px;
	/* background-color: rgba(255, 255, 255, .3); */
	background-color: rgba(0, 0, 0, .2);
}

.fangan-swiper-button-prev {
	left: 0;
}

.fangan-swiper-button-next {
	right: 0;
}

.fangan-list-image-title-box {
	position: absolute;
	top: 50%;
	bottom: auto;
	width: 210px;
    transform: translateY(-50%) scale(0);
	/* background-color: rgba(255, 255, 255, .3); */
}
.fangan-list-image-title {
    font-size: 20px;
}
.fangan-list-image-arrow-row {
	margin-top: 15px;
	display: none;
}

.swiper-slide-prev .fangan-list-image-title-box, .swiper-slide-next .fangan-list-image-title-box {top: 0; bottom: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none;}
.swiper-slide-prev .fangan-list-image-title-box {right: 0;}
.swiper-slide-next .fangan-list-image-title-box {left: 0;}
.swiper-slide-prev .fangan-list-image-title, .swiper-slide-next .fangan-list-image-title {
	text-align: center;
    color: #fff;
	margin: 130px 0px 0px 0px;
	text-shadow: 2px 2px 5px #333;
	letter-spacing: 2px;
}

.swiper-slide-active .fangan-list-image-title-box {
    left: -4px;
	background-color: #fff;
    padding: 25px;
    transform: translateY(-50%) scale(1);
    border-left: 4px #21449b solid;
	width: 340px;
	max-width: 100%;
    box-sizing: border-box;
}
.swiper-slide-active .fangan-list-image-title {
    color: #21449b;
}
.swiper-slide-active .fangan-list-image-arrow-row {
	display: block;
}

@media (max-width: 1200px) {
	.fangan-swiper-bg {
		padding: 0 80px;
	}
	.fangan-swiper-button-prev,
	.fangan-swiper-button-next {
		width: 70px;
	}
}
@media (max-width: 992px) {
	.fangan-swiper-bg {
		padding: 0 60px;
	}
	.fangan-swiper-button-prev,
	.fangan-swiper-button-next {
		width: 50px;
	}
}
@media (max-width: 768px) {
	.fangan-swiper-bg {
		margin: 20px 0;
		padding: 0 40px;
	}
	.fangan-list-link {
		margin: 0 5px;
	}
	.fangan-list-image {
		border-radius: 5px;
	}
	.fangan-swiper-button-prev,
	.fangan-swiper-button-next {
		width: 35px;
	}
	
	.fangan-swiper-button-prev {
		-webkit-border-radius: 0 5px 5px 0;
		-moz-border-radius: 0 5px 5px 0;
		-ms-border-radius: 0 5px 5px 0;
		-o-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;
	}
	.fangan-swiper-button-next {
		-webkit-border-radius: 5px 0 0 5px;
		-moz-border-radius: 5px 0 0 5px;
		-ms-border-radius: 5px 0 0 5px;
		-o-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;
	}
	.fangan-list-image-title-box {display: none;}
	.swiper-slide-active .fangan-list-image-title-box {
		display: block;
		background-color: rgba(255, 255, 255,.7);
	}
}

/* 解决方案 end */



/* 新闻列表 start*/
.listarc-bg {
	padding: 10px 0;
	background-color: #fafafa;
}

.listarc-li {

}

.listarc-link {
	display: block;
	cursor: pointer;
	margin: 10px 0;
	padding: 30px;
	border: 1px solid #dedede;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.listarc-link::after {
	content: "";
	display: block;
	clear: both;
}

.listarc-image-box {
	position: relative;
	overflow: hidden;
}

.listarc-image {
	width: 241px;
	height: 150px;
	display: block;
	object-fit: cover;
}

.listarc-right {
	padding-left: 20px;
	overflow: hidden;
	color: #233;
}

.listarc-title {
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.listarc-title:hover {
	color: #244aa8;
}

.listarc-short{
	margin-top: 5px;
	color: #666;
}

.listarc-time {
	margin-top: 10px;
	overflow: hidden;
	color: #666;
	line-height: 25px;
}

.listarc-desc {
	margin-top: 10px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	color: #666;
}

.listarc-day {
	font-size: 40px;
	line-height: 45px;
	display: block;
}

.listarc-link:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* .listarc-li:hover .listarc-title {
	color: #151515;
} */
 
.listarc-li:hover .listarc-image {
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
}


@media (max-width: 768px) {
	.listarc-bg {
		padding: 0;
		overflow: hidden;
	}
	.listarc-link {
		padding: 15px;
		margin: 10px 0;
		/* box-shadow: 0 0 10px #dedede; */
	}

	.listarc-image {
		width: 160px;
		height: 120px;
	}
	.listarc-right {
		padding: 10px 15px 0;
	}

	.listarc-title-box {
		font-size: 14px;
		line-height: 20px;
	}

	.listarc-title, .listarc-short {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.listarc-title {
		margin-right: 5px;
	}

	.listarc-desc {
		font-size: 12px;
		line-height: 17px;
		height: 32px;
		padding-right: 0;
		margin-top: 8px;
	}

	.listarc-time {
		font-family: arial;
		font-size: 12px;
		color: #999;
		margin-top: 10px;
		display: block;
	}
}
@media (max-width: 480px) {
	.listarc-link {
		padding: 8px;
		margin:5px 0;
	}
	
	.listarc-right {padding: 5px 10px 0;}
	.listarc-image {
		width: 120px;
		height: 90px;
	}
	.listarc-desc {margin-top: 2px;}
	.listarc-time {margin-top: 2px; line-height: 20px;}
}
@media (max-width: 414px) {
	.listarc-right {padding: 2px 8px 0;}
	.listarc-image {
		width: 100px;
		height: 80px;
	}
}

/* 新闻列表 end*/


/* 荣誉资质 start */
.list-honor-ul {
}

.list-honor-li {
	float: left;
	width: 25%;
}

.list-honor-li.swiper-slide {
	margin-bottom: 0;
}

.list-honor-link {
	display: block;
	margin: 10px;
	cursor: unset;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px;
	position: relative;
}
.list-honor-link:after {
	content: "";
	display: block;
	position: absolute;
    background-image: url(../images/searchIcon.png);
    background-position: center -10px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .2);
    padding: 14px 18px;
    position: absolute;
    top: 0;
	right: 50%;
	bottom: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.list-honor-link:hover:after {
    left: 0;
	right: 0;
    opacity: 1;
    background-position: center center;
}

.list-honor-image-bg {
	padding: 17px;
	background-image: url(../images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.list-honor-image-box {
	padding-bottom: 70.75%;
	position: relative;
}


.list-honor-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	background-color: #fafafa;
}

.list-honor-title {
	padding: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.list-honor-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;
}

.list-honor-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.list-honor-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.list-honor-li {
		width: 25%;
	}

	.list-honor-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.list-honor-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.list-honor-page-body {
		padding: 30px;
	}

	.list-honor-ul {
		padding: 0;
	}

	.list-honor-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.list-honor-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) {
	.list-honor-page-body {
		padding: 0 30px 10px;
	}

	.list-honor-li {
		width: 50%;
	}

	.list-honor-link {
		margin: 5px;
	}
	.list-honor-title {
		padding: 5px;
	}
}
/* 荣誉资质  end */



/* 企业相册 start */
.list-xiangce-li {
	float: left;
	width: 25%;
}

.list-xiangce-li.last {
	
}

.list-xiangce-link {
	display: block;
	margin: 5px;
	cursor: unset;
	border: 1px solid #dedede;
	background-color: #fff;
	padding: 15px;
}

.list-xiangce-link:hover {
	/* box-shadow: 0 0 10px #dedede; */
	border-color: #244aa8;
}

.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: #244aa8;
}

.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 */
.list-product-li {
	width: 33.333333333%;
	float: left;
	text-align: center;
}

.list-product-link {
	margin: 10px;
	display: block;
	position: relative;
	/* border: 1px solid #dedede; */
	overflow: hidden;
}
.list-product-link, .list-product-link * {
	-webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.list-product-image-box-bg {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #dedede;
	border-radius: 5px 5px 0 0;
}

.list-product-image-box {
	overflow: hidden;
	border-radius: 5px 5px 0 0;
}

.list-product-imaga-zhezhao {
	content: "";
	display: block;
	position: absolute;
    background-image: url(../images/see.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
	top: 50%;
	right: 50%;
	bottom: 50%;
	left: 50%;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.list-product-title-box {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	position: relative;
	border: 0;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
}


.list-product-title {
	font-size: 16px;
	padding: 13px 0;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-product-line {
    width: 20px;
    height: 1px;
    margin: 8px auto;
    background: transparent;
}

.list-product-more-row {
    font-size: .36rem;
    display: block;
    text-align: center;
    margin-top: 8px;
    font-weight: 100;
    color: #fff;
}

.list-product-more {
    position: relative;
    animation: leftAndRight linear 3s infinite alternate;
}

.list-product-info-bg {
    width: 0%;
    height: 0%;
    position: absolute;
    top: 100%;
    left: 0;
    /* background: #0258b8; */
    background: #0064b9;
    -webkit-transition: 1.2s;
    transition: 1.2s;
    border-radius: 50%;
	z-index: -1;
}




@media (min-width: 769px) {
	.list-product-link:hover {
		color: #fff;
		/* box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2); */
	}
}

.list-product-link:hover .list-product-image {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.list-product-link:hover .list-product-imaga-zhezhao {
    top: 0;
	right: 0;
	bottom: 0;
    left: 0;
}

.list-product-link:hover .list-product-title-box {
	/* border-color: #244aa8; */
	color: #fff;
}
/* .list-product-link:hover .list-product-title {
	font-weight: bold;
} */
.list-product-link:hover .list-product-line {
    background: #fff;
}
.list-product-link:hover .list-product-info-bg {
    top: 0;
    left: -25%;
    width: 150%;
    height: 150%;
    /* background: #333; */
    background: #244aa8;
}


@media (max-width: 1200px) {
	.list-product-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
		.list-product-link {margin: 10px;}
}
@media (max-width: 768px) {
	.list-product-li {
		width: 50%;
	}
	.list-product-link {margin: 8px;}
	.list-product-image-box-bg {
		padding: 10px;
	}
	/* .list-product-image-box {padding: 5px;} */
	.list-product-image {
		/* height: 195px; */
	}
	.list-product-title-box {
		padding: 8px 0;
	}
	.list-product-title {
		padding: 0;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.list-product-link {
		margin: 5px;
		padding: 0;
	}
	.list-product-link .list-product-title-box {
	}
	.list-product-image-box-bg {
		padding: 5px;
	}
	.list-product-image {
		/* height: 150px; */
	}
	.list-product-line, .list-product-more-row {
		display: none;
	}
}

@media (max-width: 380px) {
	.list-product-link {margin: 3px;}
	.list-product-image {
		/* height: 120px; */
	}
}
/* 产品列表 end */


/* 项目展示图 start */
.pro-image-box {width:100%;position:relative;}
.pro-image-box .btn {
	width: 30rem;
	height: 50rem;
	padding: 0;
	position: absolute; z-index: 99;top: 50%;
	cursor: pointer;
	-webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
	background-color: rgba(0,0,0,.1);
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	background-size: cover;
	border-radius: 5rem;
}
.pro-image-box .btn:hover {
	background-color: rgba(0,0,0,.3);
}
.pro-image-box #prevTop, .pro-image-box #prev {
	background-image: url(../images/left.png);
	left: 5rem;
}
.pro-image-box #nextTop, .pro-image-box #next {
	background-image: url(../images/right.png);
	right: 5rem;
}
/* .pro-image-box #prevTop, .pro-image-box #nextTop {display:none;} */
.pro-image-box #prev, .pro-image-box #next{display:none;}

.pro-image-box li {float:left;}
.pro-image-box .cf li {position:relative;color:#fff;}
.pro-image-box .cf a {display:block;width:598rem;height:100%;position:absolute;color:#fff;}
.bigImgBox {width: 598rem; position:relative; }
.pro-image-box .picBox {width: 598rem; height: 358rem; position: relative; overflow: hidden;}
.pro-image-box .picBox ul {position:absolute; left:0;}
.pro-image-box .picBox li { width: 598rem; height: 358rem;background-color:#fff;position:relative;}
.pro-image-box .picBox li .imagelist { width:100%;height:100%; object-fit: cover;}
.smImgBox {position:relative;width:100%; bottom:0;padding-top:5rem ;
	/* background:rgba(0,0,0,.5); */
}
.pro-image-box .listBox {height: 105rem; position: relative; overflow: hidden; }
.pro-image-box .listBox ul {position:absolute; padding-left:0rem;}
.pro-image-box .listBox li { width: 145rem; 
height: 105rem;
/* height: 87rem; */
 cursor: pointer; position: relative; padding-right: 5rem; overflow:hidden;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-ms-box-sizing:content-box;
	-o-box-sizing:content-box;
	box-sizing:content-box;
}
.pro-image-box .listBox li .pstr {height:100%; border: 2rem solid transparent; padding: 2rem; background-color: #f8f8f8; box-sizing: border-box;}
.video {position:relative;z-index:1;}
.pro-image-box .listBox li .imagelist { width:100%;display:block; object-fit: cover;}
.pro-image-box .listBox li i{position:absolute;bottom:0;width:100%;background-color:rgba(0,0,0,.5);color:#fff;text-align:center;line-height:26rem;font-style:normal;

}

.pro-image-box .listBox li a{display:block;width:119.5rem;height:85rem;}
.pro-image-box .listBox .on .pstr {border: 1rem solid #1C3882;}

.pro-image-box .listBox .on i{ display:none;
	border-right: 1rem solid #1C3882; border-left: 1rem solid #1C3882;
	border-bottom: 1rem solid #1C3882;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	z-index:2;
}
.video {background-color:#000;}
.play_box {position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;}
.video_play {cursor:pointer;position:absolute;top:50%;left:50%;border:0;}
.listBox .video_play {
	width:30rem;
	height:30rem;
	margin-top:-15rem;
	margin-left:-15rem;
}
.picBox .video_play {
	width: 60rem;
    height: 60rem;
	margin-left:-30rem;
	margin-top:-30rem;
}
.pro-image-box .listBox .on i.video_i{
	border-right:2rem solid transparent;border-left:2rem solid transparent;
	border-bottom:2rem solid transparent;
}
.left_top { font-family:Arial; font-size:32rem; color:#fff; text-align:center; height:30rem; line-height:30rem; background:#333;}
/* 项目展示图 end */



/* 上一篇下一篇 start */
.prenext-ul {
	padding-top: 10px;
	border: 0;
}
.prenext-li {
	width: 50%;
	float: left;
}
.li-next {
	text-align: right;
}
.prenext-link {
	display: block;
	padding: 25px 15px;
	background-color: #ededed;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.prenext-li a {
	line-height: 18px;
}
.prenext-li-arrow {
	/* width: 36px; */
	text-align: center;
	color: #999;
}
.prenext-li-arrow-left {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #B3B3B3;
}
.prenext-li-arrow-right {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #B3B3B3;
}
.prenext-li-line {
	float: left;
	margin: 0 -5px;
}
.prenext-li-arrow-icon {
	float: left;
}

.prenext-li a:hover {
	background-color: #333;
	color: #fff;
}
.prenext-li a:hover .prenext-li-arrow {
	color: #fff;
	border-color: #fff;
}
@media (max-width: 768px) {
	.prenext-ul {
		margin-top: 0;
	}
	.prenext-li {
		padding: 0;
	}
	.prenext-li a {
		margin: 0 1px;
		padding: 10px;
	}
	.prenext-li-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.prenext-li-arrow {
		display: none
	}
}
/* 上一篇下一篇 end */