/* CSS Document */
@charset "utf-8";

@font-face {
	font-family: "Alibaba-PuHuiTi-Regular";
	src: url(/template/default/html/skin/fonts/Alibaba-PuHuiTi-Regular.ttf);
}
body {
	font-family: "Alibaba-PuHuiTi-Regular";rel="stylesheet",s.href=r.path+t,
}
h1, h2, h3, h4, h5, h6, [class *='type-name'], .type-name-en {
	
}

.text-shadow-0_1 {
	text-shadow: 0 1px #000;
}

body,
div,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
}

body {
	/* background-color: #fff; */
	/* color: #333333; */
	font-weight: 400;
	-webkit-text-size-adjust: none;
	overdata-x: hidden;
	/* font-size: 12px; */
	padding-top: 0px;
	_padding-top: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-align: justify;
}

a {
	text-decoration: none;
	/* color: #333; */
	/*transition: all 0.5s ease;*/
	outline: none;-moz-outline-style: none;
}

a:hover {
	text-decoration: none;
	/* color: #ffc001; */
}

img {
	border: 0px;
	/*max-width: 100%*/
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
	/* display: block;
	list-style: none; */
}

fieldset,
img {
	border: 0;
}

iframe {
	background-image: none;
}

input,
textarea {
	outline: none;
}

.clear {
	clear: both;
	height: 0px;
}


.red {
	color: #e00;
}

.w100 {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60px;
}

em {
	font-style: normal;
}

i,
em {
	font-style: normal;
}












/* 栏目标题2 start */
.typename-box2 {
	margin-bottom: 50px;
}
.type-name2 {
	font-size: 36px;
	line-height: 45px;
}

.type-desc-en2 {
	font-size: 22px;
}

.type-desc-en2 {
	line-height: 40px;
}
.desc-en2-line {
	font-size: 18px;
}
.desc-en2-info {
	margin: 0 15px;
}

.youshi-list-type-desc {
	color: #333;
	width: 170px;
    height: 36px;
    line-height: 36px;
	font-size: 15px;
	border: 1px solid #333;
	margin: 20px auto;
}

@media (min-width: 1200px) {
	.type-name2 {font-size: 1.875vw; line-height: 2.34375vw;}
	.type-desc-en2 {line-height: 2.0833333vw;}
}

@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: 22px; 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 */
.list-type-row {
	margin-top: 12px;
}

.list-type-name {
	display: inline-block;
    position: relative;
	max-width: 100%;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    border: 1px solid #fc0000;
	background-color: #fc0000;
    color: #fff;
	text-transform: uppercase;
}
.list-type-more {
	max-width: 100%;
    float: right;
    display: block;
    position: relative;
	line-height: 22px;
	height: 22px;
	width: 60px;
    overflow: hidden;
	font-size: 20px;
	color: #aaa;
	background-image: url(/template/default/html/skin/images/arrow2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 36px 11px;
}


.list-type-name:hover {opacity: .8;}
/* 列表通用样式 end */


/* 留言 start */
.form-box {
	
}
.form-title {
	margin-bottom: 10px;
}
.form-row {
	position:relative; 
	margin: 15px 0;
}
.form-label {
	float: left;
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.form-input-bg {
	line-height: 20px; 
	overflow: hidden;
}

.form-input, .form-textarea, .form-select {
	background-color: transparent;
	display: block;
	padding: 0 5px;
	height: 40px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	width: 100%;
	line-height: 25px;
	font-size: 12px;
	border-radius: 2px;
}

.form-textarea { 
	height: 100px;
}


.form-tips-bg {
	padding-top: 10px;
	/* font-size: 16px; */
}
.form-tips-start {position: relative; top:3px; color: #E00;}

.cfff .form-tips-start {
	color: #fff;
}

.form-tips-title {
	font-size: inherit;
}

.form-tips-info {
	font-size: inherit;
	margin-top: 20px;
	line-height: 2;
	color: #333;
}

.form-btn-box {
	text-align:center; 
	margin-top: 30px;
}
.form-btn {
	display:inline-block; 
	width: 120px;
	text-align:center;
	background:#fc0000;
	color:#fff;
	line-height: 40px;
	border: 0;
	cursor: pointer;
}

.form-btn:hover {
	opacity: .9;
}

.team-search-form-box .form-label {
	line-height: 23px;
}
.team-search-form-box .form-input, .team-search-form-box .form-textarea, .team-search-form-box .form-select {
	border: 0;
	height: 23px;
	box-shadow: none;
}
.team-search-form-box .form-select {
	height: 22px;
}
@media (max-width: 768px) {
	.form-tips-bg {
		padding-top: 20px;
	}
	.form-label {
		line-height: 33px;
	}
	.form-input, .form-select {
		height: 34px;
		line-height: 20px;
	}
	.form-textarea {
		line-height: 20px;
	}
	.form-btn-box {
		margin-top: 20px;
	}
}
@media (max-width: 560px) {
	.form-box {
		margin-top: 20px;
	}
}
@media (max-width: 480px) {
	.form-box {
		margin-top: 15px;
	}
	.form-label {
		font-size: 14px;
	}
	.form-tips-bg {
		font-size: 14px;
		padding: 0;
	}
	.form-tips-info {margin-top: 10px; line-height: 1.5}
	.form-input, .form-textarea {box-shadow: none;}
	.form-btn-box {
		margin-top: 15px;
	}
	.form-btn {
		line-height: 36px;
	}
}
/* 留言 end */


/* 留言表单 start */
.msg-page-box {
}
.msg-form-box-bg {
	padding: 10px 0;
}
.msg-page-bg {
	padding: 80px 30px;
}
.msg-page-right {
	width: 50%;
	float: left;
	margin-right: 80px;
}

.msg-right-bg {
	margin-top: 38px;
}
.msg-listarc-link {
	border-bottom-style: dashed;
}


.msg-form-row {
	margin: 15px 0;
}
.msg-form-row-item {
	width: 33.333333%;
	float: left;
}
.msg-form-row-bg {
	margin: 5px 0;
}
.msg-form-label {
	width: 60px;
	text-align: right;
}

.msg-form-input, .msg-form-textarea, .msg-form-select {
	background-color: #fff;
	padding: 7px 8px ;
}

.msg-form-btn-box {
	/* text-align: left; */
}

@media (max-width: 768px) {
	.msg-page-right {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.msg-right-bg {
		margin-top: 0;
	}
	.msg-page-bg {
		padding: 30px 10px;
	}
	.msg-form-row-item {
		float: none;
		width: auto;
		margin: 8px 0;
	}
}
@media (max-width: 480px) {
	.msg-form-row {
		margin: 0;
	}
	.msg-form-label {
		width: 40px;
		font-size: 14px;
	}
}
/* 留言表单 end */


/* tab切换 start */
.tab-type-title {
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.tab-type-item.cur .tab-type-title {
	color: #fc0000;
	border-color: #fc0000;
}
.tab-body-item {display: none;}
.tab-body-item.cur {display: block;}
/* tab切换 end */


/* 列表页banner start */
.list-banner-image-box {
	padding-bottom: 15.625%;
}
.list-banner-image {
	display: block; width: 100%;
	object-fit: cover;
}
.list-banner-image:hover {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
@media (max-width: 768px) {
	/* .banner-page-box {padding-top: 50px;} */
	.list-banner-image-box {
		padding-bottom: 30%;
	}
}
/* 列表页banner end */



/* 板块标题 start */
.type-entitle, .type-subtitle {font-size: 32px; color: #333333; line-height: 1.6;}
.type-subtitle {font-weight: normal; margin-bottom: 30px;}
.cfff .type-entitle {color: #fff;}
.cfff .type-subtitle {color: #fff;}

.type-subtitle .type-desc {margin-top: 20px;}
.type-subtitle .type-more {font-size: 22px; font-weight: bold;}
@media (max-width: 1200px) {
	.type-entitle, .type-subtitle {font-size: 28px;}
	.type-subtitle {margin-bottom: 25px;}
}
@media (max-width: 768px) {
	.type-entitle, .type-subtitle {font-size: 22px; text-align: center;}
	.type-subtitle {margin-bottom: 20px;}
	.type-subtitle .type-desc {float: none; margin-top: 0;}
	.type-subtitle .type-more {display: none;}
}
@media (max-width: 480px) {
	.type-entitle, .type-subtitle {font-size: 20px;}
	.type-subtitle {margin-bottom: 15px;}
}
@media (max-width: 414px) {
	.type-entitle, .type-subtitle {font-size: 18px;}
	.type-subtitle {margin-bottom: 10px;}
}
@media (max-width: 380px) {
	.type-entitle, .type-subtitle {font-size: 16px;}
	.type-subtitle {margin-bottom: 8px;}
}
/* 板块标题 end */






/****** 首页 start ******/

/* 关于我们 start */
.about-page-body-bg {
	/* padding: 95px 0; */
	/* padding: 3% 0; */
}
.about-page-left {
	float: left;
    width: 49%;
	
}
.home-about-page-left {margin-right: 2%; width: 360px;}
.type-name-en-spot {color: #fc0000;}


.about-page-right {
	position: relative;
}
.about-page-right-bg {padding-left: 60px;}
.about-right-webname {/* font-size: 50px; */}
.homeabout-page-row {/* margin-top: 50px; */ margin-top: 25px; transition: all .3s;}
.about-page-content {
	line-height: 2;
	font-size: 16px;
	/* overflow: hidden; */
	/* height: 300px; */
	color: #333;
}
.cfff .about-page-content {
	color: #fff;
}
.about-page-content img {
	max-width: 100%;
}
.about-page-more {padding-top: 6px; padding-bottom: 6px; border-radius: 30px;}

.about-page-image-box {padding-bottom: 400px;}
.homeabout-page-image-box {
	/* margin-top: 30px; */
	/* padding-bottom: 530px; */
	/* padding-bottom: 48%; */
	/* padding-bottom: 30%; */
	padding-bottom: 160px;
}
.about-page-image {
	
}

.homeabout-page-image2-box {padding-bottom: 300px;}

.about-page-ul {}
.about-page-li {
	width:46%;
	margin:15px 2%;
	float:left;
	padding:30px 0;
}
.about-page-li3 {width:96%;padding-top:70px;border-top:1px dashed #E6E6E6;}
.about-page-link {display: block;position: relative;overflow: hidden;}

.about-page-image {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}


.homeabout-page-row:hover {transform: translateY(-8px);}

@media (max-width: 1500px){
	.about-page-image-box {}
	.homeabout-page-image-box {
		padding-bottom: 140px;
	}
}
@media (max-width: 1200px){
	.about-page-left {/* width: 400px; */}
	.home-about-page-left {width: 320px;}
	.homeabout-page-image-box {
		/* padding-bottom: 460px; */
	}
	.about-page-right {/* margin-right: 400px; */ /* padding-right: 50px; */}
}

@media (max-width: 992px){
	.about-page-content {padding: 0; line-height: 1.8; /* height: 154px; */}
}

@media (max-width: 888px){
	.about-page-left {float: none; width: auto; margin-right: 0;}
	.about-page-image-box {padding-bottom: 56%;}
	.about-page-right {margin-top: 0; margin-right: 0; padding: 0;}
	.about-page-right-bg {padding-top: 10px; padding-left: 0;}
	/* .type-more-box { text-align: center;} */
}

@media (max-width:768px){
	.type-name-en-txt {display: inline-block;}
	.type-name-en-spot {display: none;}
	/* .about-page-body-bg {padding: 5% 0;} */
	.homeabout-page-image-box {
		/* padding-bottom: 56%; */
		/* border-radius: 5px; */
	}
	.homeabout-page-row {margin-top: 30px;}
	.about-page-content  {line-height: 1.75; height: auto; font-size: 14px;}
	
}

@media (max-width:620px){
	.about-page-body {font-size: 12px;line-height:20px;}
}

@media (max-width: 480px){
	.homeabout-page-row {margin-top: 20px;}
	.about-page-content  {}
	
	.about-page-more {padding-top: 4px; padding-bottom: 4px;}

}
@media (max-width: 414px){
	.about-page-right {padding-bottom: 0;}

}
@media (max-width: 380px){
}
@media (max-width: 360px){
	
}
/* 关于我们 end */


/* 首页数智化服务 start */
.chanpin-list-ul {
	overflow: hidden;
	padding: 10px 0;
}
.chanpin-list-li {
	/* width: 33.33333333%; */
	float: left;
	transition: .5s;
	
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
}
.list-fuwu-li {
	width: 33.3333333%;
}
.chanpin-list-link {
	/* cursor: unset; */
	/* padding: 60px 65px;
	margin: 20px; */
	background-color: #fff;
	box-shadow: 0 0 15px #eaeaea;
	
	padding: 35px 25px;
	transition: all .3s;
	box-sizing: border-box;
	height: 100%;
}
.chanpin-list-li-bg {
	height: 100%;
	display: flex;
	flex-flow: column; 
	justify-content: space-between; 
}

.chanpin-list-icon-row+.chanpin-list-icon-row {margin-top: 20px;}
.chanpin-list-icon {
	display: block;
	height: 66px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}
.chanpin-list-row {/* margin-top: 65px; */ margin-top: 30px;}
.chanpin-list-title {
	font-size: 22px;
	display: block;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.chanpin-list-desc {
	margin-top: 20px;
	display: block;
	color: #333;
	font-size: 16px;
	/* line-height: 40px;
	height: 160px; */
	overflow: hidden;

	line-height: 35px;
	/* height: 210px; */
	text-align: justify;
}


.chanpin-list-type-name {border-radius: 15px; padding: 0 20px;}


.chanpin-list-link:hover { transform: scale(1.05);}

@media (min-width: 1200px) {
	.type-name2 {font-size: 1.875vw; line-height: 2.34375vw;}
	.type-desc-en2 {line-height: 2.0833333vw;}
}


@media (max-width: 1400px) {
	.chanpin-list-link {
		padding: 35px 20px;
	}
	.chanpin-list-desc {
		line-height: 30px;
		/* height: 180px; */
	}
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	.chanpin-list-li {
		width: 50%;
	}
	.chanpin-list-li {padding: 5px;}
	.chanpin-list-link {padding: 30px 15px;}
	.chanpin-list-li-bg {
		padding: 0;
	}
	.chanpin-list-icon-row+.chanpin-list-icon-row {margin-top: 0;}
	.chanpin-list-row {margin-top: 30px;}
	.chanpin-list-desc {
		margin-top: 15px;
		font-size: 14px;
		line-height: 25px;
		/* height: 150px; */
	}

	.chanpin-list-ul {
		padding: 0;
	}
	.chanpin-list-icon {height: 65px;}

	
	.chanpin-list-title {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.chanpin-list-li {width: 100%; float: none; padding: 10px;}
	.chanpin-list-link {/* margin: 3px; padding: 20px 10px; */ padding: 40px 30px;}
	.chanpin-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.chanpin-list-row {margin-top: 20px;}
	.chanpin-list-title {
		
	}

	.chanpin-list-desc {
		margin-top: 10px;
		/* line-height: 18px; */
		/* font-size: 12px; */
		height: auto;
	}

	.chanpin-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

}
/* 首页数智化服务 end */


/* 数智化解决方案 start */
.fangan-page-box{
}
@media (min-width: 1200px) {
	.fangan-page-box {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}
@media (min-width: 769px) {
	.fangan-page-box {
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
.fangan-list-li+.fangan-list-li {border-top: 1px solid #fff; margin-top: 45px; padding-top: 45px;}
.fangan-list-link {
	transition: all .3s;
	/* margin: 45px 0; */
}

.fangan-list-title {
	/* font-size: 30px; */
	font-size: 22px;
    /* font-weight: bold; */
}
.fangan-list-desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.fangan-right-tel-box {
	overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.fangan-right-title { 
	font-size: 14px; line-height: 20px; color:#333;; 
}
.fangan-right-tel {
	display: block;
    font-size: 35px;
    line-height: 1;
    margin-top: 5px;
}

.fangan-page-link:hover {
	text-decoration: underline;
}


.fangan-list-link:hover {transform: translateX(10px);}


@media( max-width: 992px) {
	.fangan-page-left {float: none; width: auto;}
	.fangan-list-title {
		font-size: 26px;
	}
}

@media( max-width: 992px) {
	.fangan-page-right {float: right; width: auto;}
	.fangan-list-title {
		font-size: 26px;
	}
	.fangan-right {text-align: right;}
}


@media( max-width: 768px) {
	.fangan-list-link {margin: 20px 0;}
	.fangan-list-title {
		font-size: 22px;
		line-height: 1;
	}
	.fangan-list-desc {
		margin-top: 10px;
	}
	.fangan-page-link {
		width: 150px;
		line-height: 36px;
		font-size: 13px;
	}
}
@media( max-width: 480px) {
	.fangan-list-title {
		font-size: 18px;
	}
	.fangan-list-desc {
		font-size: 15px;
	}
}
/* 数智化解决方案 end */


/* 首页生态服务 start */
.homeshengtai-list-ul {
	overflow: hidden;
	/* padding: 160px 0; */
	padding: 120px 0;
}
.homeshengtai-list-li {
	/* width: 33.33333333%; */
	width: 25%;
	float: left;
	transition: .5s;
	box-sizing: border-box;
}
.homeshengtai-list-link {
	/* cursor: unset; */
	transition: all .3s;
	box-sizing: border-box;
	height: 100%;
	padding: 30px 0;
}
.homeshengtai-list-li-bg {
	box-sizing: border-box;
	height: 100%;
	padding: 0 20px;
	text-align: center;
}


.homeshengtai-list-icon {
	display: block;
	height: 65px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.homeshengtai-list-title {
	margin-top: 80px;
	font-size: 22px;
	display: block;
	/* font-weight: bold; */
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.homeshengtai-list-desc {
	margin-top: 20px;
	font-size: 16px;
	/* height: 120px; */
	overflow: hidden;
	color: #333;
	display: block;
	line-height: 30px;
	text-align: justify;
}


.homeshengtai-list-link:hover {transform: translateY(-20px);}


@media (max-width: 1600px) {
	.homeshengtai-list-title {
		margin-top: 50px;
	}
	.homeshengtai-list-desc {
		line-height: 28px;
	}
}
@media (max-width: 1400px) {
	.homeshengtai-list-desc {
		line-height: 26px;
	}
}
@media (max-width: 1200px) {
	.homeshengtai-list-title {
		margin-top: 40px;
	}
	.homeshengtai-list-desc {
		line-height: 24px;
	}
}
@media (max-width: 992px) {
	.homeshengtai-list-title {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.homeshengtai-list-li {}
	
	.homeshengtai-list-li-bg {
		padding: 0 10px;
	}

	.homeshengtai-list-desc {
		margin-top: 15px;
		/* height: 76px; */
		font-size: 13px;
		line-height: 20px;
	}

	.homeshengtai-list-ul {
		padding: 50px 0;
	}

	.homeshengtai-list-icon {height: 55px;}
	
	.homeshengtai-list-title {
		margin-top: 20px;
		font-size: 14px;
	}

}

@media (max-width: 480px) {
	.homeshengtai-list-li {width: 50%;}
	.homeshengtai-list-li-bg {
		padding: 0 5px;
	}
	.homeshengtai-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.homeshengtai-list-title {
		margin: 5px 0;
		text-align: center;
	}

	.homeshengtai-list-desc {
		margin-top: 10px;
		line-height: 18px;
		font-size: 12px;
		/* height: 69px; */
	}

	.homeshengtai-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.homeshengtai-list-li em {
		display: none;
	}
}
/* 首页生态服务 end */


/* 全方位赋能 start */
.tixi-list-ul {
	overflow: hidden;
}
.tixi-list-li {
	width: 50%;
	float: left;
	transition: .5s;
}
.tixi-list-link {
	cursor: unset;
	margin: 20px;
	border: 2px solid #B0B0B0;
	transition: all .3s;
	color: #fff;
	/* background-color: rgba(255, 255, 255, .1); */
	background-color: rgba(0, 0, 0, .35);
}
.tixi-list-li-bg {
	padding: 40px;
}

.tixi-list-icon {
	display: block;
	height: 55px;
	max-width: 100%;
	/* margin: 0 auto; */
}
.tixi-list-title {
	margin-top: 45px;
	font-size: 22px;
	line-height: 1;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.tixi-list-desc {
	margin-top: 30px;
	font-size: 16px;
	overflow: hidden;
	display: block;
	line-height: 30px;
	/* height: 180px; */
	height: 90px;
}
.tixi-list-more-row {margin-top: 20px;}


.tixi-list-link:hover {transform: translateY(-15px);}

@media (max-width: 768px) {
	.tixi-list-li {}
	.tixi-list-link {margin: 10px;}
	.tixi-list-li-bg {
		padding: 30px 15px;
	}

	.tixi-list-desc {
		margin-top: 20px;
		height: 76px;
		font-size: 13px;
		line-height: 20px;
	}

	.tixi-list-ul {
		padding: 0;
	}

	.tixi-list-icon {height: 50px;}
	
	.tixi-list-title {
		margin-top: 25px;
		font-size: 14px;
	}
	.tixi-list-more-icon {height: 30px;}
}

@media (max-width: 480px) {
	.tixi-list-link {margin: 5px;}
	.tixi-list-icon {
		margin: 0 auto;
		height: 45px;
	}
	.tixi-list-title {
		margin-top: 10px;
		text-align: center;
	}
	.tixi-list-desc {
		margin-top: 10px;
		line-height: 18px;
		font-size: 12px;
		height: 86px;
	}

	.tixi-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.tixi-list-li em {
		display: none;
	}
}
/* 全方位赋能 end */


/* 多地区协同 start */
.guimo-page-box{
	position: relative;
}
.guimo-page-box-bg {position: absolute; top: 0; right: 0; bottom: 50%; left: 0;}

.guimo-page-body-bg {/* border-radius: 10px; */ /* padding: 10% 5%; */ padding: 6% 5%;}
.guimo-page-left {width: 60%;}
.guimo-page-webname {
	font-size: 22px;
	margin-bottom: 10px;
}
.guimo-page-short {
    font-weight: bold;
}
@media (min-width: 769px) {
	.guimo-page-short {
		/* font-size: 45px; */
	}
}
.guimo-page-desc {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
}
.guimo-page-link-row {
	margin-top: 22px;
}

.guimo-right-tel-box {
	overflow: hidden;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.guimo-right-title { 
	font-size: 14px; line-height: 20px; color:#333;; 
}
.guimo-right-tel {
	display: block;
    font-size: 35px;
    line-height: 1;
    margin-top: 5px;
}

.guimo-page-link {
	display: block;
	width: 170px;
	line-height: 40px;
	margin: 0 auto;
	background: #e60212;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}


.guimo-page-link:hover {
	text-decoration: underline;
}


@media( max-width: 992px) {
	.guimo-page-webname {
		font-size: 26px;
	}
	.guimo-page-short {
	}
}
@media( max-width: 768px) {
	.guimo-page-body-bg {background-position: left center;}
	.guimo-page-left {width: 100%;}
	.guimo-page-webname {
		font-size: 22px;
	}
	.guimo-page-link {
		width: 150px;
		line-height: 36px;
		font-size: 13px;
	}
}
@media( max-width: 480px) {
	.guimo-page-webname {
		font-size: 18px;
	}
	.guimo-page-short {
	}
	.guimo-page-desc {
		margin-top: 20px;
		font-size: 14px;
	}
}
/* 多地区协同 end */


/* 企业数据 start */
.data-list-ul {}
.data-list-li {display: block; width: 33.33333%; float: left;}
.data-list-bg {margin: 0 30px; text-align: center; background-color: #f9f9f9; transition: all .3s;
	/* border-radius: 140px 0 0 0; 
	padding: 12% 8%; */
	border-radius: 100px 0 0 0; 
	padding: 7%;
}
.data-list-title-row {display: block;}
.data-list-title {font-size: 70px; line-height: 1; color: #fc0000; font-weight: bold;}
.data-list-short {color: #999999; font-size: 18px; font-weight: normal;}
.data-list-desc {margin-top: 20px; font-size: 18px; color: #333;}

.data-list-bg:hover {transform: translateY(-20px);}


@media (min-width: 993px) {
	.data-list-title {/* font-size: 4.6875vw; */ font-size: 3.64583333vw;}
}

@media (max-width: 1200px){
	.data-list-ul {margin: 30px -10px 0;}
	.data-list-bg {margin: 0 10px;}
	.data-list-title {font-size: 40px;}
	.data-list-short {font-size: 18px;}
}
@media (max-width: 992px){
	.data-list-bg {border-radius: 30px 0 0 0;}
	.data-list-short {font-size: 16px;}
}
@media (max-width:768px){
	.data-list-ul {margin-top: 0;}
	.data-list-bg {border-radius: 25px 0 0 0;}
	.data-list-short {font-size: 14px;}
}
@media (max-width: 480px){
	.data-list-ul {margin-top: 0;}
	.data-list-li {float: left;}
	.data-list-bg {border-radius: 20px 0 0 0; margin: 0 3px; padding-left: 0; padding-right: 0; background-color: transparent;}
	.data-list-title {font-size: 30px;}
	.data-list-short {font-size: 12px;}
	.data-list-desc {margin-top: 10px; font-size: 13px; }
}
@media (max-width: 414px){
	.data-list-title {font-size: 22px;}
	.data-list-desc {margin-top: 5px; font-size: 12px; }
}
@media (max-width: 380px){
	
}
@media (max-width: 360px){
	.data-list-desc {height: 34px; line-height: 17px; }
}
/* 企业数据 end */


/* 企业文化 start */
.type-subname {font-size: 22px;}
.type-arrow-row {margin-top: 20px;}
.wenhua-page-body-bg {/* padding: 5%; */ padding: 4%;}
.wenhua-page-right {float: right; transition: all .3s;}
.wenhua-page-content {margin-top: 60px; line-height: 2; font-size: 16px; min-height: 128px;}

.wenhua-page-right:hover {transform: translateY(-5px);}

@media (max-width: 1200px) {
	.wenhua-page-content {margin-top: 50px;}
}
@media (max-width: 992px) {
	.wenhua-page-content {margin-top: 40px; font-size: 16px;}
}
@media (max-width: 768px) {
	.type-arrow-row {margin-top: 15px;}
	.wenhua-page-right {width: auto; float: none;}
	.wenhua-page-content {margin-top: 30px; font-size: 15px; min-height: auto;}
}
@media (max-width: 480px) {
	.type-arrow-row {margin-top: 10px;}
	.wenhua-page-content {margin-top: 20px; font-size: 14px;}
}
/* 企业文化 end */


/* 最新发布 start */
.news-list-ul {}
.home-news-list-ul {
	padding: 10px 0;
}

.news-list-li {}

.news-list-li.last, .news-list-li:nth-of-type(3n+3) {
	margin-right:0;
}

.news-list-link {
	display: block;
	position: relative;
	/* border-bottom:1px dashed #e5e5e5; */
	padding: 40px 0;
	border-top: 1px solid #CECECE;
	position: relative;
}
.news-list-link-bg {transition: all .3s;}
/* .news-list-link:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 600px;
	height: 1px;
	background-color: #4E8BBA;
	margin-top: -1px;
} */
.news-list-left {
	/* width: 550px; */
	width: 300px;
	float: right;
	margin-left: 60px;
}

.news-list-image-box {
	padding-bottom: 57.5%;
}

.news-list-right-bg {
}
.news-list-date-box {
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.news-list-date-bg {
    vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
	padding: 10px 20px;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}

.news-list-date-up {
	font-size: 22px;
}

.news-list-date-down {
	margin-top: 5px;
	font-size: 14px;
}

.news-list-info {
	/* margin-left: 100px; */
	overflow: hidden;
}
.news-list-time {
	font-size: 20px;
	color: #999;
}
.news-list-title-row {margin-top: 40px;}
.news-list-title {
	font-size: 22px;
	/* height: 70px; */
	line-height: 35px;
	/* font-weight: normal; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list-more-row {margin-top: 40px;}
.news-list-more {font-size: 16px; /* color: #E71A15; font-weight: bold; */ color: #e00;}
.news-list-desc {
	margin-top: 15px;
    color: #333;
	overflow:hidden;
	line-height: 20px;
}


.news-list-link-bg:hover {transform: translateX(8px);}
.news-list-link:hover .news-list-image {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news-list-title:hover {
	color: #fc0000;
}

@media (max-width:1200px){
	.news-list-left {
		/* width: 450px; */
		width: 300px;
	}
	.news-list-title-row {margin-top: 30px;}
	.news-list-more-row {margin-top: 40px;}
}

@media (max-width: 992px){
	.news-list-link {padding: 25px 0;}
	.news-list-left {
		/* width: 400px; */
		width: 240px;
	}
	.news-list-time {font-size: 18px;}
	.news-list-title-row {margin-top: 20px;}
	.news-list-title {font-size: 18px; line-height: 30px; /* height: 56px; */}
	.news-list-more-row {margin-top: 35px;}
	.news-list-more {font-size: 16px;}
}

@media (max-width: 768px){
	.news-list-ul {padding:0 8px;}
	.news-list-link {padding: 20px 0;}
	.news-list-left {
		/* width: 300px; */
		width: 200px;
		margin-left: 20px;
	}
	.news-list-time {font-size: 16px;}
	.news-list-title-row {margin-top: 10px;}
	.news-list-title {padding: 0;font-size: 16px; line-height: 26px;/* height: 49px; */}
	.news-list-more-row {margin-top: 30px;}
	.news-list-more {font-size: 16px;}

}

@media (max-width:560px){
	.news-list-left {
		/* width: 220px; */
		width: 150px;
	}
	.news-list-title-row {margin-top: 5px;}
	.news-list-more-row {margin-top: 15px;}
}

@media (max-width:480px){
	.news-list-link {padding: 15px 0;}
	.news-list-left {
		/* width: 180px; */
		width: 130px;
		margin-left: 15px;
	}
	.news-list-time {font-size: 14px;}
	.news-list-title-row {margin-top: 5px;}
	.news-list-title {font-size: 14px; line-height: 22px;/* height: 41px; */}
	.news-list-more-row {margin-top: 8px;}
	.news-list-more {font-size: 14px;}
}
/* 最新发布 end */


/* 企业愿景 start */
.yuanjing-page-box {
	/* padding-top: 0; */
}
.yuanjing-page-body {
	/* padding: 8% 0; */
	padding: 3% 0;
}
.yuanjing-page-left {
	float: left;
	/* width: 50%; */
}
.yuanjing-page-content {
	line-height: 2;
	font-size: 18px;
	transition: all .3s;
}

.yuanjing-page-content:hover {transform: translateY(-5px);}

@media (max-width: 1200px) {
	.yuanjing-page-right-bg {
		padding: 30px;
	}
	.yuanjing-page-right-desc {
		font-size: 16px;
		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 {
		
	}
	.yuanjing-page-content {font-size: 16px;}
}
@media (max-width: 480px) {
	.yuanjing-page-content {font-size: 14px;}
}
/* 企业愿景 end */

/****** 首页 end ******/


/* 当前位置 start */
.nav-position-bg {
	height: 48px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #333;
	background-color: #f6f6f6;
	font-size: 15px;
}
.position-home-icon {
	margin-top: 1px;
    width: 18px;
	height: 18px;
}
.nav-position-bg a {
	margin: 0 5px;
	line-height: 21px;
}
@media (max-width: 1200px){
	.nav-position-bg .wrap {width: 100%;}
}
@media (max-width: 768px){
	.nav-position-bg {font-size: 14px; height: 44px;}
}
/* 当前位置 end */


/* 列表页面子导航1 start */
/* .nav-child-box {
	background-color: #F6F6F6;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1px solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
}

.nav-child-li {
	float: left;
	width: 25%;
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	display: block;
	color: #373737;
	font-size: 15px;
	padding: 15px 0;
	line-height: 30px;
}

.nav-child-link:hover,
.nav-child-li.cur a {
	background-color: #fc0000;
	color: #fff;
}

@media (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}

@media (max-width:768px) {
	.nav-child-li {
		width: 33.33333%;
	}

	.nav-child-link {
		font-size: 14px;
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.nav-child-box .wrap {
		padding: 0;
	}
	.nav-child-li {
		width: 50%;
	}
	.nav-child-link {
		padding: 4px 0;
	}
} */
/* 列表页面子导航1 end */


/* 列表页面子导航 start */
.nav-child-box {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.nav-child-box.fixed {
	position: fixed;
	width: 100%;
	top: 110px;
	left: 0;
	z-index: 88;
	/* background-color: #fff; */
}

.nav-child-box.fixed .wrap {
	padding: 0;
}

.nav-child-box.fixed .nav-child-link {
	margin: 0;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}

.nav-child-box.fixed .nav-child-li:first-child a {
	border-left: 1px solid #f1f1f1;
}

.nav-child-ul {
	overflow: hidden;
	/* padding:5px; */
	margin: 0 -30px;
}

.nav-child-li {
	float: left;
	/* width: 25%; */
	text-align: center;
	border-left: none;
	box-sizing: border-box;
}

.nav-child-link {
	/* background-color: #fff; */
	/* margin: 0 1px; */
	display: block;
	color: #373737;
	font-size: 18px;
	padding: 15px 0;
	line-height: 30px;
	margin: 0 30px;
	position: relative;
}

@media (min-width: 769px) {
	.nav-child-link:before {
		content: '';
	    background-color: #fc0000;
	    height: 2px;
	    position: absolute;
	    left: 0;
	    bottom: -1px;
	    width: 0;
	    opacity: 0;
	    transition: all 0.36s;
	}

	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		/* background-color: #fc0000; */
		color: #fc0000;
	}
	.nav-child-link:hover:before,
	.nav-child-li.cur .nav-child-link:before {
		width: 100%;
	    opacity: 1;
	}
}

@media (max-width:800px) {
	.nav-child-li {
		line-height: 50px;
	}
}
@media (max-width:768px) {
	.nav-child-box {
		background-color: #f5f5f5;
		border-bottom: 0;
	}
	.nav-child-box .wrap, .nav-child-box .w1400 {padding: 8px;}
	.nav-child-ul {margin: -3px;}
	.nav-child-li {
		width: 33.3333333333%;
	}
	.nav-child-link {
		margin: 3px;
		border: 0;
		font-size: 14px;
		padding: 10px 5px;
		border-radius: 3px;
		background-color: #fff;
	}
	.nav-child-link:hover,
	.nav-child-li.cur .nav-child-link {
		background-color: #fc0000;
		color: #fff;
	}
}
@media (max-width: 480px) {
	.nav-child-ul {margin:  -3px;}
	.nav-child-li {
		width: 50%;
	}
	.nav-child-link {
		margin: 3px;
		border: 0;
		/* font-size: 12px; */
		padding: 5px;
		border-radius: 3px;
		background-color: #fff;
	}
}
/* 列表页面子导航 end */


/* 翻页 start */
.pagesize {
	text-align: center;
	padding: 30px 0;
}

.pagesize li {
	display: inline-block;
}

.pagesize a,
.pagesize select {
	display: inline-block;
	padding: 0 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #707070;
	font-size: 14px;
	line-height: 32px;
	/* background-color: #dedede; */
	border: 1px solid #dedede;
	border-radius: 3px;
	text-align: center;
}

.pagesize a:hover,
.pageBox a:active,
.pagesize .cur {
	background-color: #ffc001;
	color: #FFFFFF;
	border-color: #ffc001;
	text-decoration: none;
}

.pagesize a.cur {
	color: #fff;
}

@media (max-width: 768px) {
	.pagesize {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	.pagesize {
		padding: 5px 0 0;
	}

	.pagesize a {
		padding: 0 9px;
		line-height: 24px;
		height: auto;
		font-size: 12px;
		margin-bottom: 5px;
	}
}

/* 翻页 end */


/* 关于我们愿景 start */
.about-yuanjing-page-bg {
	padding: 60px 0;
}
.home-about-yuanjing-page-bg {
	padding: 20px 0;
}
.about-yuanjing-list-ul {
	font-size: 0;
	padding-left: 16%;
}
.about-yuanjing-list-li {
	overflow: hidden;
}
.about-yuanjing-list-li+.about-yuanjing-list-li {}
.about-yuanjing-list-link {
	padding: 40px;
	display: block;
	border-radius: 10px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.about-yuanjing-list-info {}
.honor-title-box {padding: 10px; background-color: #f5f5f5;}
.about-yuanjing-list-title {font-size: 22px; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.about-yuanjing-list-desc {
	overflow: hidden;
	line-height: 30px;
	font-size: 20px;
}

.about-yuanjing-list-icon-box {padding: 15px; border-radius: 10px;}
.about-yuanjing-list-icon {width: 56px; height: 56px;}

.about-yuanjing-list-li:hover {}
.about-yuanjing-list-link:hover {background: rgba(138, 29, 28, .8); border-color: rgba(0, 0, 0, 0);}
.about-yuanjing-list-link:hover .about-yuanjing-list-icon-box {border-radius: 10px; background: rgba(171, 110, 110, .35);}

@media (max-width: 992px) {
	.about-yuanjing-page-box {
		background-size: cover;
	}
	.about-yuanjing-list-ul {padding-left: 0;}
	.about-yuanjing-list-link {margin: 10px;}
	.about-yuanjing-list-info {margin-left: 0;}
}
@media (max-width: 768px) {
	.about-yuanjing-page-bg {display: block;}
	.about-yuanjing-page-left, .about-yuanjing-page-right {width: auto; float: none;}
	
	.about-yuanjing-list-link {padding: 30px;}
	.about-yuanjing-list-line-bg {margin: 0 10px;}
	.about-yuanjing-list-icon {width: 50px; height: 50px;}
	.about-yuanjing-list-info {margin-left: 25px;}
	.about-yuanjing-list-title { font-size: 16px; margin-bottom: 8px;}
	.about-yuanjing-list-desc {line-height: 25px; font-size: 14px; height: 75px;}

	.page-line-row {margin-bottom: 0;}
}

@media (max-width: 480px) {
	.about-yuanjing-page-bg {padding-top: 10px; padding-bottom: 0;}
	.about-yuanjing-list-ul { padding-bottom: 10px;}
	.about-yuanjing-list-li {width: auto; display: block;}
	.about-yuanjing-list-link {margin: 5px; padding: 15px;}
	.about-yuanjing-list-icon {width: 45px; height: 45px;}
	.about-yuanjing-list-info {margin: 0; }
	.about-yuanjing-list-desc { height: auto;}
	.page-line-row {margin-top: 0; display: none;}
}
/* 关于我们愿景 end */


/* 企业使命 start */
.shiming-page-box{
}
.shiming-page-body {padding: 5% 0;}
.shiming-type-line {
	width: 100%;
    height: 24px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #6c0d0c;
}
.shiming-list-ul {padding-top: 30px;}
.shiming-list-link {margin: 15px 0; position: relative; padding-left: 30px; line-height: 24px;}
.shiming-list-link:before {content: "▷"; left: 0; top: 12px; font-size: 120%; line-height: 20px; position: absolute; -webkit-transform: translateY(-50%); transform: translateY(-50%);}

.shiming-list-title {font-size: 18px;}



@media( max-width: 992px) {
	.shiming-list-title {
		font-size: 16px;
	}
}
@media( max-width: 768px) {
	.shiming-page-left, .shiming-page-right {float: none; width: auto;}
	.shiming-list-ul {padding-top: 0;}
	.shiming-list-link {}
}
@media( max-width: 480px) {
	.shiming-list-title {
		font-size: 15px;
	}
}
/* 企业使命 end */


/* 企业文化 start */
.wenhua-page-box {}

.wenhua-list-ul {}

.wenhua-list-li {
	/* width: 16.6666666667%; */
	width: 25%;
	float: left;
	transition: .5s;
	position: relative;
	box-sizing: border-box;
	padding: 25px;
}

.wenhua-list-arrow {
	position: absolute;
	top: 0;
	left: -8px;
	bottom: 0;
	width: 23px;
	background-size: 100%;
}
.wenhua-list-link {
	padding: 60px 20px 40px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 30px rgba(0,0,0,0.15);
	box-sizing: border-box;
	height: 100%;
}
.wenhua-list-link, .wenhua-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;
}
.wenhua-list-arrow1 {
	display: none;
}

.wenhua-list-bg {
	/* padding: 0 10px; */
	text-align: center;
}
.wenhua-list-icon-box {
	/* padding: 30px; */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/* background-color: #fc0000; */
	margin: 0 auto;
}
.wenhua-list-icon {
	/* display: block; */
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
	object-fit: contain;
}

.wenhua-list-title {
	margin-top: 28px;
	font-weight: bold;
    font-size: 22px;
    line-height: 1;
}

.wenhua-list-desc {
    margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
	/* height: 84px; */
	overflow: hidden;
}



.wenhua-list-link:hover .display-block {
	display: none;
}
.wenhua-list-link:hover .display-none {
	display: block;
}

.wenhua-list-link:hover .wenhua-list-icon-box {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.wenhua-list-link:hover .wenhua-list-title {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    /* color: #fc0000; */
}
.wenhua-list-link:hover .wenhua-list-desc {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}


@media (max-width: 1600px) {
	.wenhua-list-li {padding: 20px;}
}
@media (max-width: 1400px) {
	.wenhua-list-li {padding: 15px;}
}
@media (max-width: 1200px) {
	.wenhua-list-li {padding: 10px;}
}

@media (max-width: 768px) {
	.wenhua-page-box {background-size: auto 300px;}
	.wenhua-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;
	}
	.wenhua-list-li {
		width: 33.3333333333%;
	}
	.wenhua-list-bg {
		padding: 0;
	}
	.wenhua-list-desc {
		height: 40px;
		font-size: 13px;
		line-height: 20px;
	}
	.wenhua-list-ul {
		padding: 0;
	}
	.wenhua-list-icon-box {/* padding: 15px; */ width: 40px; height: 40px;}
	
	.wenhua-list-title {
		margin-top: 20px;
		font-size: 15px;
	}
	

}

@media (max-width: 480px) {
	.wenhua-list-ul {
		margin-top: 0;
	}
	.wenhua-list-li {
		width: 50%;
	}
	.wenhua-list-li {padding: 5px;}
	.wenhua-list-link {
		padding: 30px 15px;
	}
	.wenhua-list-icon-box {/* padding: 10px; */ width: 30px; height: 30px;}
	.wenhua-list-title {
		margin-top: 15px;
		font-size: 14px;
		text-align: center;
	}

	.wenhua-list-desc {
		line-height: 18px;
		font-size: 12px;
	}
	
	.wenhua-list-arrow {
		width: 10px;
		left: -5px;
		display: none;
	}

	.wenhua-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.wenhua-list-li em {
		display: none;
	}
}

@media (max-width: 380px) {

	.wenhua-list-desc {
		margin-top: 8px;
		/* height: 51px; */
		line-height: 18px;
	}
	.wenhua-list-desc p {
		display: inline;
	}
	.wenhua-list-desc br {
		display: none;
	}
}
/* 企业文化 end */


/* 承运商管理体系 start */
.guanli-tixi-list-ul {
	overflow: hidden;
	padding: 10px 0;
}
.guanli-tixi-list-li {
	width: 20%;
	float: left;
	transition: .5s;
}
.guanli-tixi-list-li-bg {height: 100%; padding: 20px; box-sizing: border-box;}
.guanli-tixi-list-link {
	cursor: unset;
	background-color: #f8f8f8;
}
.guanli-tixi-list-image-box {position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding-bottom: 0; opacity: 0;}
.guanli-tixi-list-link-bg {
	padding: 60px 20px;
	text-align: center;
}

.guanli-tixi-list-icon {
	display: block;
	height: 50px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.guanli-tixi-list-title {
	margin-top: 20px;
	font-size: 18px;
	display: block;
	/* font-weight: bold; */
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.guanli-tixi-list-desc {
	margin-top: 20px;
	overflow: hidden;
	display: block;
	height: 125px;
	line-height: 25px;
}
.guanli-tixi-list-plus-row {margin-top: 30px;}
.guanli-tixi-list-plus {margin: 0 auto;}

.guanli-tixi-list-link:hover .guanli-tixi-list-image-box {opacity: 1;}
.guanli-tixi-list-link:hover .guanli-tixi-list-link-bg {background-color: rgba(0,0,0,.4);}
.guanli-tixi-list-link:hover {color: #fff;}
.guanli-tixi-list-link-bg:hover * {-webkit-filter: grayscale(100%) brightness(500%);}
.guanli-tixi-list-link:hover .display-block {display: none;}
.guanli-tixi-list-link:hover .display-none {display: block;}
@media (max-width: 768px) {

	.guanli-tixi-list-li {
		width: 48%;
		margin: 1%;
	}
	
	.guanli-tixi-list-link-bg {
		padding: 0;
	}

	.guanli-tixi-list-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}

	.guanli-tixi-list-ul {
		padding: 0;
	}

	.guanli-tixi-list-icon {height: 65px;}
	
	.guanli-tixi-list-title {
		font-size: 14px;
		margin: 10px 0;
	}
	

}

@media (max-width: 480px) {
	.guanli-tixi-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.guanli-tixi-list-title {
		margin: 5px 0;
		text-align: center;
	}

	.guanli-tixi-list-desc {
		line-height: 18px;
		font-size: 12px;
	}

	.guanli-tixi-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.guanli-tixi-list-li em {
		display: none;
	}

}
/* 承运商管理体系 end */


/* 合作伙伴 start */
/* .partner-list-ul {
	padding: 30px 10px 0;
} */

.partner-list-li {
	float: left;
	width: 16.66666666667%;
}

.partner-list-link {
	margin: 10px;
	cursor: unset;
	display: block;
	box-shadow: 0 0 2px #dedede;
}

.partner-list-image-box {
	position: relative;
	padding-bottom: 50%;
	background-color: #fff;
}

.partner-list-image {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.partner-list-more-box {
	margin-top: 30px;
}

.partner-list-more {
	display: block;
	width: 160px;
	line-height: 40px;
	color: #fff;
	background-color: #fc0000;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center
}

.partner-list-more:hover {
	color: #fff;
}

@media (max-width: 992px) {
	.partner-list-li {
		/* width: 25%; */
	}
	.partner-list-link {
		margin: 12px ;
	}
}

@media (max-width: 768px) {
	.partner-list-ul {
		padding: 0;
	}
	.partner-list-li {
		width: 33.33333333%;
	}

	.partner-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.partner-list-link {
		margin: 10px;
	}
}

@media (max-width: 480px) {
	.partner-list-li {
		width: 50%;
	}

	.partner-list-link {
		margin: 5px;
	}
	.partner-list-more-box {
		margin-top: 10px;
	}
}

/* 合作伙伴 end */


/* 联系方式 start */
/* .contact-page-body {}

.contact-page-left {float: left; width: 45%;}

.contact-page-right {overflow: hidden;}
.contacnt-info-bg {padding: 20px 0 0 30px;}
.contacnt-info {line-height: 30px; }

@media (max-width: 1200px) {
	.contacnt-list-image {height: 70px;}
	.contacnt-list-desc {line-height: 20px; }
}
@media (max-width: 992px) {
	.contact-page-left-bg {padding: 0 20px 0 0;}
}
@media (max-width: 768px) {
	.contacnt-info-bg {padding: 8px;}
	.contact-page-left {float: none; width: auto;}
	.contact-page-left-bg {padding: 0;}
}
@media (max-width: 480px) {
	.contacnt-info-bg {padding: 5px;}
	.contacnt-info {line-height: 25px;}
} */
/* 联系方式 end */


/* 联系我们地图 start */
.map-page-box {overflow: initial;}
.map-page-body-image {object-fit: contain;}
.map-list-li {position:absolute;-webkit-transform:translate(50%,-50%);-moz-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);-o-transform:translate(50%,-50%);transform:translate(50%,-50%); z-index: 10;}
/* .map-list-li-1 {top: 47%; right: 29%;}
.map-list-li-2 {top: 74%; right: 24%;}
.map-list-li-3 {top: 90%; right: 33%;}
.map-list-li-4 {top: 70%; right: 21%;}
.map-list-li-5 {top: 71%; right: 51%;} */
.map-list-li-1 {top: 39.5%; right: 36%;}
.map-list-li-2 {top: 67%; right: 30.3%;}
.map-list-li-3 {top: 87.5%; right: 38.5%;}
.map-list-li-4 {top: 62.5%; right: 27%;}
.map-list-li-5 {top: 65.8%; right: 56.5%;}
.map-list-box {cursor:pointer;}
.map-list-icon {position:relative;display:block;width: 30px;height: 30px;}

/* @-webkit-keyframes sportscale{
	0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}
	5%{opacity:1}
	to{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}
}
@keyframes sportscale{
	0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}
	5%{opacity:1}
	to{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}
}

.map-list-icon::before {content:'';display:block;border-radius:50%;position:absolute;width:36px;height:36px;left:50%;top:50%;margin-left:-18px;margin-top:-18px;background-color:rgba(195,13,35,.7);-webkit-animation:sportscale 3s ease-out infinite;animation:sportscale 3s ease-out infinite;-webkit-animation-delay:.9s;animation-delay:.6s}
.map-list-icon::after {content:'';display:block;width:60px;height:60px;left:50%;top:50%;margin-left:-30px;margin-top:-30px;background-color:rgba(195,13,35,.24);border-radius:50%;position:absolute;-webkit-animation:sportscale 2s ease-out infinite;animation:sportscale 2s ease-out infinite;-webkit-animation-delay:.9s;animation-delay:.6s}
@media (min-width:769px){
	.map-list-icon::before{width:36px;height:36px;margin-left:-18px;margin-top:-18px;-webkit-animation-delay:.9s;animation-delay:.6s}
	.map-list-icon::after{width:60px;height:60px;margin-left:-30px;margin-top:-30px;-webkit-animation-delay:.9s;animation-delay:.6s}
} */

.map-list-title {color: #fc0000; font-weight: bold; font-size:14px;position:relative; margin-top:-10px; text-align: center; position: relative; left: 10px;}

/* .map-list-title-1 {color: #008dcb;}
.map-list-title-2 {color: #b2d563;}
.map-list-title-3 {color: #ed6d00;}
.map-list-title-4 {color: #6a8aa8;}
.map-list-title-5 {color: #9b7000;}
.map-list-title-6 {color: #157461;} */

.map-list-info {position:absolute; bottom:70px;left:50%; margin-left:-60px;text-align:center;opacity:0;transform:translateY(100%);transition:all .3s;z-index:5; display: none;}
/* .map-list-info::after{content:'';display:block;width:21px;height:13px;background-image:url(/template/default/html/skin/images/mapspotarrow.png);position:absolute;bottom:-13px;left:50%;margin-left:-10.5px} */
.map-list-title-bg {width: 120px; height: 120px; /* color: #fff; */}
.map-list-info-title-box {text-align: center;}
.map-list-info-title {font-weight: 700;font-size: 22px; line-height: 1;}
.map-list-info-short {margin-top: 10px; font-size: 16px;}
.map-list-info-desc {margin-top: 15px; max-width: 160px; background-color: #fff; border-radius: 5px; padding: 10px; box-shadow: 0 0 5px #dedede;}
.map-list-li:hover .map-list-info{ opacity:1;transform:translateY(0); display: block;}
@media (min-width:1921px){.map-list-title{font-size:.83333vw}
.map-list-info-title{margin-bottom:.364583vw}
.map-list-info-image{width:9.79166vw}
}

@media (max-width: 768px){
	/* .map-list-info {margin-left: -40px;} */
	.map-list-icon {width: 20px;height: 20px;}
	.map-list-title-bg {width: 100px; height: 100px;}
	.map-list-title {font-size: 13px;}
	
	.map-list-info-title {font-size: 18px;}
	.map-list-info-short {margin-top: 0; font-size: 15px;}
	.map-list-info-desc {font-size: 12px;}
}
@media (max-width: 480px){
	.map-list-icon {width: 15px;height: 15px;}
	.map-list-title {font-size: 12px;}
}
/* 联系我们地图 end */


/* 子栏目标题 start */
.page-nav-box {
	text-align: center;
}
.page-nav-ul {
	display: block;
	overflow: hidden;
	font-size: 0;
	/* border: 2rem solid #fc0000; */
	/* margin: 0 -10rem; */
}
.page-nav-li {
	overflow: hidden;
	float: left;
	width: 12.5%;
	box-sizing: border-box;
}
.page-nav-link {
	display: block;
	overflow: hidden;
	margin: .5px;
	/* margin: 0 10rem; */
	text-align: center;
	line-height: 44rem;
	font-size: 16rem;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	/* border-radius: 8rem; */
	background-color: #f5f5f5;
	border-right: 1px solid #fff;
}

.cur .page-nav-link, .page-nav-li:hover .page-nav-link {
	color: #fff;
    background-color: #fc0000;
}
@media (max-width: 768px) {
	.page-nav-ul {
		margin-top: 10px;
	}
	.page-nav-li {
		width: 25%;
		float: left;
	}
	.page-nav-link {
		/* margin: 5px 0; */
		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: 13rem;
		height: 32rem;
		line-height: 16rem;
	}
}
@media (max-width: 480px) {
	/* .page-nav-li {width: 50%;} */
	.page-nav-ul {padding: 0; }
	.page-nav-link {
		font-size: 12rem;
	}
}
/* 子栏目标题 end */
/* 联系方式 start */
.contact-page-body {
}
.contact-page-body-bg {
	padding: 100px 0;
}
.contact-page-left {float: left; width:50%;}

.contact-page-right {
	overflow: hidden;
	/* float: right;
	width: 50%; */
}
.contacnt-info-bg {
	padding: 50px;
	background-color: #fff;
	/* float: left; */
}
@media (min-width: 769px) {
	.lianxifangshi-info-bg {
		padding: 75px;
	}
}
.contacnt-info-logo{
	display: block;
	margin: 0 auto;
	height: 120px;
}
.contacnt-info {line-height: 30px; }

.contacnt-info strong {
	font-size: 120%;
}


@media (min-width: 769px) {
	.contacnt-info-logo-box {
		margin-bottom: 30px;
	}
}

@media (max-width: 1200px) {
	.contacnt-list-image {height: 70px;}

	.contact-page-right {
		width: auto;
		float: none;
	}
	.contacnt-info-bg {
		float: none;
		margin: 0 auto;
		max-width: 480px;
	}
}
@media (max-width: 992px) {
	.contact-page-left-bg {padding: 0 20px 0 0;}
}
@media (max-width: 768px) {
	.contact-page-body-bg {
		padding: 80px 0;
	}
	.contacnt-info-bg {
		padding: 50px 10px;
	}
	.contact-page-left {float: none; width: auto;}
	.contact-page-left-bg {padding: 0;}
}
@media (max-width: 480px) {
	.contact-page-body-bg {
		padding: 70px 0;
	}
	.contacnt-info-bg {
		padding: 50px 5px;
	}
	.contacnt-info {line-height: 25px;}
}
/* 联系方式 end */
/* 联系地址 start */
.contact-page-body-bg {
	padding: 0;
}
.contact-page-image-box {
	padding-bottom: 62.5%
}
.contact-page-image-bg {
	max-width: 600px;
	margin: 0 auto 20px;
}
.contact-page-left-desc {/* font-size: 12px; */}
.contacnt-list-ul {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.contacnt-list-li {
	width: 46%;
	float: left;
	margin: 10px 2%;
}
.contacnt-list-li {
	border-bottom: 1px solid #aaa;
}
.contacnt-list-link {
	display: block;
	/* margin: 15px; */
}
.contacnt-list-info {
	padding-bottom: 15px;
}
.contacnt-list-title {
	font-size: 18px;
}
.contacnt-list-desc {
	margin-top: 10px;
	font-size: 16px;
	color: #333;
}
.contacnt-list-desc-row { 
	margin-top: 5px;
}
.contacnt-list-desc-value {
	word-break: break-word;
}
@media (max-width: 480px) {
	.contacnt-info-bg {
		padding: 30px 15px;
	}
	.contacnt-list-ul {
		margin-top: 15px;
		padding: 0 10px;
	}
	.contacnt-list-li {
		width: 48%;
		margin: 5px 1%;
	}
	.contacnt-list-info {
		padding-bottom: 10px;
	}
	.contacnt-list-title {
		font-size: 16px;
	}
	.contacnt-list-desc {
		margin-top: 10px;
		font-size: 14px;
	}
}
@media (max-width: 425px) {
	.contact-type-name {
		font-size: 22px;
	}
	.contacnt-list-title {
		font-size: 14px;
	}
	.contacnt-list-desc {
		/* margin-top: 5px; */
		font-size: 12px;
	}
}
@media (max-width: 380px) {
	.contact-type-name {
		font-size: 20px;
	}
}
/* 联系地址 end */


/* 联系我们 start */
/* .contact-us-page {
}
.contact-us-page .container {}
.contact-page-body-bg {
    padding:4% 5% 4.5%;
    background:#fff;
}
.contact-each-item {
    float: left;
    width: 50%;
}
.contact-item-bg {padding: 0 30px;}
.contact-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid rgba(0,0,0,.15);
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.contact-item-info {
    font-size: 16px;
	line-height: 30px;
    color: #333;
}
.contact-dd-value {
    transition:all .5s ease-in-out;
}

.contact-item-info-row { margin-top: 10px; padding-left: 35px; background-size: auto 22px;}
.contact-item-info-row1 {margin-top: 0;}
.contact-dd-value {display: block; padding: 5px 0;}
.contact-dd-value a:hover {color:rgba(255,255,255,.7);}

.contact-ewm-ul {
	overflow: hidden;
	margin: 0 -10px;
}
.contact-ewm-li {
	float: left;
}
.contact-ewm-bg {
	margin: 0 10px;
	text-align:center;
}
.contact-ewm-box {}
.contact-ewm-image {
	width: 120px;
	max-width: 100%;
}
.contact-ewm-title {
	margin-top: 5px;
	line-height: 1.5;
}


@media(max-width: 1338px){
    .contact-page-body-bg {padding: 3% 3% 3.5%;}
}
@media(max-width: 992px){
	.contact-page-body-bg {padding: 3% 0 3.5%; position: relative; z-index:3;}
}
@media(max-width: 768px){
	.contact-page-body-bg {padding: 0; position: relative; z-index:3;}
    .contact-each-item {width: auto; float: none; padding: 8%; border-bottom: 10px solid #f2f2f2;}
	.contact-item-bg {padding: 0;}
	.contact-item-title {padding-bottom: 15px; font-size: 18px;}
	.contact-item-info {font-size: 15px; line-height: 1.8;}
	
}
@media(max-width: 480px){
	.contact-item-title {padding-bottom: 10px; margin-bottom: 10px;}
	.contact-item-info {font-size: 14px;}

	.contact-dd-value {padding: 3px 0;}

	.contact-ewm-bg {margin: 0 5px;}
	.contact-ewm-image {width: 100px; height: 100px;}
}


.contact-map {background:#fff; padding: 0 10px;}


.contact-traffic {
	margin-top: 40px;
    background-color: #fff;
}
.contact-traffic-inner {padding-top: 4%;}
.jiaotong-type-name {
    font-weight: bold;
    color: #333;
    text-align: center;
}
@media (min-width: 769px) {
	.jiaotong-type-name {
	    font-size: 28px;
	}
}
.jiaotong-list-li {
    float: left;
    width: 50%;
}
.jiaotong-list-bg {padding: 16% 20% 10% 14%; min-height: 400px;}
.jiaotong-list-bg2 {
	background: #f8f8f8;
}
.jiaoton-list-title-box {
    margin-bottom:20px;
    border-bottom:1px solid #e5e5e5;
}
.jiaoton-list-icon {
    display:block;
    height:45px;
}
.jiaoton-item-info {font-size: 16px; line-height: 30px; color: #333;}

.jiaoton-list-title {
    display:block;
    padding:30px 0;
    font-size:20px;
    color:#333;
    line-height:1;
}
.jiaotong-list-li .dd-content {padding-right:60px;}
.jiaotong-list-li .dd-content span {
    display:block;
    font:14px/1.85 'gotham-medium','Microsoft Yahei';
    color:#333;;
}
@media(max-width: 992px){
    .contact-traffic-inner {padding-top: 5%;}
    .jiaotong-list-bg {padding: 8% 12%;}
    .jiaotong-list-bg2 { background-color: none;}
}
@media(max-width: 768px){
    .contact-traffic-inner {padding-top: 6%;}
	.jiaotong-typename-box {margin-bottom: 0;}
    .jiaotong-list-bg {padding: 8%; min-height: auto;}
    .jiaotong-list-li {width: auto; float: none;}
	.jiaoton-list-title-box {padding: 0 0 20px 0;}
	.jiaoton-list-icon {float: left; margin-right: 8px; height: 30px;}
	.jiaoton-list-title {padding: 0; display: block; overflow: hidden; line-height: 30px; font-size: 18px;}
	.jiaoton-item-info {font-size: 15px; line-height: 1.8;}
}
@media(max-width: 480px){
	.jiaoton-list-title-box {padding-bottom: 15px; margin-bottom: 15px;}
	.jiaoton-list-icon {height: 20px;}
	.jiaoton-list-title {line-height: 20px;}
	.jiaoton-item-info {font-size: 14px;}
} */
/* 联系我们 end */


/* 地图 start */
.map-box {
	/* margin-top: 30px; */
	/* height: 500px; */
	height: 330px;
}

.map-box img {
	max-width: none;
}

.home-map-box {
	height: 532px;
}

#dituContent {
	width: 100%;
	height: 100%;
	border: #ccc solid 0;
}

@media (max-width: 1200px) {
	.map-box {
		height: 300px;
	}
}

@media (max-width: 992px) {
	.map-box {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.map-box {
		margin-top: 25px;
		height: 220px;
	}
	.BMap_bubble_content {font-size: 14px;}
}

@media (max-width: 480px) {
	.map-box {
		margin-top: 15px;
		height: 200px;
	}
	.BMap_bubble_content {font-size: 13px;}
}

/* 地图 end */


/* 加入我们 start */
.wenti-page-box {
	/* background-color: #F3F3F3; */
	background-color: #f1f1f1;
}
.wenti-page-body-bg {padding-top: 30px}
.wenti-typename-box, .list-job-link {padding: 30px 100px ;}
.wenti-typename-box {border-bottom: 1px solid #dedede; margin-bottom: 10px;}
.wenti-type-name {color: #fc0000;}
.list-job-li {
}
.list-job-link {

}
.list-job-link-odd {}
.list-job-link-even {background-color: #fafafa;}
.list-job-title-box {
	line-height: 30px;
	font-size: 16px;
	padding: 15px 0;
	/* border: 1px solid #e1e1e1;
	background-color: #FBFBFB; */
	cursor: pointer;
}
.list-job-icon {margin-top: 2px; margin-right: 50px; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 3px; background-color: #fc0000; color: #fff;}
.list-job-icon1 {font-size: 18px;}
.list-job-icon2 {font-size: 12px; line-height: 22px;}
.list-job-li-cur .list-job-title-box {
	/* border-color: #D31F23;
	background-color: #D31F23;
	color: #fff; */
	border-bottom: 1px solid #e1e1e1;
}
.label-arrow-box {
	display: block;
	float: right;
	padding: 9px;
	/* padding-right: 30px; */
	border-radius: 50%;
	color: #C9C9C9;
	background-color: #E4E4E4;
	margin-left: 10px;
}
/* .label-arrow-box:before {
	content: '展开';
}
.list-job-li-cur.label-arrow-box:before {
	content: '收起';
} */
.label-arrow {
	width: 10px;
	height: 10px;
	position: relative;
	margin: 0;
}
.label-arrow.arrow_b {
	top: -3px;
}
.label-arrow.arrow_u {
	top: 3px;
}
.list-job-li-cur .label-arrow-box {
	border-color: #fc0000;
	background-color: #fc0000;
}
.list-job-li-cur .label-arrow {
	border-color: #fff;
}
.list-job-li-cur .dpn {
	display: block;
}
.list-job-li-cur .dpb {
	display: none;
}
.list-job-title-item {display: block;}
.list-job-title {
	font-size: 20px;
}
.list-job-body {
	margin-bottom: 30px;
	color: #333;
	font-size: 14px;
	line-height: 32px;
	display: none;
	transition: all 0s;
	-o-transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	padding: 15px 0;
	/* background-color: #fcfcfc; */
}
.list-job-li-cur .list-job-body{display: block;}
.list-job-body-name {
	font-size: 16px;
	color: #222;
	line-height: 16px;
	margin: 10px 0;
	font-weight: normal;
}


@media (max-width: 1400px) {
	.wenti-page-body-bg {padding-top: 25px;}
	.wenti-typename-box, .list-job-link {padding: 25px 80px;}
}
@media (max-width: 1200px) {
	.wenti-page-body-bg {padding-top: 20px;}
	.wenti-typename-box, .list-job-link {padding: 20px 60px;}
	.list-job-icon {margin-right: 40px;}
	.list-job-title {font-size: 19px;}
}
@media (max-width: 992px) {
	.wenti-page-body-bg {padding-top: 15px;}
	.wenti-typename-box, .list-job-link {padding: 15px 40px;}
	.list-job-icon {margin-right: 30px;}
	.list-job-title {font-size: 18px;}
}
/* .pm-show {display: block;} */
.pm-hide {display: none;}
@media (max-width:768px) {
	.pm-hide {display: block;}
	
	.wenti-page-body-bg {padding-top: 10px;}
	
	.wenti-typename-box, .list-job-link {padding: 10px 20px;}

	.list-job-icon {margin-right: 20px;}
	.list-job-icon2 {margin-top: 0;}
	.list-job-title {font-size: 17px;}
	.list-job-body {margin-bottom:0; padding: 10px 0; line-height: 28px;}
	.list-job-body-item {}
}
@media (max-width:480px) {
	.wenti-typename-box, .list-job-link {padding: 5px 18px;}
	
	.list-job-body {margin-top:0;}
	.list-job-li {margin-bottom: 10px;}
	.list-job-title-box {padding: 12px 0;}
	.list-job-icon {margin-right: 10px; display: none;}
	.label-arrow-box {margin-top: 0; padding: 6px; }
	.label-arrow {width: 6px; height: 6px;}
	.list-job-title {font-size: 16px; line-height: 20px;}
	.list-job-body {padding: 8px 0; line-height: 1.8;}
	.list-job-body-item {}
	.list-job-body-name {font-size: 14px;}
}
/* 加入我们 end */


/* 价值观 start */
.jiazhiguan-page-left {
	width: 50%;
	float: left;
}
.jiazhiguan-page-right {
	/* position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%; */
}

.jiazhiguan-page-image-box {
	/* padding-bottom: 75%; */
	padding-bottom: 54%;
}
.jiazhiguan-page-image {
	/* object-fit: fill; */
	display: block;
}
.jiazhiguan-page-right-bg {
	height: 100%;
}

.jiazhiguan-page-right-info {
	max-width: 720px;
	height: 100%;
	position: relative;
}
.jiazhiguan-page-right-info-bg {
	
}

.jiazhiguan-page-right-desc {
	margin-top: 30px;
}
@media (min-width: 769px) {
	.jiazhiguan-page-right-desc {font-size: 23px;line-height: 45px;}
}

@media (min-width: 889px) {
	.jiazhiguan-page-right {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50%;
	}
	.jiazhiguan-page-right-info-bg {
		position: absolute;
		top: 50%;
		right: 0;
		width: 600px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 1440px){
	.jiazhiguan-page-right-info-bg {
		width: auto;
		padding: 0 50px;
	}
}
@media (max-width: 1200px) {
	.jiazhiguan-page-right-desc {
		margin-top: 15px;
		font-size: 15px;
		line-height: 30px;
	}
}
@media (max-width: 992px) {
	.jiazhiguan-page-right-desc {
		line-height: 25px;
		font-size: 14px;
	}
}
@media (max-width: 888px) {
	.jiazhiguan-page-left {
		width: auto;
		float: none;
	}
	.jiazhiguan-page-right-info {
		max-width: none;
	}
	.jiazhiguan-page-right-info-bg {
		padding: 30px;
	}
	.jiazhiguan-page-right-desc {
		margin-top: 10px;
		text-align: justify;
	}
}
@media (max-width: 768px) {
	.jiazhiguan-page-right {
		
	}
	.jiazhiguan-page-right-info-bg {
		padding: 20px;
	}
}
/* 价值观 end */
/* 价值观 start */
.home-news {
}

.home-news .page-body {
	padding: 10px;
}

.jiazhiguan2-page-body-bg {padding-top: 10px;}
.jiazhiguan2-list-li {
	/* border-bottom: 1px solid #e5e5e5; */
}
.jiazhiguan2-list-link {
	display: block;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	background: linear-gradient(180deg, #f3f5f8, #fff);
	box-shadow: 8px 8px 20px rgba(55,99,170,.1), -8px -8px 20px #fff;
}


.jiazhiguan2-list-info {
	/* padding: 15px 0; */
}

.jiazhiguan2-right-list-info {
	/* height: 62px; */
    display: flex;
    align-items: center;
	height: 50px;
}
/* .jiazhiguan2-right-list-info-1 {
	display: block;
	height: auto;
} */

.jiazhiguan2-tejian-time {
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #bbbbbb;
}

.jiazhiguan2-list-time {
	font-size: 20px;
	color: #3c3c3c;
	line-height: 1;
	font-weight: bold;
}

.jiazhiguan2-list-title {
	color: #000;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
	font-size: 22px;
    line-height: 30px;
}

/* .jiazhiguan2-page-left-title {
	color: #ba0505;
} */

.jiazhiguan2-list-desc {
	margin-top: 10px;
	font-size: 18px;
    color: #4c5b76;
    overflow: hidden;
	line-height: 25px;
}



.jiazhiguan2-page-left {
	float: left;
	/* width: 49%; */
	width: 49%;
	margin-right: 2%;
}
.jiazhiguan2-page-left-link {
	display: block;
	padding: 20px;
}
.jiazhiguan2-page-left-image-box {
	overflow: hidden;
	position: relative;
	/* padding-bottom: 364px; */
	/* padding-bottom: 335px; */
	/* padding-bottom: 349px; */
	/* padding-bottom: 435px; */
	padding-bottom: 308px;
}

.jiazhiguan2-page-left-image {

}

.jiazhiguan2-page-left-info {padding-top: 15px;}
.jiazhiguan2-left-list-desc {height: 100px;}


.jiazhiguan2-page-right {
	/* float: right;
	width: 50%; */
	overflow: hidden;
}
.jiazhiguan2-page-right-li+.jiazhiguan2-page-right-li {margin-top: 20px;}
.jiazhiguan2-page-right-link {
	display: block;
	position: relative;
	padding: 25px;
	position: relative;
}
/* .jiazhiguan2-page-right-link:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #ba0505;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
} */
.jiazhiguan2-right-list-desc {line-height: 22px;}






.jiazhiguan2-page-left-link:hover .jiazhiguan2-page-left-image {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.jiazhiguan2-list-link:hover {
	/* -o-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
	-ms-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .08);
	box-shadow: 0 0 30px rgba(0, 0, 0, .08);
	background-color: #ba0505; */
	box-shadow: 8px 8px 20px rgba(55,99,170,.2), -8px -8px 20px #fff;
}

/* .jiazhiguan2-list-link:hover .jiazhiguan2-list-time,
.jiazhiguan2-list-link:hover .jiazhiguan2-list-title,
.jiazhiguan2-list-link:hover .jiazhiguan2-list-desc,
.jiazhiguan2-list-link:hover .jiazhiguan2-list-more,
.jiazhiguan2-list-link:hover .date span,
.jiazhiguan2-list-link:hover .date p {
	color: #fff;
} */
.jiazhiguan2-list-link:hover .jiazhiguan2-list-title {color: #fc0000;}


@media (max-width: 1200px) {
/* .jiazhiguan2-page-body-bg {padding-top: 20px;} */
	.jiazhiguan2-page-left {width: 600px;}
	.jiazhiguan2-list-title {
		font-size: 22px;
	}
}
@media (max-width: 992px) {
/* .jiazhiguan2-page-body-bg {padding-top: 15px;} */
	.jiazhiguan2-page-left {width: 500px;}
	.jiazhiguan2-list-title {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.jiazhiguan2-page-body-bg {padding-top: 10px;}
	.jiazhiguan2-page-left, .jiazhiguan2-page-right {float: none; width: auto; margin-right: 0;}
	.jiazhiguan2-page-left {margin-bottom: 10px; }
	.jiazhiguan2-page-left-image-box {padding-bottom: 56%;}
	.home-news .page-body {margin-bottom: 0; padding: 5px 0;}
	.jiazhiguan2-page-right-li+.jiazhiguan2-page-right-li {margin-top: 10px;}
	.jiazhiguan2-page-right-link {
		margin-bottom: 10px;
		padding: 20px;
	}
	.jiazhiguan2-list-title {
		font-size: 18px;
	}
	.jiazhiguan2-right-list-info {
		height: auto;
		display: block;
	}
	.jiazhiguan2-list-desc {
		font-size: 14px; margin-top: 0;
		height: auto;
	}
	.jiazhiguan2-list-more {
		margin-top: 10px;
	}
	
	.jiazhiguan2-page-left-info {padding-top: 10px;}
}
@media (max-width: 560px) {
	.jiazhiguan2-page-body-bg {padding-top: 5px;}
}
@media (max-width: 480px) {
	.jiazhiguan2-page-body-bg {padding-top: 0;}
	.jiazhiguan2-page-left-link {
		padding: 10px;
	}
	.jiazhiguan2-page-right-link {
		padding: 10px;
	}
	.home-news {padding: 0 5px;}
	.jiazhiguan2-page-left-image {}
	.jiazhiguan2-list-time {font-size: 15px;}
	.jiazhiguan2-list-desc {
		line-height: 22px;
	}
	.jiazhiguan2-list-more {
		margin-top: 5px;
	}
}
@media (max-width: 380px) {
	.jiazhiguan2-page-left-image {}
}
/* 价值观 end */


/* 发展历程 start */
.fazhan-page-bg {padding: 80px 0;}
.fazhan-swiper-page-bg {
	margin-top: 20px;
}
.fazhan-page-line {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/* margin-top: 38px; */
	/* margin-top: -25px; */
	margin-top: 15px;
}
.fazhan-page-line-bg {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/* margin-top: 38px; */
	/* margin-top: -25px; */
	height: 180px;
}
.fazhan-list-ul {
	font-size: 0;
	/* padding-left: 16%; */
	display: flex;
	/* margin: 0 3%; */
	padding: 0 3%;
}
.fazhan-list-li {
	/* overflow: hidden; */
	/* width: 16.666666667%; */
	width: 12.5%;
	float: left;
	display: inline-block;
	position: relative;
}
.fazhan-list-li1 {
	margin-left: 0;
}
/* .fazhan-list-li-odd {width: 16.666666667%;}
.fazhan-list-li-even {width: 20%;} */
.fazhan-list-link {
	display: block;
	/* margin: 0 10px; */
	position: relative;
}
.fazhan-list-link-odd {margin: 0 -30%;}
.fazhan-list-link-even {margin: 0 -40%;}
@media (min-width: 769px){
	.fazhan-list-link2 {left: -10%;}
	.fazhan-list-link4 {left: -25%;}
	.fazhan-list-link6 {left: -20%;}
	.fazhan-list-link8 {}
	.fazhan-list-link10 {left: 18%;}
}
@media (max-width: 1500px) {
	.fazhan-list-ul {
		padding: 0 2%;
	}
}


.fazhan-list-info {
	position: relative;
	white-space: normal;
}

.fazhan-list-info-odd {
	padding-top: 320px;
}
.fazhan-list-info-even {
	padding-bottom: 320px;
}
.fazhan-list-title {
	font-size: 25px;
	color: #fc0000;
}
.fazhan-list-desc {
	margin-top: 15px;
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	color: #333;
	text-align: justify;
}


@media (max-width: 1200px) {
	.fazhan-list-ul {
		padding-top: 0;
	}
}
@media (max-width: 992px) {
	.fazhan-list-ul {
		padding-top: 0;
	}
	.fazhan-list-link {}
	.fazhan-list-title {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.fazhan-page-bg {padding: 0;}
	.fazhan-page-line {
		display: none;
	}
	.fazhan-page-line2 {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 40px;
		background-size: 100% 100%;
	}
	.fazhan-list-ul {
		padding-top: 20px;
		padding-left: 46px;
		padding-right: 0;
		display: block;
	}
	.fazhan-list-li {width: auto; float: none; display: block;}
	.fazhan-list-link {margin: 20px;}
	.fazhan-list-info {
		padding: 0;
	}
	.fazhan-list-title {
		/* font-size: 16px; margin-bottom: 8px; */
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.fazhan-list-ul {
		padding-top: 10px;
	}
	.fazhan-list-li {width: auto; display: block;}
	.fazhan-list-link {margin: 10px;}
	
	
	.fazhan-list-info {
		padding: 0;
	}
	.fazhan-list-title, .fazhan-list-desc, .fazhan-list-line-shu {
		position: static;
	}
	.fazhan-list-title {
		font-size: 18px;
	}
	.fazhan-list-desc {
		margin-top: 8px;
		height: auto;
	}
}
@media (max-width: 380px) {
	.fazhan-list-ul {
		padding-top: 0;
	}
}
/* 发展历程 end */
/* 发展历程 start */
.licheng-page-box { /* height:840rem; */ position:relative; overflow:hidden;}
.licheng-list-ul {padding: 60rem 0; max-width: 1000rem; margin: 0 auto;}
.licheng-list-link { /* color:#fff; */}
.licheng-list-left {width: 380px; margin-right: 8%;}
.licheng-list-image-box {}
.licheng-list-title {font-size: 60rem; margin:0;}
.licheng-list-info { overflow:hidden; padding-top: 30px;}
.licheng-list-desc {margin-top: 20px; padding-left: 5rem; font-size: 22rem; line-height: 2; padding-bottom: 20rem;}

.licheng-page-box .slick-slider {position: relative;display: block;-webkit-touch-callout: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent; z-index:10;}
.licheng-page-box .slick-list {position: relative;overflow: hidden;z-index:10;}
.licheng-page-box .slick-slider .slick-track, .licheng-page-box .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.licheng-page-box .slick-track {position: relative;top: 0;left: 0;}
.licheng-page-box .slick-slide {display: none;float: left;min-height: 1rem;}
.licheng-page-box .slick-initialized .slick-slide {display: block;}
.licheng-page-box .slick-loading .slick-track {visibility: hidden;}
.licheng-page-box .slick-loading .slick-slide {visibility: hidden;}
.licheng-page-box .slick-loading .slick-list {background: url(/template/default/html/skin/images/ajax-loader.gif) center center no-repeat;}
.licheng-page-box .slick-arrow.slick-hidden { display:none;}


.licheng-nav-ul{ /* position:absolute; bottom:66rem; left:0; */ margin-top: 30rem; text-align:center; width:100%; overflow:hidden; /* height:77rem; */}
.licheng-nav-ul .slick-list {margin: 0 30rem;}
.licheng-nav-li { cursor:pointer; position:relative; /*background:url(/template/default/html/skin/images/yearbg.png) repeat-x 6rem 54rem;*/ float:left; width:191rem;}
.licheng-nav-ul::after { position:absolute; content:''; width:100%; left:0; height:1rem; background-color: #999; bottom: 25rem;}
.licheng-nav-ul::before { position:absolute; content:''; width:100%; left:0; height:5rem; background:url(/template/default/html/skin/images/yearbg.png) repeat-x 6rem center; bottom: 23rem;}
.licheng-nav-li.slick-current { /* color:#c81623; */ color: #1C3882;}
.licheng-nav-title { margin:0;font-size:16rem; /* color: #fff; */ color: #333; padding-bottom:58rem; position:relative; z-index:2;}
.licheng-nav-title::before, .licheng-nav-title::after { position:absolute;  left:50%; /* background-color: #fff; */ background-color: #333; bottom: 5rem; width: 1rem; height: 40rem;margin-left:-1rem;}
.licheng-nav-title::before { content:'';width:10rem; height:10rem; margin-left:-5rem; bottom: 21rem; }

.licheng-nav-li.slick-current .licheng-nav-title::after {content:''; /* background-color:#c81623; */ background-color: #fc0000;}
.licheng-nav-li.slick-current .licheng-nav-title::before { /* background-color:#c81623; */ background-color: #fc0000;}
.licheng-nav-li.slick-current .licheng-nav-title { color:#c81623; color:#fc0000;}


.licheng-page-box .slick-arrow {position:absolute; width:30rem; height:50rem; background-color: rgba(255,255,255,.9);border-radius: 5rem; bottom:2rem; border:none; font-size:0; z-index:15; padding:0; cursor:pointer;}
.licheng-page-box .slick-arrow::before { position:absolute; content:''; width: 16rem; height: 16rem; left:50%; top:50%; transform:rotate(-45deg); margin-top:-9rem; margin-left:-14rem;}
.licheng-page-box .slick-prev { left: 0;}
.licheng-page-box .slick-next { right: 0;}
.licheng-page-box .slick-prev::before {border-left:3rem solid #999; border-top:3rem solid #999;  margin-left:-5rem;}
.licheng-page-box .slick-next::before {border-right:3rem solid #999; border-bottom:3rem solid #999;}
.licheng-page-box .slick-arrow:hover { background: #fc0000;}
.licheng-page-box .slick-arrow:hover::before { border-color:#fff !important;}

@media (max-width: 1200px) {
	.licheng-list-title {
		font-size: 55rem;
	}
}
@media (max-width: 992px) {
	.licheng-list-title {
		font-size: 50rem;
	}
	.licheng-list-desc {font-size: 20rem;}
}
@media (max-width: 768px) {
	.licheng-list-ul {
		padding: 0;
		margin-top: 25rem;
	}
	.licheng-list-left {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.licheng-list-image-box {padding-bottom: 56%;}
	.licheng-list-info {padding-top: 20px;}
	.licheng-list-title {
		font-size: 40rem;
	}
	.licheng-list-desc {margin-top: 10px; font-size: 18rem;}
}
@media (max-width: 480px) {
	.licheng-nav-ul {
		margin-top: 20rem;
	}
	.licheng-list-title {
		font-size: 30rem;
		/* text-align: center; */
	}
	.licheng-list-desc {
		margin-top: 0;
		padding: 0;
	}
}
/* 发展历程 end */


/* 数智化服务 start */
.shuzhihua-page-bg {
	padding-top: 30px;
}

.shuzhihua-page-left {
	float: left;
	width: 670px;
}

.shuzhihua-page-image {
	width: 100%;
}

.shuzhihua-page-right {
	overflow: hidden;
}

.shuzhihua-list-ul {
	padding-top: 15px;
	padding-left: 100px;
}

.shuzhihua-list-li {
	
}
.shuzhihua-list-li+.shuzhihua-list-li {margin-top: 60px;}
.shuzhihua-list-link {
}

.shuzhihua-list-icon {
	height: 70px;
	float: left;
	display: block;
	margin-right: 20px;
}

.shuzhihua-list-info {
	overflow: hidden;
	line-height: 30px;
	/* padding-top: 10px; */
}

.shuzhihua-list-title {
	font-size: 22px;
	/* font-weight: bold; */
}

.shuzhihua-list-desc {
	font-size: 18px;
	color: #333;
}
@media (max-width: 1200px) {
	.shuzhihua-page-left { width: 560px;}
	.shuzhihua-list-ul {padding-left: 50px;}
	.shuzhihua-list-li+.shuzhihua-list-li {margin-top: 50px;}
	.shuzhihua-list-icon {height: 60px;}
	.shuzhihua-list-info {padding-top: 0;}
	.shuzhihua-list-desc {line-height: 20px;}
}
@media (max-width: 992px) {
	.shuzhihua-page-left { width: auto; float: none;}
	.shuzhihua-list-ul {padding-left: 0; padding-top: 20px;}
	.shuzhihua-list-li {float: left; width: 33.333333333%;}
	.shuzhihua-list-li+.shuzhihua-list-li {margin-top: 30px;}
	.shuzhihua-list-title {font-size: 20px;}
	.shuzhihua-list-desc {font-size: 16px;}
}
@media (max-width: 768px) {
	.shuzhihua-list-icon {float: none; margin: 0 auto;}
	.shuzhihua-list-li+.shuzhihua-list-li {margin-top: 0;}
	.shuzhihua-list-link {margin: 15px;}
	.shuzhihua-list-info {text-align: center; padding-top: 10px;}
	.shuzhihua-list-title {font-size: 18px;}
	.shuzhihua-list-desc {font-size: 15px;}
}
@media (max-width: 480px) {
	.shuzhihua-page-bg {padding-top: 0;}
	.shuzhihua-list-ul {padding-top: 10px;}
	.shuzhihua-list-link {margin: 10px;}
	.shuzhihua-list-icon {height: 50px;}
	.shuzhihua-list-title {font-size: 16px; line-height: 1.6;}
	.shuzhihua-list-desc {font-size: 14px; line-height: 1.6; }
}
@media (max-width: 414px) {
	.shuzhihua-list-link {margin: 10px;}
	.shuzhihua-list-icon {height: 40px;}
	.shuzhihua-list-title {font-size: 15px;}
	.shuzhihua-list-desc {font-size: 13px;}
}
/* 数智化服务 end */


/* 智能光伏解决方案 start */
.guangfu-page-box-bg {
	position: absolute;
    left: 0;
    width: 100%;
}
.guangfu-page-box-bg1 {top: 0;}
.guangfu-page-box-bg2 {bottom: 0;}
.guangfu-page-info {width: 50%;}

.guangfu-page-right {/* width: 50%; */ /* width: 660px; */ width: 700px;}
.guangfu-right-bg {
	/* padding-top: 50px; */
	padding-right: 60px;
}
.guangfu-right-desc {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 0 20px;
	text-align: justify;
}
/* .guangfu-detail-body {margin-top: 20px;} */
.guangfu-list-ul {
	padding-top: 30px;
}
.guangfu-list-li {
	float: left;
	width: 25%;
}

.guangfu-list-link {
	/* margin: 10px; */
}

.guangfu-list-icon {
	/* height: 90px; */
	height: 80px;
	display: block;
	margin: 0 auto;
	transition: all .3s;
}

.guangfu-list-title {
	margin-top: 10px;
	text-align: center;
}

.guangfu-list-icon:hover {transform: rotateY(180deg);}

@media(max-width: 1600px) {
	.guangfu-page-right {/* width: 650px; */ width: 680px;}
	/* .guangfu-detail-body {margin-top: 10px;} */
	.guangfu-right-bg {padding-right: 30px;}
	/* .guangfu-list-icon {height: 85px;} */
}
@media(max-width: 1500px) {
	.guangfu-page-right {width: 620px;}
	.guangfu-right-bg {padding-right: 25px;}
	.guangfu-list-icon {/* height: 85px; */ height: 65px;}
}
@media(max-width: 1425px) {
	.guangfu-page-right {width: 600px;}
	/* .guangfu-detail-body {margin-top: 5px;} */
	.guangfu-right-bg {padding-right: 20px;}
	.guangfu-list-ul {padding-top: 20px;}
	.guangfu-list-icon {/* height: 78px; */}
}
@media(max-width: 1394px) {
	.detail-body.guangfu-detail-body {line-height: 1.8;}
}
@media(max-width: 1321px) {
	.guangfu-list-ul {padding-top: 10px;}
	.guangfu-list-icon {/* height: 70px; */ height: 60px;}
}
@media(max-width: 1230px) {
	.detail-body.guangfu-detail-body {line-height: 1.6;}
	.guangfu-list-icon {height: 65px;}
}
@media(max-width: 1200px) {
	.guangfu-page-right {width: auto; float: none;}
	.guangfu-page-image {max-height:300px; display: block; margin: 0 auto;}
	.guangfu-right-bg {padding-right: 20px;}
	.guangfu-right-desc {text-align: center;}
	.guangfu-list-ul {padding-top: 30px;}
	.guangfu-list-li {
	    width: 16.6666666666%;
	}
	.guangfu-list-link {margin-top: 10px auto;}
	.guangfu-list-icon {height: 60px;}
}
@media(max-width: 992px) {
	.guangfu-right-desc {font-size: 16px;}
	.guangfu-list-ul {padding-top: 25px;}
}
@media(max-width: 768px) {
	.guangfu-list-ul {padding-top: 20px;}
}
@media(max-width: 560px) {
	.guangfu-list-ul {padding-top: 15px;}
	.guangfu-list-li {
	    width: 25%;
	}
}
@media(max-width: 480px) {
	.guangfu-page-image {max-height: 260px;}
	.guangfu-right-bg {padding: 0;}
	.guangfu-right-desc {padding: 0; font-size: 14px; margin: 10px 0;}
	.guangfu-list-ul {padding-top: 10px;}
	.guangfu-list-icon {height: 50px;}
}
/* 智能光伏解决方案 end */


/* 主要合作企业 start */
.hezuoqiye-list-li {
	float: left;
	width: 10%;
}

.hezuoqiye-list-link {
	margin: 20px;
}

.hezuoqiye-list-icon {
	height: 75px;
	display: block;
	margin: 0 auto;
	transition: all .3s;
	object-fit: contain;
}

.hezuoqiye-list-title {
	margin-top: 10px;
	text-align: center;
}

.hezuoqiye-list-icon:hover {transform: rotateY(180deg);}


@media(max-width: 1200px) {
	.hezuoqiye-list-li {
	    width: 16.6666666666%;
	}
	.hezuoqiye-list-link {margin-top: 10px auto;}
}
@media(max-width: 992px) {
	.hezuoqiye-list-link {
		margin: 15px;
	}
	.hezuoqiye-list-icon {height: 65px;}
}
@media(max-width: 768px) {
	.hezuoqiye-list-link {
		margin: 12px;
	}
	.hezuoqiye-list-icon {height: 60px;}
}
@media(max-width: 560px) {
	.hezuoqiye-list-li {
	    width: 25%;
	}
	.hezuoqiye-list-link {
		margin: 10px;
	}
	.hezuoqiye-list-icon {height: 55px;}
}
@media(max-width: 480px) {
	.hezuoqiye-page-image {max-height: 260px;}
	.hezuoqiye-right-bg {padding: 0;}
	.hezuoqiye-right-desc {padding: 0; font-size: 14px; margin: 10px 0;}
	.hezuoqiye-list-ul {padding-top: 10px;}
	.hezuoqiye-list-link {
	}
	.hezuoqiye-list-icon {height: 50px;}
}
/* 主要合作企业 end */


/* 光储充一体化解决方案 start */
.yitihua-list-ul {
	margin: 0 -50px;
	padding-top: 20px;
	display: flex; 
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.yitihua-list-li {
	box-sizing: border-box;
	width: 25%;
}
.yitihua-list-link {
	display:block; 
	/* padding: 40px 50px; */
	padding: 5% 6%;
	border-radius: 5px; 
	/* box-shadow: 0 0 5px #dedede; */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	height: 100%;
}
.yitihua-list-link-bg {
	/* padding: 60px; */
	/* padding: 8%; */
	padding: 9% 6%;
	background-color: #fff; 
	box-sizing: border-box;
	height: 100%;
	box-shadow: 0 0 20px #dedede;
	/* box-shadow: 0 0 1px #dedede; */
}
.yitihua-list-info {overflow: hidden;}
.yitihua-list-title-box {display:block;}
.yitihua-list-title-box:after {display:block; content:''; clear:both;}
.yitihua-list-icon-box {
	float:left;
	padding: 5px;
	margin-right: 15px;
	/* border-radius: 50%; */
	overflow: hidden;
	background-color: #fff;
}
.yitihua-list-icon {width: 50px; height: 50px; display: block;}
.yitihua-list-title {
	font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}
.yitihua-list-entitle {display:block; font-weight:normal; font-size:14px; padding-top:5px;}
.yitihua-list-desc {
	/* margin-top: 16px; */
	font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
}

.yitihua-page-image-box {padding-top: 20px; text-align: center;}
.yitihua-page-image {}

@media (min-width: 768px) {
	.yitihua-list-link:hover {transform: scale(1.02);}
	/* .yitihua-list-link-bg:hover {
		background-color: #fc0000;
	}
	.yitihua-list-link-bg:hover .yitihua-list-info {
		color: #fff;
	}
	.yitihua-list-link-bg:hover .yitihua-list-desc {
		color: #fff;
	} */
}
@media (max-width: 1600px) {
	.yitihua-list-ul {margin: 0;}
	.yitihua-list-link {padding: 5%;}
	/* .yitihua-list-link-bg {padding: 7% 5%;} */
	.yitihua-list-icon-box {margin-right: 12px;}
	.yitihua-list-desc {font-size: 15px;}
}
@media (max-width: 1200px) {
	.yitihua-page-body {margin: 50px 0;}
}

@media (max-width: 992px) {
	.yitihua-page-body {margin: 40px 0;}
}

@media (max-width: 768px) {
	.yitihua-page-body {margin: 30px 0;}
	.yitihua-page-image-box {padding-top: 10px;}
	.yitihua-list-ul {margin: 0; padding-top: 15px;}
	.yitihua-list-link {padding: 15px;}
	.yitihua-list-link-bg {padding: 30px 20px;}
	.yitihua-list-title-box {text-align: center;}
	.yitihua-list-title {font-size: 18px; line-height: 1.8;}
	.yitihua-list-icon-box {float: none; margin: 0 auto;}
	.yitihua-list-desc {margin-top: 5px; font-size: 14px; line-height: 20px; height: auto;}
}

@media (max-width: 560px) {
	.yitihua-list-li {box-sizing: border-box; width: 50%;}
	/* .yitihua-list-link { padding: 20px 10px; } */
	.yitihua-list-title {font-size: 16px;}
	.yitihua-list-desc {}
}

@media (max-width: 480px) {
	.yitihua-page-image-box {padding-top: 0;}

	.yitihua-list-link {padding: 5px;}
	.yitihua-list-link-bg {padding: 20px 15px;}
	/* .yitihua-list-link { padding: 15px 10px; } */
	.yitihua-list-icon-box {}
	.yitihua-list-icon {width: 40px; height: 40px; margin: 0 auto;}
	.yitihua-list-title {font-size: 14px;}
	.yitihua-list-entitle {padding-top: 0; font-size: 13px;}
	/* .yitihua-list-desc {font-size: 12px; line-height: 18px;} */
}

@media (max-width: 380px) {
	.yitihua-list-desc {}
	
}

@media (max-width: 375px) {
	.yitihua-list-li {box-sizing: border-box; /* width: 50%; */}
	/* .yitihua-list-link {padding: 15px 8px;} */
}
/* 光储充一体化解决方案 end */


/* 数字化事业群 start */
.page-mask {
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-mask-info {
	position: relative;
	padding: 0 100px;
}

.shiyequn-page-left {
	overflow: hidden;
}

.shiyequn-page-bg {
	padding: 20px 0;
}
.shiyequn-right-bg {
	overflow: hidden;
	padding: 120px 0 0 120px;
	/* max-width: 400px; */
}

.shiyequn-type-name {
	font-size: 50px;
	color: #18EABB;
}
.shiyequn-type-line {
	margin-top: 30px;
	background-color: #18EABB;
	height: 5px;
	width: 60px;
}

.shiyequn-page-desc {
	font-size: 22px;
	line-height: 2;
	color: #fff;
}
@media (max-width: 1500px) {
	.shiyequn-right-bg {padding: 60px 0 0 60px;}
}
@media (max-width: 1200px) {
	.shiyequn-right-bg {padding: 30px 0 0 30px;}
	.page-mask-info {padding:0 10px;}
}
@media (max-width: 992px) {
	.page-mask-info {padding:0 10px;}
	.shiyequn-type-name {font-size: 22px;}
	.shiyequn-type-line {height: 3px; margin: 15px 0 0;}
	.shiyequn-page-desc {line-height: 1.8; font-size: 18px;}
}
@media (max-width: 666px) {
	.shiyequn-page-right {float: none; width: auto; }
	.shiyequn-right-bg {max-width: none; padding: 0 0 20px;}
	.shiyequn-type-name {text-align: center;}
	.shiyequn-page-desc {text-align: center;}
	.shiyequn-type-line {margin: 15px auto 0;}
	.shiyequn-page-bg {padding: 0;}
}
@media (max-width: 480px) {
	.shiyequn-right-bg {}
	.shiyequn-type-name {font-size: 18px;}
	.shiyequn-type-line {margin-top: 10px;}
	.shiyequn-page-desc {line-height: 1.6; font-size: 14px;}
}
/* 数字化事业群 end */


/* 基于工业互联网的智能制造 start */
.zhizao-page-bg {
	padding-top: 30px;
}

.zhizao-page-right {
	overflow: hidden;
}

.zhizao-right-bg {
	overflow: hidden;
	padding: 0 50px;
	color: #333;
}

.zhizao-page-title {
	color: #000;
}

@media (min-width: 993px) {
	.zhizao-page-title {
		font-size: 36px;
	}
	.zhizao-page-desc {
		margin-top: 10px;
		font-size: 20px;
		line-height: 1.8;
	}
}

.zhizao-list-ul {
	
}


.zhizao-list-link {
	margin: 20px 0;
	display: block;
}

.zhizao-list-title {
	display: inline-block;
	width: 180px;
	background-color: #1FBC9F;
	line-height: 46px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

.zhizao-list-desc {
	padding-left: 10px;
	margin-top: 10px;
	line-height: 1.8;
	font-size: 20px;
	color: #333;
}
@media (max-width: 992px) {
	.zhizao-right-bg {padding: 0 20px;}
}
@media (max-width: 888px) {
	.zhizao-page-bg {padding-top: 0;}
	.zhizao-right-bg {}
	.zhizao-list-title { font-size: 20px; line-height: 40px;}
	.zhizao-list-desc {line-height: 1.6; font-size: 18px;}
}
@media (max-width: 768px) {
	.zhizao-page-left {float: none; width: auto;}
	.zhizao-right-bg {padding: 0;}
	.zhizao-typename-box {text-align: center;}
	.zhizao-list-li {width: 50%; float: left;}
	.zhizao-list-link {margin: 10px;}
	.zhizao-list-title {display: block; width: auto;}
}
@media (max-width: 560px) {
	.zhizao-list-title { font-size: 18px;}
	.zhizao-list-desc { font-size: 16px;}
}
@media (max-width: 480px) {
	/* .zhizao-list-li {width: auto; float: none;} */
	.zhizao-list-link {margin: 5px;}
	.zhizao-list-title { font-size: 16px; line-height: 2; /* color: #1FBC9F;background: none; text-align: left; */}
	.zhizao-list-desc { font-size: 14px; margin-top: 5px;}
}
/* 基于工业互联网的智能制造 end */


/* 输入 start */
.shuru-page-box {
	overflow:hidden;
}
.shuru-page-info {text-align: justify;}
.shuru-list-ul {
	margin: 0 -50px;
	padding-top: 20px;
	display: flex; 
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.shuru-list-li {
	box-sizing: border-box;
	width: 50%;
}
.shuru-list-link {
	display:block; 
	/* padding: 40px 50px; */
	padding: 5% 6%;
	border-radius: 5px; 
	/* box-shadow: 0 0 5px #dedede; */
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	box-sizing: border-box;
	height: 100%;
}
.shuru-list-link-bg {
	/* padding: 60px; */
	/* padding: 8%; */
	padding: 7%;
	background-color: #fff; 
	box-sizing: border-box;
	height: 100%;
	box-shadow: 0 0 20px #dedede;
	/* box-shadow: 0 0 1px #dedede; */
}
.shuru-list-info {overflow: hidden;}
.shuru-list-title-box {display:block;}
.shuru-list-title-box:after {display:block; content:''; clear:both;}
.shuru-list-icon-box {
	float:left;
	padding: 10px;
	margin-right: 32px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
}
.shuru-list-icon {width: 50px; height: 50px; display: block;}
.shuru-list-title {
	font-size: 22px;
    font-weight: 600;
    line-height: 33px;
}
.shuru-list-entitle {display:block; font-weight:normal; font-size:14px; padding-top:5px;}
.shuru-list-desc {
	margin-top: 16px;
	font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
}

@media (min-width: 768px) {
	.shuru-list-link:hover {transform: scale(1.02);}
	.shuru-list-link-bg:hover {
		background-color: #fc0000;
	}
	/* .shuru-list-link-bg:hover .shuru-list-icon-box {
		background-color: #fff;
		border-color: transparent;
	} */
	.shuru-list-link-bg:hover .shuru-list-info {
		color: #fff;
	}
	.shuru-list-link-bg:hover .shuru-list-desc {
		color: #fff;
	}
}
@media (max-width: 1600px) {
	.shuru-list-ul {margin: 0;}
	.shuru-list-link {padding: 5%;}
	.shuru-list-link-bg {padding: 5%;}
	.shuru-list-icon-box {margin-right: 20px;}
	.shuru-list-desc {font-size: 15px;}
}
@media (max-width: 1200px) {
	.shuru-page-body {margin: 50px 0;}
}

@media (max-width: 992px) {
	.shuru-page-body {margin: 40px 0;}
}

@media (max-width: 768px) {
	.shuru-page-body {margin: 30px 0;}
	.shuru-list-ul {margin: 0; padding: 0;}
	.shuru-list-link {padding: 15px;}
	.shuru-list-link-bg {padding: 30px 20px;}
	.shuru-list-title-box {text-align: center;}
	.shuru-list-title {font-size: 18px; line-height: 1.8;}
	.shuru-list-icon-box {float: none; margin: 0 auto;}
	.shuru-list-desc {margin-top: 10px; font-size: 14px; line-height: 25px; height: auto;}
}

@media (max-width: 560px) {
	.shuru-list-li {box-sizing: border-box; width: 50%;}
	/* .shuru-list-link { padding: 20px 10px; } */
	.shuru-list-title {font-size: 16px;}
	.shuru-list-desc {}
}

@media (max-width: 480px) {
	.shuru-list-link {padding: 5px;}
	.shuru-list-link-bg {padding: 20px 15px;}
	/* .shuru-list-link { padding: 15px 10px; } */
	.shuru-list-icon-box {}
	.shuru-list-icon {width: 40px; height: 40px; margin: 0 auto;}
	.shuru-list-title {/* font-size: 14px; */}
	.shuru-list-entitle {padding-top: 0; font-size: 13px;}
	.shuru-list-desc {margin-top: 8px; /* font-size: 12px; line-height: 18px; */}
}

@media (max-width: 380px) {
	.shuru-list-desc {}
	
}

@media (max-width: 375px) {
	.shuru-list-li {box-sizing: border-box; /* width: 50%; */}
	/* .shuru-list-link {padding: 15px 8px;} */
}
/* 输入 end */


/* 输出 start */
.shuchu-list-ul {
}
.shuchu-list-left {
	width: 350rem;
}
.shuchu-list-link {margin-top: 40rem; padding: 50rem 60rem; background-color: #fff; border-radius: 10rem; transition: all .3s;}
.shuchu-list-left-bg {
	margin: 0 auto;
}
.shuchu-list-image-box {padding-bottom: 62.5%;}
.shuchu-list-image {object-fit: contain;}
.shuchu-list-right-bg {
	padding: 30rem 30rem 0;
}
.shuchu-list-right-bg-odd {padding-right: 0;}
.shuchu-list-right-bg-even {padding-left: 0;}
.shuchu-list-title {
	font-size: 28rem;
	/* font-size: 18rem; */
}
.shuchu-list-desc {
	margin-top: 25rem;
    line-height: 2;
	font-size: 18px;
    color: #333;
	text-align: justify;
}

.shuchu-list-link:hover {transform: translateX(-10px);}

@media (max-width: 992px) {
	.shuchu-list-link {
		margin-top: 20rem;
		padding: 40rem;
	}
	.shuchu-list-title {
		font-size: 19rem;
	}
	.shuchu-list-right-bg {
		padding: 0 30rem;
	}
}
@media (max-width: 768px) {
	.shuchu-list-ul {
		padding: 0 5rem;
	}
	.shuchu-list-link {
		margin-top: 10rem;
		padding: 30rem;
	}
	.shuchu-list-link1 {
		margin-top: 0;
	}
	.shuchu-list-left {
		width: auto;
		float:none;l
	}
	.shuchu-list-right-bg {
		margin-top: 20rem;
		padding: 0;
	}
	.shuchu-list-title {
		font-size: 18rem;
		text-align: center;
	}
	.shuchu-list-desc {
		margin-top: 10rem;
		font-size: 15rem;
		line-height: 1.6;
	}
	.shuchu-list-right-bg {
		padding: 0;
	}
}
@media (max-width: 480px) {
	.shuchu-list-link {
		padding: 20rem;
	}
}
/* 输出 end */


/* 业务介绍 start */
.detail-pinggu2-list-ul {padding-top: 25px; margin: 0 -50px;}
.detail-pinggu2-list-li {width: 50%; float: left;}
.detail-pinggu2-list-link {
	margin: 0 50px;
	padding: 40px;
	background: #fff;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    border-radius: 10px;
}
.detail-pinggu2-list-left {margin-right: 30px;}
.detail-pinggu2-list-icon {width: 100px; height: 100px; object-fit: contain;}

.detail-pinggu2-list-info {}
.detail-pinggu2-list-title {font-size: 22px; line-height: 25px; padding: 0 14px; margin-bottom: -8px;}
.detail-pinggu2-list-title2 {font-size: 20px; line-height: 24px; height: 48px; padding: 0;}
.detail-pinggu2-list-desc {padding: 20px; font-size: 17px; line-height: 34px; color: #333;}
.detail-pinggu2-list-desc-2 {}
.detail-pinggu2-list-desc-3 {padding: 14px; height: 75px; font-size: 17px; line-height: 24px;}
.detail-pinggu2-list-desc-4 {padding: 12px; height: 80px; font-size: 16px; line-height: 20px;}
.detail-pinggu2-list-desc-5 {padding: 8px; height: 90px; font-size: 15px; line-height: 18px;}

@media (max-width: 1500px) {
	.detail-pinggu2-list-ul {padding-top: 20px; margin: 0 -10px;}
	.detail-pinggu2-list-link {margin: 0 15px; padding: 30px;}
	.detail-pinggu2-list-left {margin-right: 20px;}
	.detail-pinggu2-list-title {font-size: 20px;}
	.detail-pinggu2-list-desc {padding: 15px; font-size: 16px;}
	.detail-pinggu2-list-desc-3 {padding: 12px;}
}
@media (max-width: 992px) {
	.detail-pinggu2-list-ul {padding-top: 15px; margin: 0; display: flex;}
	.detail-pinggu2-list-link {height: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;}
	.detail-pinggu2-list-left {float: none; width: auto; margin: 0; text-align: center;}
	.detail-pinggu2-list-icon {height: 90px;}
	.detail-pinggu2-list-info {padding-top: 10px;}
	.detail-pinggu2-list-title {margin-bottom: 10px; padding: 0; text-align: center; font-size: 18px;}
	.detail-pinggu2-list-desc {padding: 0; height: auto; display: block; font-size: 16px; line-height: 1.8;}
}
@media (max-width: 768px) {
	.detail-pinggu2-list-ul {padding-top: 10px;}
	.detail-pinggu2-list-link {padding: 30px 15px;}
	.detail-pinggu2-list-icon {height: 80px;}
	.detail-pinggu2-list-title {font-size: 16px; height: 72px;}
	.detail-pinggu2-list-desc {font-size: 15px; line-height: 1.6; text-align: center;}
}
@media (max-width: 480px) {
	.detail-pinggu2-list-ul {padding-top: 0;}
	.detail-pinggu2-list-link {margin: 0 10px;}
	.detail-pinggu2-list-icon {height: 70px;}
	.detail-pinggu2-list-title {font-size: 15px; line-height: 22px; height: 66px;}
	.detail-pinggu2-list-desc {font-size: 14px;}
}
/* 业务介绍 end */


/* 低碳智慧园区能源管理系统 start */
.detail-dengji1-page-box {
	
}

.detail-dengji1-list-ul {
	padding-top: 20px;
}
.detail-dengji1-list-ul-0 {padding-top: 0;}

.detail-dengji1-list-li {
	width: 20%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.detail-dengji1-list-link {
	display:block; 
	padding: 40px 40px 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	/* background-color: #fff;
	box-shadow: 0 0 20px  #dedede;
	border-radius: 10px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 360px;
	margin: 0 auto;
}
.detail-dengji1-list-link-bg {
	padding: 13% 8% 5% 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.detail-dengji1-list-icon {
	height: 100px;
	display: block;
	margin: 0 auto;
}
.detail-dengji1-list-info {
	overflow: hidden;
	position: relative;
	/* text-align: center; */
}
.detail-dengji1-list-num-row {
	line-height: 1;
	font-weight: bold;
	margin-bottom: 30px; 
	color: #e00;
}
.detail-dengji1-list-part {
	font-size: 22px;
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(135deg, #FEBEB4, #e00);
	background-image: linear-gradient(135deg, #FEBEB4, #e00); */
}
.detail-dengji1-list-num {
	font-size: 44px;
	/* -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(135deg, #FEBEB4, #e00);
	background-image: linear-gradient(135deg, #FEBEB4, #e00); */
}
.detail-dengji1-list-title {
	font-size: 26px;
	color: #e00;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	/* text-align: center; */
}
.detail-dengji1-list-desc {margin-top: 20px; line-height: 25px; height: 150px; overflow: hidden; font-size:16px; /* color: #333 */;}
.detail-dengji1-list-short {
	color: #e00;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: normal;
}
.detail-dengji1-list-more {display: block;}

/* @media (min-width: 768px) {
	.detail-dengji1-list-link:hover {
		-webkit-transform: scale(1.01);
		-moz-transform: scale(1.01);
		-ms-transform: scale(1.01);
		-o-transform: scale(1.01);
		transform: scale(1.01);
		background-color: #fc0000;
	}
	.detail-dengji1-list-link:hover .detail-dengji1-list-icon-box{
		background-color: #fff;
		border-color: transparent;
	}
	.detail-dengji1-list-link:hover .detail-dengji1-list-info {
		color: #fff;
	}
	.detail-dengji1-list-link:hover .detail-dengji1-list-desc {
		color: #fff;
	}
} */


.detail-dengji1-list-ul0 {}
.cmmi-why-list-li {width: 25%;}
.cmmi-why-list-info {padding: 0 10px; }

.detail-dengji1-list-title-2 { line-height: 29px; height: 58px; white-space: normal; -webkit-line-clamp: 6;}

.detail-dengji1-list-desc-2 {font-size: 16px; height: 60px; line-height: 30px;}
.detail-dengji1-list-desc-3 {font-size: 16px; height: 90px; line-height: 30px;}
.detail-dengji1-list-desc-4 {height: 100px; line-height: 25px;}
.detail-dengji1-list-desc-5 {height: 125px; }
.detail-dengji1-list-desc-7 {height: 175px; line-height: 25px;}
.detail-dengji1-list-desc-8 {font-size: 15px; height: 176px; line-height: 22px;}
.detail-dengji1-list-desc-9 {font-size: 14px; height: 180px; line-height: 20px;}
.detail-dengji1-list-desc-10 {font-size: 14px; height: 200px; line-height: 20px;}
.detail-dengji1-list-desc-11 {margin-top: 10px; font-size: 13px; height: 220px; line-height: 20px;}

.cmmi-flow-list-desc {height: 50px;}

.detail-dengji1-list-li-50 {width: 50%;}

.detail-dengji1-list-ul-33 { margin: 0 -35px;}
.detail-dengji1-list-li-33 {width: 33.3333333%;}
.detail-dengji1-list-link-33 {margin: 0 50px; padding: 40px;}
.detail-dengji1-list-desc-33 {}

.detail-dengji1-list-li-20 {width: 20%;}
.detail-dengji1-list-link-20 {padding-left: 25px; padding-right: 25px;}

.detail-dengji1-list-li-25 {width: 25%;}
.detail-dengji1-list-link-25 {margin: 20px; padding-left: 20px; padding-right: 20px;}

.detail-dengji1-list-li-16 {width: 16.666666667%;}

.detail-dengji1-list-li-14 {width: 14.28%;}
.detail-dengji1-list-link-14 {margin: 0 10px; padding: 25px 15px;}
.detail-dengji1-list-desc-14 {font-size: 15px; height: 100px; line-height: 25px;}

.guanbiao-list-short {font-size: 14px; height: 125px; line-height: 25px;}

.detail-dengji1-list-short-one {}
.detail-dengji1-list-short-two {height: 50px;}
.detail-dengji1-list-short-three {height: 75px;}



.detail-dengji1-list-link:hover {/* box-shadow: 0 0 30px #dedede; */transform: scale(1.05);}

@media (max-width: 1500px) {
	.detail-dengji1-list-ul {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: box;
		display: flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	/* .detail-dengji1-list-li {padding: 15px;} */
	.detail-dengji1-list-link {height:100%; padding-left: 15px; padding-right: 15px;}
	.detail-dengji1-list-title {font-size: 20px;}
	.detail-dengji1-list-desc {height: 154px; line-height: 22px; -webkit-line-clamp: 7;}
	.detail-dengji1-list-desc-2 {height: 154px; height: 66px; -webkit-line-clamp: 3;}
	.detail-dengji1-list-desc-3 {height: 88px; -webkit-line-clamp: 4;}
	.detail-dengji1-list-desc-4 {height: 110px; -webkit-line-clamp: 5;}
	.detail-dengji1-list-desc-5 {height: 132px; -webkit-line-clamp: 6;}
	.detail-dengji1-list-desc-7 {height: 176px;}
	.detail-dengji1-list-desc-9 {font-size: 13px; height: 200px; line-height: 20px; -webkit-line-clamp: 10;}
	.detail-dengji1-list-desc-10 {font-size: 13px; height: 220px; line-height: 20px; -webkit-line-clamp: 11;}
	.detail-dengji1-list-desc-11 {font-size: 12px; height: 216px; line-height: 18px; -webkit-line-clamp: 12;}
	
	.detail-dengji1-list-li-33 {padding: 0 50px;}
	.detail-dengji1-list-link-33 {padding: 40px 30px;}
	.detail-dengji1-list-li-25 {/* padding: 15px; */}
	.detail-dengji1-list-link-25 {padding-left: 15px; padding-right: 15px;}
	.detail-dengji1-list-link-16 {}
	.detail-dengji1-list-link-14  {padding-left: 10px; padding-right: 10px;}

	.detail-dengji1-list-desc-14 {font-size: 13px; height: 80px; line-height: 20px; -webkit-line-clamp: 4;}
	
	/* .detail-dengji1-list-short {height: 50px; line-height: 25px; -webkit-line-clamp: 2;} */
	.detail-dengji1-list-short-one {font-size: 16px; height: auto; -webkit-line-clamp: 1;}
	.detail-dengji1-list-short-two {font-size: 16px; height: 60px; line-height: 20px; -webkit-line-clamp: 3;}
	.detail-dengji1-list-short-three {font-size: 16px; height: 80px;  line-height: 20px; -webkit-line-clamp: 4;}
}
@media (max-width: 1400px) {
	/* .detail-dengji1-list-li {padding: 10px;} */
	.detail-dengji1-list-desc {font-size: 14px; height: 160px; line-height: 20px; -webkit-line-clamp: 8;}
}
@media (max-width: 992px) {
	.detail-dengji1-list-li {width: 50%; }
	.detail-dengji1-list-desc {font-size: 14px; display: block; height: auto;}
	.detail-dengji1-list-short {height: auto;}
}
@media (max-width: 768px) {
	.detail-dengji1-list-ul {padding-top: 0; margin: 0;}
	.detail-dengji1-list-li {box-sizing: border-box; width: 100%; float: none; padding: 5px;}
	.detail-dengji1-list-link-bg {padding-bottom: 8%; padding-top: 10%;}
	.detail-dengji1-list-li:nth-child(1) {padding-top: 0;}
	.detail-dengji1-list-link {padding: 20px 15px 10px;}
	.detail-dengji1-list-icon-box {float: none; margin: 0 auto;}
	.detail-dengji1-list-icon {height: 60px;}
	.detail-dengji1-list-num-row {margin-bottom: 15px; }
	.detail-dengji1-list-part {font-size: 20px;}
	.detail-dengji1-list-num {font-size: 38px;}
	.detail-dengji1-list-title-box {text-align: center;}
	.detail-dengji1-list-title {font-size: 18px; margin-top: 15px; height: auto;}
	.detail-dengji1-list-short {height: auto; display: block; line-height: 1.6;}
	.detail-dengji1-list-desc {margin-top: 10px; font-size: 14px; line-height: 22px; height: auto; /* min-height: 44px; */}

	.detail-dengji1-list-li-16, .detail-dengji1-list-li-25 {width: 50%; float: left; /* padding: 10px; */}
	.detail-dengji1-list-li-16:nth-child(2), .detail-dengji1-list-li-25:nth-child(2) {padding-top: 0;}

}
@media (max-width: 560px) {
	/* .detail-dengji1-list-link { padding: 20px 10px; } */
	.detail-dengji1-list-title {font-size: 17px;}
	.detail-dengji1-list-desc {}
}
@media (max-width: 480px) {
	/* .detail-dengji1-list-li {width: 100%;}
	.detail-dengji1-list-li+.detail-dengji1-list-li {margin-top: 5%;} */
	.detail-dengji1-list-link { padding: 30px 15px 10px; }
	.detail-dengji1-list-icon-box { }
	.detail-dengji1-list-icon {height: 40px;}
	.detail-dengji1-list-num-row {margin-bottom: 10px; }
	.detail-dengji1-list-part {font-size: 18px;}
	.detail-dengji1-list-num {font-size: 32px;}
	.detail-dengji1-list-title {margin-top: 12px; font-size: 16px; font-weight: bold; display: block; white-space: normal;}
	.detail-dengji1-list-short {margin-top: 3px; font-size: 15px; display: none;}
	.detail-dengji1-list-entitle {padding-top: 0; font-size: 13px;}
	.detail-dengji1-list-desc {font-size: 14px; line-height: 1.6;}
	
	.detail-dengji1-list-li-16, .detail-dengji1-list-li-25 {/* padding: 5px; */}
}
@media (max-width: 414px) {
	.detail-dengji1-list-link { padding: 25px 5px 5px; }
}
/* 低碳智慧园区能源管理系统 end */


/* 综合能源管控平台 start */
.nengyuan-page-bg {
	padding-top: 50px;
}

.nengyuan-image-bg {
	position: relative;
	/* padding: 8% 0; */
	padding: 5% 0;
	/* max-width: 373px; */
	max-width: 430px;
	margin: 0 auto;
}
.nengyuan-image-box {
	padding-bottom: 71.581769437%;
}

.nengyuan-page-image2 {
	position: absolute;
	margin: 0 auto;
	height: 160px;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.nengyuan-page-info {
	position: absolute;
	/* height: 100%; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 60px;
}


.nengyuan-list-ul {
	/* float: right; */
	
}

.nengyuan-list-li1 {
	/* position: absolute;
	bottom: 40%;
	left: 0; */
}
/* @media (min-width: 769px) { */
	.nengyuan-list-li { position: absolute;}
	/* .nengyuan-list-li-odd {float: left;}
	.nengyuan-list-li-even {float: right;} */
	.nengyuan-list-li1 {top: 10%; left: 0%;}
	.nengyuan-list-li2 {top: 5%; right: 5%;}
	.nengyuan-list-li3 {top: 40%; left: 5%;}
	.nengyuan-list-li4 {top: 30%; right: 0%;}
	.nengyuan-list-li5 {top: 70%; left: 0%;}
	.nengyuan-list-li6 {top: 55%; right: 0%;}
	.nengyuan-list-li7 {top: 80%; right: 5%;}
/* } */


.nengyuan-list-title-box {
	font-size: 26px;
	/* font-weight: bold; */
	line-height: 30px;
	display: inline-block;
	position: relative;
	padding: 20px 60px;
	border-radius: 35px;
	box-shadow: 0 0 20px #dedede;
	background-color: #fff;
}

.nengyuan-list-line {
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #7E7E7E;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.nengyuan-list-line1, .nengyuan-list-line2 {
	border: 1px dashed #838383;
	position: absolute;
	top: 80px;
	width: 100px;
}
.nengyuan-list-line1 {
	transform: rotate(45deg);
	right: -87px;
}

.nengyuan-list-line2 {
	transform: rotate(135deg);
	left: -87px;
}

.nengyuan-list-desc {
	clear: both;
	margin-top: 15px;
	font-size: 16px;
	line-height: 2;
	width: 200px;
	color: #333;
}


.nengyuan-page-line-row {margin-top: 20px;}
@media (min-width: 768px) {
	.nengyuan-page-line-row {margin-top: 30px;}
}
@media (min-width: 992px) {
	.nengyuan-page-line-row {margin-top: 40px;}
}
@media (min-width: 1200px) {
	.nengyuan-page-line-row {margin-top: 50px;}
}



@media (max-width: 1200px) {
	.nengyuan-page-image1 {height: 550px;}
}
@media (max-width: 992px) {
	.nengyuan-image-bg {max-width: 40%;}
	.nengyuan-image-box {}
	.nengyuan-page-info {}
	.nengyuan-list-title-box {padding: 15px 40px 10px;}
	.nengyuan-list-title {font-size: 22px;}

}
@media (max-width: 768px) {
	.nengyuan-image-box {float: none;}
	/* .nengyuan-page-info {position: relative; overflow: hidden; margin: 0; } */
	.nengyuan-list-title-box {padding: 12px 30px 8px;}
	.nengyuan-list-title {font-size: 18px;}
}
@media (max-width: 666px) {
	/* .nengyuan-image-bg {max-width: 35%;}
	.nengyuan-list-li1 {right: 43%;}
	.nengyuan-list-li2 {left: 43%;}
	.nengyuan-list-li3 {right: 60%;}
	.nengyuan-list-li4 {left: 60%;}
	.nengyuan-list-li5 {right: 60%;}
	.nengyuan-list-li6 {left: 60%;} */

	.nengyuan-list-title-box {padding: 12px 25px 8px;}
}
@media (max-width: 560px) {
	.nengyuan-page-bg {padding-top: 0;}
	.nengyuan-image-bg {display: block; padding: 0; max-width: 86%; width: 373px;}
	.nengyuan-page-info {position: relative; overflow: hidden; margin: 0; }
	.nengyuan-list-ul {float: none; padding-top: 20px; font-size: 0; text-align: center;}
	.nengyuan-list-li {position: static; transform: none; /* float: left; width: 33.333333%; */ display: inline-block;}
	.nengyuan-list-link {margin: 5px;}
	.nengyuan-list-title-box {padding: 12px 35px 8px; width: auto; display: block;}
	.nengyuan-list-title {text-align: center;}
}
@media (max-width: 480px) {
	.nengyuan-list-title-box {padding: 10px 25px 5px;}
	.nengyuan-list-title {font-size: 16px;}
}
/* 综合能源管控平台 end */


/* 生态服务 start */
.shengtai-page-row+.shengtai-page-row {margin-top: 40rem;}
.shengtai-page-row-bg {padding: 60rem; transition: all .3s; display: flex; align-items: center;}
.shengtai-page-left {width: 300px; margin-right: 50px;}
/* .shengtai-page-left-bg {margin: 0 10%;} */
/* .shengtai-page-image-box {padding-bottom: 94.3447037702%;} */
/* .shengtai-page-image {object-fit: contain;} */

.shengtai-page-right {width: calc(100% - 450px);}
.shengtai-page-info-desc {font-size: 16px; line-height: 2;}

.shengtai-list-li {width: 33.3333333%;}
.shengtai-list-link { margin: 0 20px;}
.shengtai-list-num {margin: 0 auto; padding: 10rem; width: 30rem; height: 30rem; line-height: 30rem; font-size: 30rem; background-color: #fc0000; color: #fff; text-align: center; border-radius: 50%;}
.shengtai-list-title {font-size: 26px;}
.shengtai-list-desc {margin-top: 30rem; line-height: 1.75; font-size: 16rem; color: #333; /* height: 180rem; */ line-height: 30rem; overflow: hidden;}
.shengtai-list-more {margin-top: 10rem; display: block; font-size: 16rem; text-decoration: underline; color: #007DC7;}
.shengtai-page-more {margin: 0 20rem;}


.shengtai-page-row-bg:hover {transform: translateX(-10px);}


@media (min-width: 769px) {
	.shengtai-page-info-desc {}
}
@media (max-width: 768px) {
	.shengtai-page-row {margin-top: 20px;}
	.shengtai-page-row-bg {padding: 15px; display: block;}
	.shengtai-page-image-box {padding-bottom: 0; text-align: center; margin-bottom: 20px;}
	.shengtai-page-image {max-height: 220px; position: static;}
	
	.shengtai-page-info {text-align: left;}
	.shengtai-page-info-desc {margin-top: 0; font-size: 16px;}

	.shengtai-list-num {font-size: 16px; padding: 5px;}
	.shengtai-list-desc {margin-top: 15px; height: 198px; font-size: 12px; line-height: 18px;}
	
	.shengtai-page-row {margin-top: 0;}
	.shengtai-list-more {font-size: 14px;}
	
	.shengtai-page-more {margin: 0 0.1vw;}
	
	.shengtai-page-left, .shengtai-page-right {float: none; width: auto; margin: 0;}
}

@media (max-width: 480px) {
	.shengtai-page-image-box {margin-bottom: 10px;}
	.shengtai-page-info-desc {font-size: 14px;}
}
/* 生态服务 end */


/* 生态服务业务多元化布局  start */
.buju-page-row+.buju-page-row {margin-top: 60rem;}
.buju-page-row-bg {}
.buju-page-info-desc {margin-top: 60rem; font-size: 22rem; line-height: 2;}

.buju-list-ul {}
.buju-list-li {width: 25%;}
.buju-list-li-bg {box-sizing: border-box; height: 100%; padding: 10rem;}
.buju-list-link {overflow: hidden; height: 100%;}
.buju-list-title {padding: 20rem; line-height: 30rem; font-size: 22rem; background-color: #fc0000;}
.buju-list-info {padding: 5rem 10rem;}
.buju-list-info p {padding: 5rem 20rem; height: 40rem; display: flex; align-items: center; justify-content: center; border-bottom: 1rem solid #efefef;}
.buju-list-desc {margin-top: 30rem; line-height: 1.75; font-size: 16rem; color: #333; height: 180rem; line-height: 30rem;}
.buju-list-more {margin-top: 10rem; font-size: 16rem; text-decoration: underline; color: #007DC7;}
.buju-page-more {margin: 0 20rem;}


.baokuo-page-row-bg {max-width: 1200rem; margin: 0 auto;}
.baokuo-list-li {width: 25%;}
.baokuo-list-link {}
.baokuo-list-info-row {padding: 40rem 5rem;}
.baokuo-list-more {margin: 0;}

@media (max-width: 1200px) {
	.buju-page-info-desc {margin-top: 50px; font-size: 20px;}
	
}
@media (max-width: 992px) {
	.buju-page-info-desc {margin-top: 40px; font-size: 18px;}
	.buju-page-row+.buju-page-row{margin-top: 40px;}
	
	.buju-list-info p {font-size: 12px; line-height: 16px;}
}
@media (max-width: 768px) {
	.buju-page-info-desc {margin-top: 30px; font-size: 16px;}
	
	.buju-page-row+.buju-page-row{margin-top: 20px;}
	
	.buju-list-li {width: 33.33333333%;}
	.buju-list-li-bg {padding: 5rem;}
	.buju-list-info p {font-size: 14px; line-height: 18px;}
	
	.buju-list-title {font-size: 18px; padding: 15px;}
	.baokuo-list-info-row {padding: 30px 0;}
	.buju-list-more {font-size: 14px;}
	
	.baokuo-list-li {width: 50%;}
}
@media (max-width: 480px) {
	.buju-page-info-desc {margin-top: 10px; font-size: 14px;}
	
	.buju-page-row+.buju-page-row{margin-top: 10px;}
	
	.buju-list-li {width: 100%;}
	
	.buju-list-title {font-size: 16px; padding: 10px;}
	.baokuo-list-info-row {padding: 20px 0;}
}
/* 生态服务业务多元化布局  end */
/* 生态服务业务多元化布局 start */
.buju2-page-box {
    /* background-color: #fff; */
}

.buju2-page-item {
    width: 33.3333333333%;
	box-sizing: border-box;
	padding: 1%;
}
.buju2-page-item-bg {
    box-shadow: 0 0 38px rgba(187, 186, 207, .3);
    background-color: #fff;
    border-radius: 6px;
	height: 100%;
	overflow: hidden;
}
.buju2-page-item-title-bg {
    width: 100%;
    border-radius: 6px 6px 0 0;
	text-align: center;
}
.buju2-page-item-title-box {
    padding: 11% 0;
    /* background: url(/template/default/html/skin/images/hot_01.png) no-repeat right center; */
    color: #fff;
	background-color: #fc0000;
	background-image: -webkit-linear-gradient(90deg, #ff5252, #fb875a);
	background-image: -moz-linear-gradient(90deg, #ff5252, #fb875a);
	background-image: -ms-linear-gradient(90deg, #ff5252, #fb875a);
	background-image: -o-linear-gradient(90deg, #ff5252, #fb875a);
	background-image: linear-gradient(90deg, #ff5252, #fb875a);
	/* background-color: #F1F4F7; */
}

.buju2-page-item-title {
    font-size: 36px;
    padding: 30px 0 2px 20px;
	line-height: 30px;
}

.buju2-page-item-desc {
    font-size: 12px;
	line-height: 20px;
    color: #fff;
    padding: 0 22px;
	overflow: hidden;
	margin-top: 10px;
}
.buju2-page-item-desc span {
    display: inline-block;
    font-size: 12px;
    background: #fff;
    padding: 4px 7px;
    border-radius: 14px;
    margin-right: 5px;
    margin-top: 12px;
	line-height: 20px;
}
.buju2-page-item-bottom {
    padding: 0 20px;
    box-sizing: border-box;
}



.buju2-list-ul {
	padding: 20px 0;
	overflow: hidden;
}
.buju2-list-li {width: 50%;}
.buju2-list-link {margin: 10px;}
.buju2-list-icon {
    display: block;
    height: 60px;
    margin: 0 auto;
}
.buju2-list-title {
    margin-top: 20px;
    color: #000;
    text-align: center;
	font-size: 16px;
	line-height: 22px;
	height: 44px;
}
.buju2-list-btn {line-height: 32px; font-size: 14px;
    background-color: #fc0000;
	border-radius: 20px;
	box-shadow: 0 0 18px rgba(231, 113, 73, .3);
}
.buju2-list-btn:hover {
    background-color: #e77149;
}





/* .buju2-page-item-title-bg1 {
    background: -webkit-linear-gradient(to left, #00cca8, #61dba3);
    background: -moz-linear-gradient(to right, #00cca8, #61dba3);
    background: -ms-linear-gradient(to right, #00cca8, #61dba3);
    background: -o-linear-gradient(to right, #00cca8, #61dba3);
    background: linear-gradient(to right, #00cca8, #61dba3);
} */
.buju2-page-item-desc1 span {
    color: #00b192;
}
.buju2-list-li1-3 {width: 100%;}
/* .buju2-list-btn1 {
    background: #00d0a6;
    box-shadow: 0 0 18px rgba(0, 236, 193, 0.3);
}
.buju2-list-btn1:hover {
    background: #11c3a3;
} */


.buju2-page-item-desc2 span {
    color: #6d6bff;
}
/* .buju2-page-item-title-bg2 {
    background: -webkit-linear-gradient(to right, #464aff, #9447fa);
    background: -moz-linear-gradient(to right, #464aff, #9447fa);
    background: -ms-linear-gradient(to right, #464aff, #9447fa);
    background: -o-linear-gradient(to right, #464aff, #9447fa);
    background: linear-gradient(to right, #464aff, #9447fa);
} */
.buju2-list-li2 {
	width: 33.333333333%;
}
.buju2-list-li2-4, .buju2-list-li2-5 {width: 50%;}
/* .buju2-list-btn2 {
    background: #6c6eff;
    box-shadow: 0 0 18px rgba(108, 110, 255, .3);
}
.buju2-list-btn2:hover {
    background: #5154f4;
} */



/* .buju2-page-item-title-bg3 {
    background: #ff0000;
	background-image: -webkit-linear-gradient(to right, #ff0000 ,#fb875a);
	background-image: -moz-linear-gradient(to right, #ff0000 ,#fb875a);
	background-image: -ms-linear-gradient(to right, #ff0000 ,#fb875a);
	background-image: -o-linear-gradient(to right, #ff0000 ,#fb875a);
	background-image: linear-gradient(to right, #ff0000 ,#fb875a);
}
.buju2-list-btn3 {
    background: #ff0000;
	box-shadow: 0 0 18px rgba(231, 113, 73, .3);
}
.buju2-list-btn3:hover {
    background: #e77149;
} */



.buju2-list-title:hover {
    color: #fc0000;
}

@media (max-width: 992px) {
	.buju2-page-item-title {padding: 20px 0 2px 15px; font-size: 20px;}
	.buju2-page-item-desc span {padding: 0 5px; margin: 4px 2px;}
	
	.buju2-page-item-tab-title {font-size: 15px;}

	.buju2-list-li {width: 50%;}
	.buju2-list-btn {width: auto; padding: 0 10px;}
	.buju2-list-icon {height: 56px;}
}
@media (max-width: 888px) {
	.buju2-page-item-tab-title {font-size: 14px;}
	.buju2-list-li-dd {padding: 0; margin-bottom: 5px;}
	.buju2-list-li-dd b {display: none;}
}
@media (max-width: 768px) {
	.buju2-page-body-bg {display: block;}
	
	.buju2-desc {padding-bottom: 20px;}
	.buju2-page-item {width: 100%; float: none; height: auto; }
	.buju2-page-item-title-box {padding: 20px 0;}
	.buju2-page-item-title-bg {height: auto; padding: 0; width: auto;}
	
	.buju2-list-ul {padding: 10px 0;}
	.buju2-list-link {margin: 8px;}
	.buju2-list-icon-bg {margin: 20px 0;}
	.buju2-list-icon {height: 50px;}
	.buju2-list-title {margin-top: 8px; font-size: 15px; line-height: 20px; height: 40px;}
	.buju2-page-item-tab-title {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
	
	.buju2-list-btn {padding: 0 15px;}
}
@media (max-width: 666px) {
	.buju2-list-li-dl {margin: 0;}
	.buju2-list-li-dd {line-height: 22px; margin-bottom: 2px;}
}

@media (max-width: 560px) {
	.buju2-type-name {font-size: 22px;}
	.buju2-page-item-bg {margin-bottom: 10px;}
	.buju2-page-item-title {padding: 0; text-align: center;}
	.buju2-page-item-desc {padding: 0; height: auto; margin: 2px 0;}
	.buju2-page-item-desc1 {height: auto;}
	.buju2-page-item-tab-title-box {padding: 8px 0; margin-bottom: 10px;}
	.buju2-list-ul {height: auto;}
	.buju2-list-icon-bg {margin: 15px 0 5px;}
	.buju2-list-icon {height: 45px;}
}

@media (max-width: 480px) {
	.buju2-type-name {font-size: 18px;}
	.buju2-desc {font-size: 13px; padding-bottom: 10px;}
	
	.buju2-list-title {font-size: 14px;}
}
/* 生态服务业务多元化布局 end */
/* 生态服务业务多元化布局 start */
.buju3-page-row+.buju3-page-row {margin-top: 30px;}
.buju3-list-ul {
	margin: 0 -15px;
}

.buju3-list-li {
	float: left;
	width: 33.33333333%;
}
.buju3-list-li-1 {width: 33.333333333%;}
.buju3-list-li-bg {padding: 15px; box-sizing: border-box; height: 100%;}
.buju3-list-link {
	/* cursor: unset; */
	display: block;
	/* box-shadow: 0 0 2px #dedede; */
	box-shadow: 8px 8px 20px rgba(55,99,170,.1);
	background-color: #fff;
	 box-sizing: border-box; height: 100%;
}
.buju3-list-link-bg {padding: 25px 40px; border-radius: 8px; background-image: none !important;}
.buju3-list-left {width: 110px; margin-left: 15px; float: right;}
.buju3-list-image-box {
	padding-bottom: 100%;
	/* border-radius: 50%;
	overflow: hidden; */
}

.buju3-list-image {
	/* border-radius: 50%; */
	object-fit: contain;
}
.buju3-list-right-bg {padding-top: 20px;}
.buju3-list-more-box {
	margin-top: 30px;
}
.buju3-list-title {font-size: 18px; line-height: 30px;}
.buju3-list-desc {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	line-height: 22px;
}


.buju3-list-link:hover {box-shadow: 0 2px 8px #dedede; box-shadow: 0 0 20px rgba(55,99,170,.1);}

.buju3-list-image:hover  {box-shadow: none;}
@media (max-width: 992px) {
	.buju3-list-li {
		/* width: 25%; */
	}
	.buju3-list-li-bg {
		padding: 12px ;
	}
}

@media (max-width: 768px) {
	.buju3-list-ul {
		padding: 0;
		margin: 0 -10px;
	}
	.buju3-list-li {
		width: 33.33333333%;
	}
	.buju3-list-li-bg {
		padding: 10px;
	}
	.buju3-list-link-bg{padding: 20px 10px;}
	.buju3-list-left {float: none; margin: 0 auto; width: 100px; max-width: 90%;}
	.buju3-list-right-bg {text-align: center; padding-top: 15px;}
	
	.buju3-list-title { font-size: 18px; display: block; height: auto; white-space: normal; line-height: 1.6;}
	.buju3-list-desc {margin-top: 5px; display: block; height: auto; white-space: normal; font-size: 15px;}
}

@media (max-width: 480px) {
	.buju3-page-row+.buju3-page-row {margin-top: 15px;}
	.buju3-list-ul {
		margin: 0 -5px;
	}
	.buju3-list-li {
		/* width: 50%; */
	}

	.buju3-list-li-bg {
		padding: 5px;
	}
	.buju3-list-link-bg{padding: 15px 10px;}
	.buju3-list-image-box {padding-bottom: 60%;}
	.buju3-list-right-bg {padding-top: 5px;}
	
	.buju3-list-title { font-size: 16px;}
	.buju3-list-desc {font-size: 14px; line-height: 20px;}
}
/* 生态服务业务多元化布局 end */



/* 行业应用软件 start */
/* .buju2-typename-box {margin-bottom: 10px;} */
.buju2-typename-bg {
	/* border-radius: 10px;
	letter-spacing: 20px;
	padding: 10px 0;
	color: #fff;
	background-color: #fc0000;
	background-image: -webkit-linear-gradient(90deg, #ff5252, #fb875a);
	background-image: -moz-linear-gradient(90deg, #ff5252, #fb875a);
	background-image: -ms-linear-gradient(90deg, #ff5252, #fb875a);
	background-image: -o-linear-gradient(90deg, #ff5252, #fb875a);
	background-image: linear-gradient(90deg, #ff5252, #fb875a); */
}
@media (min-width: 769px) {
	/* .buju2-type-name {font-size: 38px;} */
}


.zhuanti-page-body-bg {/* max-width: 1200px; */margin: 0 auto; padding: 30px; border-radius: 8px;
/* background-color: #F1F4F7; */
background-color: #f5f8fa;
}
.zhuanti-page-left {margin-left: 5px;}
.zhuanti-page-left-bg {
	height: 100%;
	border-radius: 10px;
	/* color: #fff;
	background-color: #fc0000;
	background-image: -webkit-linear-gradient(#fb875a, #ff0000);
	background-image: -moz-linear-gradient(#fb875a, #ff0000);
	background-image: -ms-linear-gradient(#fb875a, #ff0000);
	background-image: -o-linear-gradient(#fb875a, #ff0000);
	background-image: linear-gradient(#fb875a, #ff0000); */
}
.zhuanti-page-left-type-name {
	/* padding: 15px; */
	padding: 10px;
	width: 30px; font-size: 30px; font-weight: bold; text-align: center;
}

.zhuanti-page-body-row+.zhuanti-page-body-row{margin-top: 5px;}
.zhuanti-page-body-row-bg {
	/* border:1px solid #efefef; */ overflow: hidden; /* box-shadow: 0 0 5px #dedede; */
	/* background-color: #fff; */
	border-radius: 10px;
	/* border: 1px solid #FFF; */
	/* background-color: #f5f7fa; */
}
.zhuanti-page-right-item {height: 100%; box-sizing: border-box; /* border: 1px solid #efefef; botder-top: 0; */}
.zhuanti-page-row-left {margin-right: 5px;}
.zhuanti-page-row-left-bg {
	height: 100%;
    /* background: linear-gradient(180deg, #EEF5FF 39.53%, #FFF 99.77%); */
	/* background-image: -webkit-linear-gradient(#71B0DC, #0070C0);
	background-image: linear-gradient(#71B0DC, #0070C0); */
	/* color: #fff;
	background-color: #fc0000;
	background-image: -webkit-linear-gradient(#ff0000, #fb875a);
	background-image: -moz-linear-gradient(#ff0000, #fb875a);
	background-image: -ms-linear-gradient(#ff0000, #fb875a);
	background-image: -o-linear-gradient(#ff0000, #fb875a);
	background-image: linear-gradient(#ff0000, #fb875a); */
}
.zhuanti-row-left-type-name {
	/* padding: 15px; */
	padding: 10px;
	width: 30px; font-size: 30px; font-weight: bold; text-align: center;
}
.zhuanti-page-left-type-subname {line-height: 1.8;}
.zhuanti-page-left-type-desc {margin-top: 10px; font-size: 18px; font-weight: normal;}
.zhuanti-page-left-type-desc>div {text-align: right;}

.zhuanti-page-row-right {overflow: hidden; width: 100%;}
.zhuanti-page-row-right-bg {
	
	height: 100%;
	box-sizing: border-box;
	/* background-image: linear-gradient(#fdfdfd, #f9e4e4); */
	/* background-color: #f8f8f8; */
	/* background-color: #FFE9E8;
	padding: 30px; */
}
.ruanjian-list-ul-line {}


.ruanjian-right-row+.ruanjian-right-row {margin-top: 30px;}
.ruanjian-right-type-name-box {margin-bottom: 10px;}
.ruanjian-right-type-name, .ruanjian-right-type-desc {padding: 10px 15px;}
.ruanjian-right-type-name {font-size: 22px;}
.ruanjian-arrow-bottom {position: relative;  line-height: 20px; padding: 5px 15px; display: inline-block;
 /* border-radius: 15px; color: #fff; background-color: #FF876E; */
 border-radius: 5px;  
 /* background-color: #DFE4E9; */
}
.ruanjian-arrow-bottom:after {
    content: '';
    position: absolute;
    top: 100%;
	left: 50%;
	margin-left: -6px;
    border: 6px solid;
    border-color: #fc0000  transparent transparent transparent;
    opacity: 0.8;
}
.ruanjian-arrow-bottom1 {padding: 10px 25px; /* border-radius: 21px; */ border-radius: 8px;}
.ruanjian-right-type-desc {}

.ruanjian-list-ul-line {height: 30px; margin-bottom: -20px; background-position: left center; background-size: auto 100%;}
.ruanjian-list-ul {padding: 0 15px;}
.ruanjian-list-li {}
.ruanjian-list-link {padding: 10px; text-align: center; box-sizing: border-box; height: 100%;}
.ruanjian-list-info {height: 100%;}
.ruanjian-list-row+.ruanjian-list-row {margin-top: 20px;}
.ruanjian-list-short {font-weight: normal; font-size: 18px;/* color: #333; */}
.ruanjian-list-icon {height: 60px; margin:0 auto;}
.ruanjian-list-title {font-size: 18px; font-weight: normal; background-color: #fff; display: inline-block; text-align: center; padding: 5px 20px; line-height: 20px; 
/* border-radius: 16px;
border: 1px solid #FFB2A4; */
border-radius: 5px;
border: 1px solid #E5E9ED;
border-color: #fc0000;
}

@media (max-width: 1200px) {
	/* .zhuanti-page-row-right-bg {padding: 20px 15px;} */
	.ruanjian-list-ul-line {display: none;}
	.ruanjian-list-ul {padding: 0;}
}
@media (max-width: 992px) {
	.buju2-typename-box {margin-bottom: 2px;}
	.zhuanti-page-row-left {margin-right: 2px;}
	.zhuanti-page-left {margin-left: 2px;}
	.zhuanti-page-body-row+.zhuanti-page-body-row {margin-top: 2px;}
	
	.zhuanti-page-left-type-name, .zhuanti-row-left-type-name {font-size: 22px; width: 25px; padding: 10px;}
	.zhuanti-page-row-left-bg {}
	
	
	/* .zhuanti-page-row-right-bg {padding: 15px 10px;} */
	.ruanjian-right-type-name, .ruanjian-right-type-desc {padding: 10px;}
	
	.ruanjian-list-link {padding: 8px;}
	.ruanjian-list-row+.ruanjian-list-row {margin-top: 15px;}
	.ruanjian-list-title {font-size: 16px; padding: 5px 15px;}
}
@media (max-width: 768px) {
	.buju2-typename-bg {padding: 8px}
	
	.zhuanti-page-body-bg {padding: 10px}
	
	.zhuanti-page-left-type-name, .zhuanti-row-left-type-name {font-size: 22px; width: 22px; padding: 8px;}
	.zhuanti-page-left-type-desc {font-size: 16px;}
	
	/* .zhuanti-page-row-right-bg {padding: 10px 5px;} */
	.ruanjian-right-type-name, .ruanjian-right-type-desc {padding: 0;}
	.ruanjian-arrow-bottom {font-size: 13px;}
	
	.ruanjian-list-link {padding: 5px;}
	.ruanjian-list-row+.ruanjian-list-row {margin-top: 10px;}
	.ruanjian-list-title, .ruanjian-arrow-bottom {padding: 4px 10px;}
	.ruanjian-list-title {font-size: 14px;}
}
@media (max-width: 480px) {
	.buju2-typename-bg {padding: 6px}
	.zhuanti-page-left-type-name, .zhuanti-row-left-type-name {font-size: 18px; width: 18px; padding: 5px;}
	.zhuanti-page-left-type-desc {font-size: 14px;}
	
	/* .zhuanti-page-row-right-bg {padding: 8px 5px;} */
	.ruanjian-arrow-bottom {font-size: 13px;}
	
	.ruanjian-list-title, .ruanjian-arrow-bottom {padding: 3px 9px;}
	
	.ruanjian-list-title {font-size: 12px;}
}
/* 行业应用软件 end */


/* 华为企业业务核心合作伙伴 start */
.hezuo2-type-desc {/* font-size: 16px; */}
.hezuo2-type-desc-btn {
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	padding: 5px 20px;
	border-radius: 8px; 
	background-color: #fc0000;
	-webkit-background-image: linear-gradient(to right, #FE6A5E, #D9242B);
	-moz-background-image: linear-gradient(to right, #FE6A5E, #D9242B);
	-ms-background-image: linear-gradient(to right, #FE6A5E, #D9242B);
	-o-background-image: linear-gradient(to right, #FE6A5E, #D9242B);
	background-image: linear-gradient(to right, #FE6A5E, #D9242B);
	color: #fff;
}
@media (min-width: 769){
	.hezuo2-type-desc {font-size: 22px;}
}

.hezuo-page-image-box {padding-bottom: 390px;}
.hezuo-page-image {display: block; margin:0 auto;}
.hezuo-page-icon-box {
	height: 66%;
	position: absolute; top: 10%; left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hezuo-page-icon {
	height: 100%;
	animation: shandong 2s infinite;
}
@keyframes shandong {
  0% {
    /* opacity: 1; */
    transform: translateY(0);
  }
  50% {
    /* opacity: 0; */
    transform: translateY(-10px);
  }
  100% {
    /* opacity: 1; */
    transform: translateY(0);
  }
}
/* 华为企业业务核心合作伙伴 end */
/* 华为企业业务核心合作伙伴 start */
.hezuo2-page-left {
	float: right;
	/* width: 900px; */
	width: 800px;
}
.hezuo2-page-image {
	max-width: 100%;
}
.hezuo2-page-right {
	padding-right: 50px;
	max-width: 400px;
	overflow: hidden;
}

.hezuo2-list-ul {
	/* padding-top: 30px; */
	padding-top: 0;
}
.hezuo2-list-li {

}
.hezuo2-list-li+.hezuo2-list-li {
	margin-top: 30px;
}
.hezuo2-list-link {
	margin: 0;
}

.hezuo2-list-title {
	font-size: 26px;
	/* font-weight: bold; */
}

.hezuo2-list-title {
	font-size: 30px;
	/* font-weight: normal; */
}


.hezuo2-list-desc {
	line-height: 2;
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}

 @media (max-width: 1200px) {
 	.hezuo2-page-left {width: 600px;}
 }
@media (max-width: 992px) {
	.hezuo2-type-desc-btn {
		font-size: 20px;
	}
	.hezuo2-list-title {font-size: 22px;}
	.hezuo2-list-desc {line-height: 1.8;}
}
@media (max-width: 888px) {
	.hezuo2-page-left {width: 450px;}
	.hezuo2-list-title {font-size: 22px;}
	.hezuo2-list-desc {font-size: 16px; line-height: 1.6;}
}
@media (max-width: 768px) {
	.hezuo2-type-desc-btn {
		font-size: 18px;
		padding: 5px 15px;
		border-radius: 5px; 
	}
	
	.hezuo2-page-left {width: 400px;}
	.hezuo2-list-link {margin: 20px 0;}
	.hezuo2-list-title {font-size: 20px;}
	.hezuo2-list-desc {margin-top: 10px; font-size: 15px;}
}
@media (max-width: 666px) {
	.hezuo2-page-left {width: auto; float: none;}
	.hezuo2-page-right {padding-right: 0;}
	.hezuo2-list-ul {padding-top: 5px;}
	.hezuo2-list-link {margin: 10px 0;}
	.hezuo2-list-title {font-size: 18px;}
	.hezuo2-list-desc {font-size: 14px;}
}
@media (max-width: 480px) {
	.hezuo2-type-desc-btn {
		font-size: 16px;
		padding: 5px 12px;
	}
	.hezuo2-list-title {font-size: 16px;}
	.hezuo2-list-desc {font-size: 13px;}
}
@media (max-width: 414px) {
}
/* 华为企业业务核心合作伙伴 end */


/* 自主可控适配中心 start */
.zizhu-list-page-box { }
.list-zizhu-ul {margin: 0 -8px;}
.list-zizhu-li {/* width: 50%; */ width: 33.33333333%;}
.list-zizhu-link {display: block; padding: 10px; box-sizing: border-box; height: 100%;}
.list-zizhu-link-bg {
	padding: 3px; box-sizing: border-box; height: 100%;
	border-radius: 10px;
	background-color: #dedede;
	transition: all .3s;
}
.list-zizhu-link-body { padding: 20px 50px; box-sizing: border-box; height: 100%; background-color: #fff; border-radius: 10px;}
.list-zizhu-left {/* width: 140px; margin-right: 10px; */ float: none; width: 140px; margin: 0 auto;}
.list-zizhu-image-box-bg {padding: 0; /* box-shadow: 0 0 5px rgba(0, 0, 0, .15); */}
.list-zizhu-image-box {/* padding-bottom: 81.8181818182%; */ padding-bottom: 62.5%;}
.list-zizhu-info {/* padding-left: 20px; */ text-align: center;}
.list-zizhu-title {font-size: 18px; color: #000; font-weight: bold; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
.list-zizhu-desc {margin-top: 10px; color: #333; /* line-height: 30px; text-align: justify; */ line-height: 25px; text-align: left;}
.list-zizhu-attr-row {margin-top: 20px; border: 1px solid #fc0000; border-radius: 20px; overflow: hidden; font-size: 13px;}
.list-zizhu-attr-title, .list-zizhu-attr-value {line-height: 20px; }
.list-zizhu-attr-title {background-color: #fc0000; color: #fff; padding: 10px 20px;}
.list-zizhu-attr-value {padding: 10px;}

.list-zizhu-link-bg:hover {
	 transform: scale(1.02);
	/* border-color: #fc0000; */
	/* border-color: #dedede; */
	/* background-image: -webkit-linear-gradient(#ff0000, #ff0000);
	background-image: -moz-linear-gradient(#ff0000, #ff0000);
	background-image: -ms-linear-gradient(#ff0000, #ff0000);
	background-image: -o-linear-gradient(#ff0000, #ff0000);
	background-image: linear-gradient(#ff0000, #ff0000); */
	background-image: -webkit-linear-gradient(#ff0000, #ffdbdb);
	background-image: -moz-linear-gradient(#ff0000, #ffdbdb);
	background-image: -ms-linear-gradient(#ff0000, #ffdbdb);
	background-image: -o-linear-gradient(#ff0000, #ffdbdb);
	background-image: linear-gradient(#ff0000, #ffdbdb);
}

@media (max-width: 1600px) {
	/* .list-zizhu-left {width: 220px;} */
	.list-zizhu-desc {line-height: 24px;}
}
@media (max-width: 1400px) {
	/* .list-zizhu-left {width: 200px;} */
	.list-zizhu-info {padding: 0 20px;}
	.list-zizhu-desc {line-height: 25px;}
	.list-zizhu-attr-row {margin-top: 15px;}
}
@media (max-width: 1200px) {
	.list-zizhu-title {font-size: 18px;}
	.list-zizhu-left {width: 180px;}
	.list-zizhu-info {padding: 0 15px;}
	.list-zizhu-attr-row {margin-top: 10px;}
	.list-zizhu-attr-title {padding: 8px 15px;}
	.list-zizhu-attr-value {padding: 8px;}

	.list-zizhu-link {}
	.list-zizhu-attr-row {margin-top: 10px; font-size: 13px;}
}
@media (max-width: 992px) {
	.list-zizhu-ul {display: block;}
	.list-zizhu-image-box-bg {padding: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, .15);}
	/* .list-zizhu-li {width: auto; float: none;} */
	.list-zizhu-left { float: none; width: 160px; max-width: 100%; margin: 0 auto;}
	.list-zizhu-info {padding: 15px 0 0;}
	.list-zizhu-title {font-size: 17px; text-align: center;}
}
@media (max-width: 768px) {
	.list-zizhu-left{width: 120px;}
	.list-zizhu-info {padding-top: 10px;}
	.list-zizhu-title {font-size: 16px; font-weight: bold;}
	.list-zizhu-desc {font-size: 14px;}
}
@media (max-width: 480px){
	.list-zizhu-ul {margin: 0;}
	.list-zizhu-li {margin-right: 0; float: none; width: auto; padding-right: 0;}
	.list-zizhu-link {padding: 5px; height: auto;}
	.list-zizhu-left{width: 140px;}
	.list-zizhu-time {width: 60px; height: 75px; padding-right: 10px; margin-right: 10px;}
	.list-zizhu-time-up {margin-top: 3px;}
	.list-zizhu-desc {margin-top: 8px; line-height: 22px;}
	.list-zizhu-attr-row {margin-top: 15px;}
}
/* 自主可控适配中心 end */


/* 自有品牌业务 start */
.ziyoupinpai-list-ul {
}
.ziyoupinpai-list-left {
	width: 350rem;
}
.ziyoupinpai-list-link {margin-top: 40rem; padding: 50rem 60rem; background-color: #fff; border-radius: 10rem;}
.ziyoupinpai-list-left-bg {
	margin: 0 auto;
}
.ziyoupinpai-list-image-box {padding-bottom: 62.5%;}
.ziyoupinpai-list-image {object-fit: contain;}
.ziyoupinpai-list-right-bg {
	padding: 30rem 30rem 0;
}
.ziyoupinpai-list-right-bg-odd {padding-right: 0;}
.ziyoupinpai-list-right-bg-even {padding-left: 0;}
.ziyoupinpai-list-title {
	font-size: 28rem;
	/* font-size: 18rem; */
}
.ziyoupinpai-list-desc {
	margin-top: 25rem;
    line-height: 2;
	font-size: 18px;
    color: #333;
	text-align: justify;
}
@media (max-width: 992px) {
	.ziyoupinpai-list-link {
		margin-top: 20rem;
		padding: 40rem;
	}
	.ziyoupinpai-list-title {
		font-size: 19rem;
	}
	.ziyoupinpai-list-right-bg {
		padding: 0 30rem;
	}
}
@media (max-width: 768px) {
	.ziyoupinpai-list-ul {
		padding: 0 5rem;
	}
	.ziyoupinpai-list-link {
		margin-top: 10rem;
		padding: 30rem;
	}
	.ziyoupinpai-list-link1 {
		margin-top: 0;
	}
	.ziyoupinpai-list-left {
		width: auto;
		float:none;l
	}
	.ziyoupinpai-list-right-bg {
		margin-top: 20rem;
		padding: 0;
	}
	.ziyoupinpai-list-title {
		font-size: 18rem;
		text-align: center;
	}
	.ziyoupinpai-list-desc {
		margin-top: 10rem;
		font-size: 15rem;
		line-height: 1.6;
	}
	.ziyoupinpai-list-right-bg {
		padding: 0;
	}
}
@media (max-width: 480px) {
	.ziyoupinpai-list-link {
		padding: 20rem;
	}
}
/* 自有品牌业务 end */
/* 自有品牌业务 start */
.pinpai-list-ul {
	overflow: hidden;
	padding-top: 150px;
}
.pinpai-list-li {
	/* width: 33.33333333%; */
	float: left;
	transition: .5s;
	width: 33.3333333%;
}
.pinpai-list-link {
	/* cursor: unset; */
	padding: 20px;
	box-sizing: border-box;
	height: 100%;
}
.pinpai-list-li-bg {
	padding: 50px 25px;
	background-color: #fff;
	/* background-image: linear-gradient(#f3c5c5, #fff9f9); */
	/* background-image: linear-gradient(#fff9f9, #fff); */
	/* background-image: linear-gradient(#F6F8FC, #fff); */
	/* background-image: linear-gradient(#fffcfc, #fff); */
	box-shadow: 0 0 15px #eaeaea;
	box-sizing: border-box;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.pinpai-list-li-bg-before {
	position: absolute;
	width: 100%;
	height: 80px;
	top: -40px;
	left: 0;
	border-radius: 50%;
	background-color: #f3e9e9;
	/* background-color: #fff9f9; */
	/* background-color: #fff; */
	background-color: #fff7f7;
}
.pinpai-list-title-row {
	margin-top: 50px;
	line-height: 35px;
	height: 70px;
	/* font-weight: bold; */
	text-align: center;
}
.pinpai-list-title {
	/* color: #ff0000; */
	color: #999;
	font-size: 28px;
}
.pinpai-list-short {
	font-size: 22px;
	font-weight: bold;
}
.pinpai-list-image {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 200%;
	object-fit: contain;
}

.pinpai-list-icon-row {
	margin-top: 30px;
}
.pinpai-list-icon-box {padding: 50px 0;}
.pinpai-list-icon {
	display: block;
	height: 80px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}
.pinpai-list-li-info {
	font-size: 16px;
	line-height: 30px;
}
.pinpai-list-desc {
	margin-top: 20px;
	display: block;
	color: #333;
	overflow: hidden;
	
	height: 210px;
}
.pinpai-list-jieshao {margin-top: 10px; color: #333;}
.pinpai-list-jieshao strong, .pinpai-list-jieshao b {
	font-weight: normal;
	color: #fc0000;
	/* font-weight: bold; */ 
}

.pinpai-list-type-name {border-radius: 15px; padding: 0 20px;}


.pinpai-list-li-bg:hover { transform: scale(1.05);}

@media (min-width: 1200px) {
	.type-name2 {font-size: 1.875vw; line-height: 2.34375vw;}
	.type-desc-en2 {line-height: 2.0833333vw;}
}
@media (max-width: 1600px) {
	.pinpai-list-link {padding: 15px;}
}
@media (max-width: 1400px) {
	.pinpai-list-ul {padding-top: 10%;}
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	.pinpai-list-ul {display: block;}
	.pinpai-list-li {
		width: 100%;
	}
	.pinpai-list-link {margin-top: 20px;}
	.pinpai-list-link2 {padding-bottom: 20px;}
	.pinpai-list-li-bg {
		/* padding: 30px 25px; */
	}
	.pinpai-list-image {height: 80px;}
	.pinpai-list-title-row {margin-top: 20px;}
	.pinpai-list-icon-row {margin-top: 10px;}
	.pinpai-list-icon-box {padding: 40px 0;}
	.pinpai-list-li-info {
		font-size: 14px;
		line-height: 25px;
	}
	.pinpai-list-icon {height: 65px;}
	.pinpai-list-title {
		font-size: 18px;
	}

}

@media (max-width: 480px) {
	.pinpai-list-li {width: 100%; float: none;}
	.pinpai-list-link {}
	.pinpai-list-title-row {margin-top: 10px;}
	.pinpai-list-icon-box {padding: 30px 0;}
	.pinpai-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.pinpai-list-title {

	}
	.pinpai-list-li-info {
		line-height: 22px;
	}
	.pinpai-list-desc {height: auto;}
	.pinpai-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}
}
/* 自有品牌业务 end */


/* 科技重塑生产力 start */
.keji-page-box {padding-top: 20px;}
.keji-type-name {
	display: inline-block;
	font-size: 26px;
	line-height: 30px;
	padding: 20px;
	width: 600px;
	max-width: 100%;
	color: #fc0000;
	border-radius: 35px; 
	box-shadow: 0 0 20px #dedede;
	box-sizing: border-box;
}
.keji-page-image-box {padding-top: 60px;}
.keji-list-ul {
	overflow: hidden;
}
.keji-list-li {
	float: left;
	transition: .5s;
	width: 25%;
}
.keji-list-link {
	/* cursor: unset; */
	/* padding: 0 30px; */
	box-sizing: border-box;
	height: 100%;
}
.keji-list-li-bg {
	padding: 120px 25px 70px;
	/* background-color: #fff; */
	/* background-image: linear-gradient(#f3c5c5, #fff9f9); */
	/* background-image: linear-gradient(#fff9f9, #fff); */
	/* background-image: linear-gradient(#F6F8FC, #fff); */
	/* background-image: linear-gradient(#fffcfc, #fff); */
	/* box-shadow: 0 0 15px #eaeaea; */
	box-sizing: border-box;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
	background-position: top center;
	background-size: 100% 100%;
}

.keji-list-icon-row {
}
.keji-list-icon-box {padding: 30px 0;}
.keji-list-icon {
	display: block;
	height: 60px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}
.keji-list-title-row {
	margin-top: 30px;
	line-height: 35px;
	text-align: center;
}
.keji-list-title {
	/* color: #ff0000; */
	font-size: 18px;
	color: #000;
}
.keji-list-image-row {margin-top: 30px;}
.keji-list-image {
	display: block;
	max-height: 180px;
	object-fit: contain;
	margin: 0 auto;
}
.keji-list-li-info {
	font-size: 16px;
	line-height: 30px;
}
.keji-list-desc {
	margin-top: 20px;
	display: block;
	color: #333;
	overflow: hidden;
	height: 210px;
}
.keji-list-jieshao {margin-top: 10px; color: #333;}
.keji-list-jieshao strong, .keji-list-jieshao b {
	font-weight: normal;
	color: #fc0000;
	/* font-weight: bold; */ 
}

.keji-list-type-name {border-radius: 15px; padding: 0 20px;}


.keji-list-li-bg:hover { transform: scale(1.05);}

@media (max-width: 992px) {
}
@media (max-width: 768px) {
	.keji-list-ul {display: block;}
	.keji-list-li {
		width: 100%;
	}
	.keji-list-link {}
	.keji-list-li-bg {
		/* padding: 30px 25px; */
	}
	.keji-list-image {}
	.keji-list-title-row {margin-top: 20px;}

}

@media (max-width: 480px) {
	.keji-list-li {width: 100%; float: none;}
	.keji-list-link {margin: 0 -6%;}
	.keji-list-title-row {margin-top: 20px;}
	.keji-list-title {
		
	}
	.keji-list-icon-box {padding: 30px 0;}
	.keji-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.keji-list-image-row {margin-top: 10px;}
	.keji-list-li-info {
		line-height: 22px;
	}
	.keji-list-desc {height: auto;}

	.keji-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

}
/* 科技重塑生产力 end *//* 智能机器业务 start */
.jiqi-list-ul {
	overflow: hidden;
}
.jiqi-list-li {
	/* width: 33.33333333%; */
	float: left;
	transition: .5s;
	width: 33.3333333%;
}
.jiqi-list-link {
	/* cursor: unset; */
	padding: 30px;
	box-sizing: border-box;
	height: 100%;
}
.jiqi-list-li-bg {
	padding: 50px 30px;
	background-color: #fff;
	/* background-image: linear-gradient(#f3c5c5, #fff9f9); */
	/* background-image: linear-gradient(#fff9f9, #fff); */
	/* background-image: linear-gradient(#F6F8FC, #fff); */
	/* background-image: linear-gradient(#fffcfc, #fff); */
	box-shadow: 0 0 20px #eaeaea;
	box-sizing: border-box;
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.jiqi-list-title-row {text-align: center;}
.jiqi-list-title {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
}
.jiqi-list-short {
	margin-top: 5px;
	font-size: 16px;
	color: #000;
}
.jiqi-list-li-info {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}
.jiqi-list-desc {
	margin-top: 20px;
	display: block;
	color: #333;
	overflow: hidden;
	
	height: 210px;
}
.jiqi-list-jieshao {margin-top: 10px; /* color: #000; */}
.jiqi-list-jieshao strong, .jiqi-list-jieshao b {
	font-weight: normal;
	color: #fc0000;
	/* font-weight: bold; */ 
}

.jiqi-list-type-name {border-radius: 15px; padding: 0 20px;}


.jiqi-list-li-bg:hover { transform: scale(1.05);}

@media (min-width: 1200px) {
	.type-name2 {font-size: 1.875vw; line-height: 2.34375vw;}
	.type-desc-en2 {line-height: 2.0833333vw;}
}
@media (max-width: 1600px) {
	.jiqi-list-link {padding: 20px;}
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
	.jiqi-list-ul {display: block;}
	.jiqi-list-li {
		width: 100%;
	}
	.jiqi-list-li-bg {
		/* padding: 30px 25px; */
	}
	.jiqi-list-title {
		font-size: 18px;
	}
	.jiqi-list-short {
		font-size: 15px;
	}
	.jiqi-list-li-info {
		font-size: 14px;
		line-height: 25px;
	}
}

@media (max-width: 480px) {
	.jiqi-list-li {width: 100%; float: none;}
	.jiqi-list-link {}
	.jiqi-list-title-row {margin-top: 10px;}
	.jiqi-list-icon-box {padding: 30px 0;}
	.jiqi-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.jiqi-list-title {

	}
	.jiqi-list-li-info {
		line-height: 22px;
	}
	.jiqi-list-desc {height: auto;}
	.jiqi-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}
}
/* 智能机器业务 end */


/* 新闻资讯 start */
.listnews-ul {margin: 0 -10px;;}
.listnews-li {width: 50%;}
.listnews-link {display: block; margin: 10px; padding: 35px;}
.listnews-link:before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .6s;}
.listnews-left { margin-right: 30px;}
.listnews-time {border-right: 1px solid #e7e7e7; line-height: 20px; padding: 25px 60px;}
.listnews-time-up {font-size: 50px; line-height: 50px;}
.listnews-time-line {width: 25px; height: 3px; margin: 15px 0; background: #e7e7e7;}
.listnews-time-down {font-size: 16px;}

.listnews-info {padding: 0 30px;}
.listnews-title {font-size: 22px; font-weight: bold; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
.listnews-desc {margin-top: 25px; color: #333; font-size: 16px; line-height: 24px; height: 48px; text-align: justify;}
.listnews-more-row {margin-top: 30px; vertical-align: top;}
.listnews-more-icon {display: inline-block; width: 0; height: 10px; opacity: 0; vertical-align: middle;}
.listnews-more {color: #333; margin-left: -3px; font-size: 16px;}


.list-touzizhe-li {width: 33.33333333%;}

.listnews-link:hover:before {box-shadow: 0 15px 15px rgba(0,0,0,.1); -webkit-transform: scale(1.025); -moz-transform: scale(1.025); -ms-transform: scale(1.025); -o-transform: scale(1.025); transform: scale(1.025);}
.listnews-link:hover .listnews-more-icon {width: 21px; opacity: 1;}


@media (max-width: 1200px) {
	.listnews-link {padding: 25px;}
	.listnews-left {margin-right: 30px;}
	.listnews-time {padding: 20px 50px;}
	.listnews-time-up {font-size: 45px; line-height: 1;}
	.listnews-time-down {font-size: 14px;}
	.listnews-info {padding: 0 30px;}
	.listnews-more-row {margin-top: 30px; font-size: 14px;}
}
@media (max-width: 992px) {
	.listnews-link {padding: 20px;}
	.listnews-left {margin-right: 20px;}
	.listnews-time {padding: 15px 40px;}
	.listnews-time-up {font-size: 40px;}
	.listnews-info {padding: 0 20px;}
	.listnews-title {font-size: 17px;}
	.listnews-desc {margin-top: 10px;}
	.listnews-more-row {margin-top: 20px;}
}
@media (max-width: 768px) {
	.listnews-li { float: none; width: auto;}
	.listnews-link {padding: 15px;}
	.listnews-left {margin-right: 20px;}
	.listnews-time {padding: 15px 30px;}
	.listnews-time-up {font-size: 35px;}
	.listnews-time-line {margin: 10px 0; width: 20px;}
	.listnews-info {padding: 0 15px;}
	.listnews-title {font-size: 16px;}
	.listnews-desc {margin-top: 8px;}
	.listnews-more-row {margin-top: 10px;}
	.listnews-more {font-size: 14px;}
}
@media (max-width: 480px){
	.listnews-ul {margin: 0;}
	.listnews-li {}
	.listnews-link {margin: 8px 0;}
	.listnews-link:before {}
	.listnews-left {margin-right: 10px;}
	.listnews-time {padding: 10px 20px;}
	.listnews-time-up {font-size: 30px;}
	.listnews-info {padding: 0 10px;}
	.listnews-title {font-size: 15px;}
	.listnews-desc {font-size: 13px; line-height: 17px; height: 32px;}
}
/* 新闻资讯 end */





/* 板块背景 start */
.page-body-bg {
	padding: 30px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 0 5px #efefef;
}
.page-body-bg.padding-top-0 {
	padding-top: 0;
}
.margin-top-30 {
	margin-top: 40px;
}
@media (max-width: 768px) {
	.page-body-bg {
		padding: 20px;
	}
}
@media (max-width: 480px) {
	.page-body-bg {
		padding: 15px;
	}
}
/* 板块背景 end */
/* 推荐图片 start */
.focus-bar-box {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 414px;
}

.listarc-focus-bar-box {
	height: 360px;
}

.home-focus-bar-box {
	/* height: 512px; */
	/* height: 432px; */
	height: 409px;
}

.zhiku-focus-bar-boxs {
	/* height: 345px; */
}


.dangjian-focus-bar-box {
	height: 451px;
}

.news-page-focus .tempWrap,
.news-page-focus .focus-bar {
	height: 100%;
}

.focus-bar-li {
	float: left;
	width: 100%;
	height: 100%;
}

.focus-bar-link {
	width: 100%;
	height: 100%;
	display: block;
}

.focus-bar-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.focus-spot-box {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 40px;
	z-index: 3;
}

.focus-spot-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	/* background: #00579E; */
	/* opacity: .6;
	filter: alpha(opacity=60) */
	/* background-color: rgba(33,118,250, .6); */
	/* background-color: rgba(33,118,250, .3); */
}

.focus-spot-change {
	position: absolute;
	right: 10px;
	bottom: 15px;
	height: 8px
}

.focus-spot {
	float: left;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	/* background: url(/template/default/html/skin/images/focus_normal.png) no-repeat; */
	background: #fff;
	_background: 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="/template/default/html/skin/images/focus_normal.png");
	cursor: pointer;
	border-radius: 50%;
}

.focus-spot.on {
	/* background: url(/template/default/html/skin/images/focus_on.png) no-repeat; */
	/* background: #00579E; */
	/* _background: 0; */
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="/template/default/html/skin/images/focus_on.png");

	width: 40px;
	/* width: 30px; */
	border-radius: 4px;
}

.news-page-focus .hd {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, .5);
}

.news-page-focus .focus-title {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 0 0 10px;
	line-height: 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.focus-title-link {
	display: none;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	padding-right: 30%;
}

.focus-title-link:hover {
	color: #fff;
}

.news-page-focus .focus-next,
.news-page-focus .focus-prev {
	width: 40px;
	height: 40px;
	display: none;
	position: absolute;
	top: 40%;
	z-index: 3;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.news-page-focus .focus-prev {
	background-image: url(/template/default/html/skin/images/focus_prev.png);
	left: 10px;
}

.news-page-focus .focus-next {
	background-image: url(/template/default/html/skin/images/focus_next.png);
	right: 10px;
}

.news-page-focus .focus-prev:hover,
.news-page-focus .focus-next:hover {}

@media (max-width: 480px) {

	.news-page-focus .focus-next,
	.news-page-focus .focus-prev {
		width: 30px;
		height: 30px;
	}
}


@media (max-width: 768px) {
	.news-page-focus {
		width: 100%;
	}

	.news-page-focus .focus-bar-box {
		height: 300px;
	}

	.focus-bar-image {}

	.focus-spot-change {
		display: none;
	}

	.news-page-focus .hd {
		width: 100%;
	}

	.news-page-focus .focus-title {
		width: 100% !important;
	}

	.focus-title-link {
		width: 100% !important;
	}

	.news-page-focus .focus-prev,
	.news-page-focus .focus-next {
		display: block !important;
	}

}

@media (max-width :480px) {
	.news-page-focus .focus-bar-box {
		height: 220px;
	}

	.news-page-focus .hd,
	.focus-spot-box {
		height: 34px;
	}

	.news-page-focus .focus-title {
		line-height: 34px;
	}
}

@media (max-width :380px) {
	.news-page-focus .focus-bar-box {
		height: 180px;
	}
}
/* 推荐图片 end */
/* 党建动态 start */
.dangjian-page-item-box {
	background-color: #f8f8f8;
	overflow: hidden;
}
.dangjian-page-left {
	width: 55%;
	float: left;
	/* margin-right: 20px; */
}
.dangjian-page-right {
	overflow: hidden;
}

.jujiao-list-ul {
	padding: 30px;
}

.jujiao-list-link {
	display: block;
	padding-left: 18px;
	position: relative;
	line-height: 38px;
}

.jujiao-list-link:before {
	content: "";
	background-color: #6C757D;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.jujiao-list-link1 {
	padding-left: 0;
	padding-bottom: 17px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 17px;
}
.jujiao-list-link1:before {
	display: none;
}
.jujiao-list-title {
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.jujiao-list-title1 {
	font-size: 20px;
    /* color: #e00; */
    /* font-weight: 600; */
    line-height: 30px;
	white-space: normal;
	max-height: 60px;
}

.jujiao-list-desc {
	margin-top: 5px;
	line-height: 25px;
    font-size: 14px;
    color: #333;
    text-align: justify;
}

.jujiao-list-link:hover .jujiao-list-title {
	color: #e00;
}

@media(max-width: 768px) {
	.dangjian-page-left {
		width: auto;
		float: none;
	}
	.jujiao-list-ul {
		padding: 15px;
	}
	.jujiao-list-link {
		line-height: 30px;
	}
	.jujiao-list-link1 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.jujiao-list-title {
		font-size: 14px;
	}
	.jujiao-list-title1 {
		font-size: 16px;
		line-height: 25px;
		max-height: 46px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.jujiao-list-desc {
		line-height: 22px;
		margin-top: 8px;
	}
}

@media(max-width: 480px) {
	.jujiao-list-title1 {
		font-size: 15px;
		line-height: 22px;
		max-height: 44px;
	}
}
/* 党建动态 end */


/* 协会党建 start */
.list-dangjian-ul {
	margin: 0 -30px;
}
.list-dangjian-li {
	width: 50%;
	float: left;
}
.list-dangjian-link {
	margin: 0 50px;
}

@media(min-width: 769px) {
	.list-dangjian-title {
		font-size: 16px;
	}
}

@media(max-width: 768px) {
	.list-dangjian-ul {
		margin: -5px 0;
	}
	.list-dangjian-li {
		width: auto;
		float: none;
	}
	.list-dangjian-link {
		margin: 0 ;
	}
	
}
/* 协会党建 end */


/* 党建图片 start */
.dangjian-page-body-bg {
	/* padding: 10px 10px 0; */
}
.dangjian-list-ul {
	padding-top: 10px;
	margin: 0 -10px;
}
.dangjian-pic-li {
	width: 33.333333333333%;
}
.dangjian-pic-image-box {
	padding-bottom: 56%;
}
@media(max-width: 768px) {
	.dangjian-pic-li {
		width: 50%;
	}
}
/* 党建图片 end */


/* 图片列表 start */
.listimg-li {
	width: 25%;
	float: left;
	text-align: center;
}

.listimg-link {
	margin: 10px;
	display: block;
	position: relative;
}

.listimg-image-box {
	overflow: hidden;
	/* padding: 10px;
	background-color: #dedede; */
	padding-bottom: 100%;
	position: relative;
}

.listimg-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listimg-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.listimg-info {
	padding: 8px;
	/* background-color: #f5f5f5; */
	background-color: rgba(0,0,0,.7);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.listimg-link:hover .listimg-info {
	/* background-color: rgba(196,0,0,.7); */
	/* background-color: rgba(179,141,84,.7); */
	background-color: rgba(0,0,0,.5);
	color: #fff;
}

.listimg-title {
	font-size: 16px;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 1200px) {
	.listimg-image {
		/* height: 230px; */
	}
}
@media (max-width: 992px) {
		.listimg-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listimg-li {
		width: 50%;
	}
	/* .listimg-image-box {padding: 5px;} */
	.listimg-image {
		/* height: 195px; */
	}
	.listimg-info {
		padding: 5px;
	}
	.listimg-title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.listimg-link {margin: 8px;}
	.listimg-image {
		/* height: 150px; */
	}
}

@media (max-width: 380px) {
	.listimg-link {margin: 5px;}
	.listimg-image {
		/* height: 120px; */
	}
}
/* 图片列表 end */


/* 案例展示 start */
.listcase-li {
	width: 33.3333333%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all ease 300ms;
}

.listcase-link {
	margin: 12px;
	background-color: #eee;
	/* border: 1px solid #eee; */
	display: block;
	overflow: hidden;
}

.listcase-title {
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	transition: all ease 300ms;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	font-weight: normal;
}

@media (min-width: 769px) {
	.listcase-link:hover {
		background-color: #dedede;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
		border-color: transparent;
	}

	.listcase-link:hover .listcase-title {
		color: #333;
	}
	.listcase-link:hover .list-image {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
	.listcase-link {margin: 10px;}
	.listcase-title {line-height: 30px; height: auto; font-size: 14px;}
}

@media (max-width: 666px) {
}
@media (max-width: 560px) {
}
@media (max-width: 480px) {
	.listcase-li {
		width: 50%;
	}
	.listcase-link {margin: 5px;}
}
/* 案例展示 end */


/* 产品列表-列表 start */
.listpro-ul {
	/* padding: 0 10px; */
}

.listpro-li {
	width: 33.33333333%;
	position: relative;
	float: left;
}

/* .listpro-li:nth-of-type(2n+1) {
	margin-right: 4%;
} */

.listpro-link {
	margin: 22px;
	border: 1px solid #e5e5e5;
}

.listpro-left {
	width: 100%;
	/* float: left; */
	position: relative;
	overflow: hidden;
}


.listpro-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listpro-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listpro-right {
	/* position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 56%; */
	/* padding: 20px; */
	/* background-color: rgba(0, 0, 0, .7); */
	position: relative;
	padding: 10px 40px 10px 10px;
	background-color: #fff;
}

.listpro-link:hover .listpro-right {
	background-color: rgba(199,0,0, 1);
	color: #fff;
}

.listpro-title {
	font-size: 16px;
	line-height:40px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: inherit;
}

.listpro-title-line {
	width: 30px;
	height: 3px;
	margin-bottom: 15px;
}

.listpro-attr {
	padding: 5px 0;
}

.attr-item {
	display: inline-block;
	margin-right: 20px;
}

.attr-title {
	color: inherit;
}

.listpro-info {
	margin: 25px 0;
	line-height: 23px;
	display: none;
}

.listpro-button-box {
	/* margin-top: 10px; */
	text-align: center;
	width: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(/template/default/html/skin/images/plus.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.listpro-button {
	display: inline-block;
	padding: 2px 2px 2px 4px;
	line-height: 28px;
	width: 28px;
	height: 30px;
	font-size: 22px;
	color: #B8914E;
	text-align: center;
	/* background-color: #fff;
	border-radius: 50%; */
	margin: 0 auto;
	font-size: 0;
	display: none;
}

@media (max-width: 1200px) {
	.listpro-image {height: 190px;}
}

@media (max-width: 992px) {
	.listpro-info {
		line-height: 22px;
		font-size: 13px;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {

	.listpro-ul {
		padding: 0;
	}

	.listpro-li {
		width: 50%;
	}

	.listpro-right {
		/* position: static;
		left: 0;
		background: none; */
		padding: 8px 20px 8px 8px;
		color: #333;
	}

	.listpro-link:hover .listpro-right {
		background-color: rgba(184, 145, 78, .75);
		color: #fff;
	}

	.listpro-image {
		height: 220px;
	}

	.listpro-title {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 30px;
	}

	.listpro-title-line {
		margin-bottom: 5px;
	}

	.listpro-info {
		margin: 5px 0;
		font-size: 12px;
		line-height: 17px;
		height: 51px;
		overflow: hidden;
	}

	.listpro-button-box {
		width: 36px;
	}

	/* .listpro-button {
		background-color: #B8914E;
		color: #fff;
	} */

	.listpro-link:hover .listpro-button {
		background-color: #fff;
		color: #B8914E;
	}
}

@media (max-width: 560px) {
	.listpro-left {}

	.listpro-image {
		height: 160px;
	}
	.listpro-right {
		padding: 5px;
	}
	.listpro-info {
		height: 68px;
		margin-top: 0;
	}

	.listpro-button-box {
		display: none;
	}
	.listpro-button {
		margin-bottom: 3px;
	}
}

@media (max-width: 480px) {
	.listpro-link {
		margin: 5px;
	}
	.listpro-title {
		line-height: 25px;
		font-size: 13px;
	}
	.listpro-button {
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 23px;
		padding: 0;
	}

	.listpro-image {
		height: 150px;
	}
}

@media (max-width: 380px) {

	.listpro-image {
		height: 130px;
	}
}

/* 产品列表-列表 end */


/* 视频列表 start */
.listvideo-li {width: 25%; float: left; text-align: center;}
.listvideo-link {margin: 10px; display: block; position: relative;}

.listvideo-image-box {}
.listvideo-image {}
.listvideo-title-box {padding: 10px 10px 0;}
.listvideo-title {font-size: 16px;}


.listvideo-link:hover {
	color: #fc0000;
}

@media (max-width: 992px) {
	.listvideo-link {margin: 10px;}
}
@media (max-width: 768px) {
	.listvideo-li {width: 50%;}
	.listvideo-title-box {padding: 8px 8px 0;}
	.listvideo-title {font-size: 14px;}
}
@media (max-width: 480px) {
	.listvideo-link {margin: 8px;}
}
@media (max-width: 380px) {
	.listvideo-link {margin: 5px;}
}
/* 视频列表 end */


/* 文章列表 start */
.case-list-li {
	float: left;
	width: 50%;
}

.case-list-li {
	width: 33.333333%;
}

.case-list-li.last {
	
}

.case-list-link {
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
}

.case-list-link {
	padding: 0;
}

/* .case-list-link:hover {
	box-shadow: 0 0 10px #dedede;
} */

.case-list-image-box {
	overflow: hidden;
	padding-bottom: 62.5%;
	position: relative;
}

.case-list-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.case-list-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-list-info {
	padding: 15px 0;
}

.case-list-title {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
}

.case-list-link:hover .case-list-title {
	color: #ffc001;
}

.case-list-time {
	margin-top: 5px;
	color: #999;
}

.case-list-desc {
	color: #333;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.case-list-box {
	margin-top: -30px;
}
.case-case-type {
	padding-bottom: 20px;
}

@media (max-width: 1200px) {
	.case-list-link {margin: 10px; padding: 0 10px;}
}
@media (max-width: 992px) {
	.case-list-li {width: 50%; }
	.case-list-info {padding: 10px;}
}
@media (max-width: 768px) {
	.case-list-box {
		margin-top: -20px;
	}
	/* .case-list-ul.swiper-wrapper {display: flex;} */
	/* .case-list-li {width: 48%;} */
	.case-list-info {padding: 8px;}
	.case-list-title {font-size: 14px;}
	.case-list-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}
@media (max-width: 480px) {
	.case-case-type {padding-bottom: 5px;}
	.case-list-box {
		margin-top: -10px;
	}
	.case-list-link {padding: 0; margin: 5px;}
	.case-list-info {padding:8px 5px;}
}
/* 新闻列表 end */


/* 文章详情 start */
.arc-page-body {max-width: 700px; background-color: #fff; margin: 0 auto; padding: 50px 95px 30px;}
.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; */
	color: #888;
	/* font-size: 13px; */
	margin-bottom: 20px;
}
.detail-title-line {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}
.detail-body {
    line-height: 2;
	/* color: #676767; */
	font-size: 16px;
	/* color: #333; */
	text-align: justify;
}
.arc-detail-body {
	min-height: 220px;
}
.detail-body img {max-width: 100%;}

.detail-body ul, .about-info-content ul, .page-content ul {
	padding-left: 40px;
}
.detail-body li, .about-info-content li, .page-content li {
	display: list-item;
	list-style: disc;
	/* list-style: revert; */
	/* list-style: revert-layer; */
	/* list-style: unset; */
}
.detail-body video {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}
@media (max-width: 1200px){
	.detail-body video {
		height: auto;
	}
}

.detail-body iframe {
	width: 800px;
	height: 500px;
	max-width: 100%;
	background-color: #000;
}

.detail-body iframe video {
	width: 100%;
	height:100%;
}
@media (max-width: 1200px){
	.detail-body iframe {
		height: 440px;
	}
}
@media (max-width: 992px){
	.detail-body iframe {
		height: 380px;
	}
}
@media (max-width: 768px){
	.detail-body iframe {
		height: 320px;
	}
}
@media (max-width: 480px){
	.detail-body iframe {
		height: 260px;
	}
}

@media (max-width: 768px) {
	.arc-page-body {padding: 30px 40px 20px;}
	.detail-news-title { font-size: 18px; margin-bottom: 12px; line-height: 25px; }
	.detail-title-box {text-align: center;}
}
@media (max-width: 480px) {
	.arc-page-body {padding: 20px;}
	.detail-news-title { font-size: 16px; margin-bottom: 8px; }
	.detail-title-time { margin-bottom: 8px; }
	.detail-title-line {margin: 8px 0;}
	.detail-time {padding: 5px 0; display: none;}
	.detail-body { line-height: 25px; font-size: 13px;}
}
/* 文章详情 end */


/* 图片详情 start */
.img-typename-box {border-bottom:1px solid #dedede;}
.img-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #333;display:inline-block;font-size:16px;}

.img-desc-box {padding:15px 0 30px; overflow: hidden;}
.desc-left {float:left;width: 400px;}
.desc-image-box {/* border: 1px solid #dedede; */}
.desc-image {
	
}

.desc-right {margin-left:500px; margin-top: 10px;}

.desc-title {font-weight:normal;color:#585858;margin-bottom:30px;}
.desc-bd {color:#333;;min-height:90px;line-height:30px; font-size: 16px; }

@media (min-width:1200px){
	.desc-bd {min-height:90px;}
}

.desc-button-box {margin-top:20px;}
.desc-icon {margin-right: 3px;margin-top: 9px;height:20px;}
.desc-button {
	border:1px solid #233;
	border-radius:5px;
	color:#233;
	line-height: 38px;
	font-size: 16px;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.image-bshare {overflow: hidden;}
.img-detail {padding:20px 0; overflow: hidden;}
.detail-image-ul {padding:20px 0;}
.detail-image-li {text-align:center;}
.detail-image-li img {max-width:100%;margin:5px 0;display:block;}


.arc-typename-box {border-bottom:1px solid #fc0000;}
.arc-typename {line-height:40px;font-weight:normal;margin-bottom:-1px;border-bottom:1px solid #fc0000;display:inline-block;font-size:18px;}

.detail-bd {padding:20px 0; line-height: 2;
 color: #333;
 font-size: 18px;}
.detail-bd img {max-width: 100%;}
@media (max-width:1200px){
	.desc-left {width: 380px;}
	.desc-right {margin-left:410px;}
}
@media (max-width:992px){
	.desc-left {width:360px;}
	.desc-image {height: 260px;}
	.desc-right {margin-left:390px;}
	.desc-title {margin-bottom: 15px;}
}
@media (max-width:920px){
	.desc-left {width:320px;}
	.desc-right {margin-left:340px;}
	.desc-title {font-size: 18px;}
}
@media (max-width:888px){
	.desc-left {width:auto; float: none;}
	.desc-image { height: 320px;}
	.desc-right {margin-left:0;}
}
@media (max-width:768px){
	.desc-left {width:320px;}
	.desc-right {margin-left:350px;}
}
@media (max-width:768px){
	.img-desc-box {padding:0;}
	.desc-left {width:auto;float:none;}
	.desc-image { height: 360px;}
	.desc-right {margin-left:0;
		/* display: none; */
	}
	.desc-title {padding:5px 0;margin:0;font-size:14px; font-weight: bold;}
	.desc-bd {line-height:1.5;font-size:12px;min-height:auto;}
	.desc-button-box {margin-top:10px;}
	.desc-button {line-height:30px;padding:0 10px;font-size:14px;}
	.desc-icon {height:18px;margin:6px 0;}
	
	.image-bshare {display: none;}
	
	.img-detail {padding:10px 0 0;}
	.arc-typename {line-height:30px;font-size:14px;}
	.detail-image-ul {padding:8px 0;}
	.detail-image-li img {margin:3px 0;}
	.detail-bd {padding:10px 5px; line-height: 1.6; font-size: 14px;}
}
@media (max-width: 480px){
	.desc-image { height: 240px;}
	.desc-right {margin-top: 0;}
	
}
/* 图片详情 end */


/* 业务领域 start */
.bus-list-entitle, .bus-list-subtitle { color: #333333; }
.bus-list-entitle { font-size: 28px; margin-bottom: 10px; }
.bus-list-subtitle {font-weight: normal; font-size: 22px; margin-bottom: 30px; }
.bus-list-link {display: block; margin: 50px 0;}
.bus-list-left { width: 870px; max-width: 100%;}
.bus-list-left-odd  {float: right;}
.bus-list-left-even  {float: left;}
.bus-list-image { width: 100%; /* height: 582px; */}
.bus-list-info {position: relative; /* overflow: hidden; */}
.bus-list-info-bg { 
	position: absolute; top: 50%; background-color: #fff; padding: 60px 35px; box-shadow: 0 0 10px #dedede;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bus-list-info-bg-odd {
	left: 0;
	margin-left: 10px;
}
.bus-list-info-bg-even {
	right: 0;
	margin-right: 10px;
}
.bus-list-content {
 max-width: 390px;
}
.bus-list-desc {
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	color: #8c8c8c;
}
.bus-list-more-row {
	margin-top: 50px;
}
.bus-list-more {
	display: block;
	width: 128px;
    line-height: 43px;
	background-color: #ffc001;
	color: #fff;
	text-align: center;
}
@media (max-width: 768px) {
	.bus-list-link {margin: 30px 0;}
	.bus-list-left-odd, .bus-list-left-even { float: none;}
	.bus-list-info-bg {position: static; transform: none; padding: 30px;}
	.bus-list-info-bg-odd, .bus-list-info-bg-even {margin: 0;}
	.bus-list-entitle {font-size: 20px;}
	.bus-list-subtitle {font-size: 18px; margin-bottom: 10px;}
	.bus-list-more-row {margin-top: 20px;}
}
@media (max-width: 560px) {
	.bus-list-link {margin: 0 0 20px;}
	.bus-list-info-bg {padding: 20px;}
	.bus-list-entitle {font-size: 18px;}
	.bus-list-subtitle {font-size: 16px; }
	.bus-list-desc {line-height: 25px;}
	.bus-list-more-row {margin-top: 10px;}
	.bus-list-more { width: 100px; line-height: 32px; font-size: 13px;}
}
/* 业务领域 end */


/* 团队精英 start */
.team-list-ul {
	padding-top: 30px;
}
.team-list-li {
	width: 25%;
	float: left;
}
.team-list-link {
	display: block;
	margin: 10px;
}
.team-list-image-box {
	padding-bottom: 133.333333333%;
}
.team-list-image {
	
}

.team-list-info {
	padding: 10px;
	text-align: center;
	color: #999;
}
.team-list-title {
	font-size: 16px;
	color: #333;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team-list-short {
	margin-top: 15px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.team-list-desc {
	line-height: 25px;
	margin-top: 15px;
	
}
@media (max-width: 1200px) {
	.team-list-image {height: 260px;}
}
@media (max-width: 992px) {
	.team-list-image {height: 220px;}
}
@media (max-width: 888px) {
	.team-list-image {height: 180px;}
}
@media (max-width: 768px) {
	.team-list-ul {
		padding-top: 20px;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: box;
		display: flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	/* .team-list-li { width: 50%; } */
	.team-list-image {height: 220px;}
	.team-list-title {margin-top: 10px;}
	.team-list-short {margin-top: 10px;}
	.team-list-desc {margin-top: 10px; font-size: 13px; line-height: 20px; height: 57px;}
}
@media (max-width: 560px) {
	.team-list-li { width: 100%; float: none; }
	.team-list-link {margin: 5px;}
	.team-list-image {height: 190px;}
	.team-list-title {margin-top: 8px;}
	.team-list-short {margin-top: 8px;}
	.team-list-desc {margin-top: 8px; }
}
@media (max-width: 480px) {
	.team-list-ul {
		padding-top: 10px;
	}
	.team-list-image {height: 160px;}
	.team-list-title {margin-top: 6px; font-size: 15px;}
	.team-list-short {margin-top: 6px;}
	.team-list-desc {margin-top: 6px; }
}
@media (max-width: 414px) {
	.team-list-image {height: 150px;}
	.team-list-title { font-size: 14px;}
}
/* 团队精英 end */

/* 搜索列表 start */
.search-list-li {
}

.search-list-link {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	transition: all 0.2s linear 0s;
	border-top: 1px solid #efefef;
	font-size: 16px;
}
.search-list-link1 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.search-list-title {
}

.search-list-info {
	overflow: hidden;
}

.search-list-time {
	display: block;
	margin-left: 30px;
}
.search-list-link:hover {

}
.search-list-li:hover .search-list-title {
	color: #d04411;
}

@media (max-width: 1200px) {
}

@media (max-width: 768px) {
	.search-list-link {
		margin-top: 10px; padding-top: 10px;
		font-size: 14px;
	}
	.search-list-link1 {
		margin-top: 0;
		padding-top: 0;
	}
}
@media (max-width: 480px){
	.search-list-link {
		margin-top: 8px; padding-top: 8px;
		font-size: 13px;
	}
	.search-list-link1 {
		margin-top: 0;
		padding-top: 0;
	}
	.search-list-time {
		margin-left: 5px;
	}
}
/* 搜索列表 end */


/* 我们的优势 start */
.youshi-list-ul {
	overflow: hidden;
	padding: 10px 0;
}
.youshi-list-li {
	width: 25%;
	float: left;
	transition: .5s;
}
.list-youshi-li {
	width: 33.3333333%;
}
.youshi-list-link {
	cursor: unset;
}
.youshi-list-li-bg {
	padding: 0 10px;
	text-align: center;
}


.youshi-list-icon {
	display: block;
	height: 115px;
	max-width: 100%;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.youshi-list-title {
	font-size: 18px;
	display: block;
	/* font-weight: bold; */
	color: #000;
	margin: 15px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}

.youshi-list-desc {
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	color: #333;
	display: block;
	line-height: 24px;
}


@media (max-width: 768px) {

	.youshi-list-li {
		width: 48%;
		margin: 1%;
	}
	
	.youshi-list-li-bg {
		padding: 0;
	}

	.youshi-list-desc {
		height: 60px;
		font-size: 13px;
		line-height: 20px;
	}

	.youshi-list-ul {
		padding: 0;
	}

	.youshi-list-icon {height: 65px;}
	
	.youshi-list-title {
		font-size: 14px;
		margin: 10px 0;
	}

}

@media (max-width: 480px) {
	.youshi-list-icon {
		margin: 0 auto;
		height: 50px;
	}
	.youshi-list-title {
		margin: 5px 0;
		text-align: center;
	}

	.youshi-list-desc {
		line-height: 18px;
		font-size: 12px;
	}

	.youshi-list-more {
		width: 35px;
		height: 35px;
		margin-top: 5px;
	}

	.youshi-list-li em {
		display: none;
	}
}
/* 我们的优势 end */


/* 企业优势 start */
.youshi-list-page-bg {padding: 20px 0;}
.qiye-youshi-ul {
	font-size: 0;
}
.qiye-youshi-li {
	overflow: hidden;
	width: 50%;
	display: inline-block;
}

.qiye-youshi-link {
	display: block;
	margin: 20px;
	padding: 30px;
	background-color:rgba(255,255,255,.1);
}


.qiye-youshi-info {
}

.honor-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}


.qiye-youshi-title {
	font-size: 26px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #00a0e9;
}

.qiye-youshi-desc {
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-size: 16px;
}

.page-line-row {
	height: 19px;
	margin: 30px 0;
	background-position: center;
	background-repeat: no-repeat;
	/* background-size: contain; */
}

@media (max-width: 992px) {
	.qiye-youshi-ul {padding-left: 0;}
	.qiye-youshi-link {margin: 10px;}
	.qiye-youshi-info {margin-left: 0;}
}
@media (max-width: 768px) {
	.qiye-youshi-line-bg {margin: 0 10px;}
	.qiye-youshi-info {margin-left: 25px;}
	.qiye-youshi-title { font-size: 16px; margin-bottom: 8px;}
	.qiye-youshi-desc {line-height: 25px; font-size: 14px; height: 75px;}
	
	.page-line-row {margin-bottom: 0;}
}

@media (max-width: 480px) {
	.youshi-list-page-bg {padding-top: 10px; padding-bottom: 0;}
	.qiye-youshi-ul { padding-bottom: 10px;}
	.qiye-youshi-li {width: auto; display: block;}
	.qiye-youshi-link {margin: 10px;}
	.qiye-youshi-info {margin: 0; }
	.qiye-youshi-desc { height: auto;}
	.page-line-row {margin-top: 0; display: none;}
}

/* 企业优势 end */


/* 列表左侧 start */
.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: #333;
	transition: all 0.4s;
	padding: 0 25px;
	border-radius: 20px;
}
.cur .listimg-left-link, .listimg-left-li:hover .listimg-left-link {
	color: #fff;
	background-color: #ffc001;
}
/* 列表左侧 end */


/* 合作联盟，优势互补好经营 start */
.hezuo-desc {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	line-height: 36px;
}
/* 合作联盟，优势互补好经营 end */




.typename-line {
	/* background-color: #FFC100; */
}








/* 团队高层风采 start */
.gaoceng-list-li {
	/* width: 25%; */
	width: 32%;
	float: left;
}
.gaoceng-list-link {
	display: block;
	/* cursor: unset; */
	margin: 10px;
}
.gaoceng-list-image-box {
	padding-bottom: 125%;
}
.gaoceng-list-info {
	background-color: #f8f8f8;
	padding: 10px;
	text-align: center;
}
.gaoceng-list-title {
	font-size: 16px;
}
@media (max-width: 768px) {
	.gaoceng-list-link {
		margin: 5px;
	}
}
/* 团队高层风采 end */



/* 服务商风采 start */
.fengcai-list-li {
	/* width: 33.33333333%; */
	width: 47%;
	float: left;
}
.fengcai-list-link {
	display: block;
	cursor: unset;
	margin: 10px;
}
/* .fengcai-list-image-box {
	padding-bottom: 125%;
} */
/* 服务商风采 end */



/* 服务商风采 start */
.fengcai-list-li {
	/* width: 33.33333333%; */
	width: 47%;
	float: left;
}
.fengcai-list-link {
	display: block;
	cursor: unset;
	margin: 10px;
}
/* .fengcai-list-image-box {
	padding-bottom: 125%;
} */
/* 服务商风采 end */



/* 资质证书 start */
.honor-page-image-box {/* padding-bottom: 63%; */ padding-bottom: 504px;}

.honor-list-ul {
	margin: -15px;
}
.honor-list-li {
	float: left;
	/* width: 25%; */
	width: 33.33333333%;
	box-sizing: border-box;
}

.honor-list-link {
	display: block;
	padding: 20px;
	/* background-color: #fff; */
	height: 100%;
	box-sizing: border-box;
}
.honor-list-link-bg {padding: 38px; background-size: 100% 100%; 
height: 100%;
box-sizing: border-box;
}
.honor-list-image-bg {
	padding: 13px;
}

.honor-list-image-box {
	/* padding-bottom: 70.75%; */
	/* border-radius: 20px; */
	background-color: #fff;
}
.honor-list-image {
	object-fit: contain;
}
.honor-list-info {/* border-top: 1px solid #efefef; padding: 25px 10px; *//* background-color: #fafafa; */ height: 100%;}
.honor-list-title {font-size: 20px; /* text-align: center; */ color: #666;}
.honor-list-desc {margin-top: 10px; font-size: 22px; font-weight: bold; line-height: 30px; height: 90px;}

.honor-list-type-name {border-radius: 15px; padding: 0 20px;}
.honor-list-type-row {margin-top: 30px;}


@media (min-width: 1400px) {
	.honor-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 1600px) {
	.honor-list-page-body {
		margin: 0 -32px;
	}
	.honor-list-link {
		padding: 16px;
	}
}
@media (max-width: 1400px) {
	.honor-list-page-body {
		margin: 0 -26px;
	}
	.honor-list-link {
		padding: 13px;
	}
	.honor-list-link-bg {padding: 30px;}
}

@media (max-width: 992px) {
	.honor-list-li {
		/* width: 25%; */
	}

	.honor-list-link {
		padding: 10px;
	}
	.honor-list-link-bg {padding: 25px;}
	.honor-list-title {font-size: 18px;}
	.honor-list-desc {font-size: 20px; line-height: 28px; height: auto;}
	.honor-list-desc>div, .honor-list-desc>p {display: inline;}
}

@media (max-width: 768px) {
	.honor-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}
	.honor-list-page-body {
		padding: 30px;
	}
	.honor-page-image-box {padding-bottom: 56%;}
	.honor-list-ul {
		padding: 0;
		margin: 0 -8px;
	}
	.honor-list-link {
		padding: 8px;
	}
	.honor-list-link-bg {padding: 20px;}
	.honor-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}
	.honor-list-title {font-size: 16px;}
	.honor-list-desc {margin-top: 8px; font-size: 18px; line-height: 25px; height: auto;}
	.honor-list-desc>div, .honor-list-desc>p {display: inline;}
	.honor-list-type-row {margin-top: 20px;}
}

@media (max-width: 666px) {
	.honor-list-ul {
		margin: 0 -6px;
	}
	.honor-list-link {
		padding: 6px;
	}
	.honor-list-title {font-size: 15px;}
	.honor-list-desc {font-size: 17px; line-height: 22px;}
}
@media (max-width: 560px) {
	.honor-list-ul {
		margin: 0 -4px;
	}
	.honor-list-link {
		padding: 4px;
	}
	.honor-list-title {font-size: 14px;}
	.honor-list-desc {font-size: 16px; line-height: 20px;}
	.honor-list-type-more {display: none;}
}
@media (max-width: 480px) {
	.honor-list-page-body {
		padding: 0 30px 10px;
	}

	.honor-list-ul {
		margin: 0 -2px;
	}
	.honor-list-li {
		/* width: 50%; */
	}
	.honor-list-link {
		padding: 2px;
	}
	.honor-list-link-bg {padding: 16px;}
	.honor-list-title {font-size: 14px;}
	.honor-list-desc {font-size: 15px;}
	.honor-list-type-name {line-height: 22px;}
}
@media (max-width: 425px) {
	.honor-list-link-bg {padding: 12px;}
	.honor-list-desc {font-size: 14px;line-height: 18px;}
}



.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(/template/default/html/skin/images/kuang.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.zizhi-list-image-box{
	padding-bottom: 136.5%;
}


.zizhi-list-image {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.zizhi-list-more {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	background-color: #253569;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
}

.zizhi-list-more:hover {
	color: #fff;
}

@media (min-width: 1400px) {
	.zizhi-list-page-body {
		margin: 0 -40px;
	}
}

@media (max-width: 992px) {
	.zizhi-list-li {
		width: 25%;
	}

	.zizhi-list-link {
		margin: 10px;
	}
}

@media (max-width: 768px) {
	.zizhi-list-page-box {
		background-color: #f8f8f8;
		padding: 20px 0;
	}

	.zizhi-list-page-body {
		padding: 30px;
	}

	.zizhi-page-bg {
		padding-top: 15px;
	}
	.zizhi-list-li {
		width: 33.33333333%;
	}


	.zizhi-list-more {
		width: 120px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.zizhi-list-link {
		margin: 8px;
	}
	.zizhi-list-image-bg {
		padding: 19px 12px;
	}

	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 0;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 0;
	}
}

@media (max-width: 480px) {
	.zizhi-list-page-body {
		padding: 0 30px 10px;
	}
	.zizhi-page-bg {
		padding-top: 10px;
	}
	.zizhi-list-li {
		/* width: 50%; */
		width: 33.33333333%;
	}
	.zizhi-list-link {
		margin: 5px;
	}
}
@media (max-width: 380px) {
	.zizhi-list-image-bg {
		padding: 19px 10px;
	}
}

/* 资质证书 end */


/* 发展历程 start */
.history-page-box {
	
}
.history-list-ul {
	padding-top: 30px;
	/* max-width: 1000px; */
	margin: 0 auto;
}
.history-list-li {
	overflow: hidden;
}

.history-list-link {
	display: block;
	cursor: unset;
}

.history-list-left {
	width: 110px;
}

.history-list-right {
	margin-left: 110px;
	overflow: hidden;
	padding-bottom: 40px;
}


.history-list-info-box {
	margin-left: 70px;
}
.history-list-time-box {
	padding: 5px 0 20px;
	text-align: right;
	color: #333;
	font-weight: bold;
}

.history-list-year {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 10px;
	display: inline;
}

.history-list-moon-day {
	font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
	line-height: 36px;
	display: inline;
}


.history-list-line-box {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #f2f2f2;
	
}
.history-list-line {
    position: absolute;
    width: 2px;
    background-color: #dedede;
    height: 1000px;
    top: 0;
    left: 50%;
    margin-left: -1px;
    display: inline-block;
}
.history-list-line-bg {
    margin: 0 22px;
    display: inline-block;
    vertical-align: middle;
}
.line-circle-out {
    position: absolute;
    left: 50%;
    border-radius: 50%;
	top: 0;
    margin-left: -50px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 50%;
	border: 5px solid #B9A769;
	background-color: #fff;
	margin-left: -12px;
	border: 2px solid #EBEBEB;
}

.line-circle-in {
	position: relative;
    width: 90px;
    height: 90px;
    width: 20px;
    height: 20px;
    /* opacity: .3; */
    border-radius: 50%;
}

.history-list-link:hover .history-list-time-box, .history-list-li.cur .history-list-time-box {
	color: rgba(7,108,224,1);
}
.history-list-link:hover .line-circle-out, .history-list-li.cur .line-circle-out {
	border-color: rgba(7,108,224,.3);
}
.history-list-link:hover .line-circle-in, .history-list-li.cur .line-circle-in {
	background-color: rgba(7,108,224,.9);
}
.history-list-link:hover .history-list-info, .history-list-li.cur .history-list-info {
	color: rgba(7,108,224,1);
}

.history-image {
	width: 100%;
	height: 100%;
    border-radius: 50%;
}

.history-list-info {
	margin-left: 100px;
}

.history-title-box {
	padding: 10px;
	background-color: #f5f5f5;
}



.history-list-title {
	font-size: 18px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.history-list-desc {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}


@media (max-width: 768px) {
	.history-list-left {width: 100px;}
	/* .history-image {height: 85px;} */
	.history-list-right {margin-left: 70px;}
	.history-list-moon-day {font-size: 20px;}
	.history-list-info-box {margin-left: 20px;}
	.history-list-line-bg {margin: 0 10px;}
	.history-list-info {margin-left: 50px;}
	.history-list-title { font-size: 15px; margin-bottom: 8px;}
	.history-list-desc {line-height: 20px; font-size: 13px;}
}

@media (max-width: 480px) {
	.history-list-left {width: auto;}
	.history-list-year {margin-bottom: 0; font-size: 14px; line-height: 1.5;}
	.history-list-moon-day {line-height: 1.5;}
	
	.history-list-right {margin-left: 50px;}
	.line-circle-out {border-width: 3px; margin-left: -31px;}
	.line-circle-in { width: 15px; height: 15px;}
	.history-list-line {left: -10px;}
	.history-list-info-box {margin-left: 30px;}
	.history-list-info {margin-left: 16px;}
	.history-list-title {line-height: 1.5; margin-bottom: 0; font-size: 14px;}
	.history-list-desc { font-size: 12px;height: auto;}
	.history-list-right {padding-bottom: 20px;}
}

/* 发展历程 end */




/* 推荐文章 start */
.listarc-tuijian-ul {
	padding: 10px 0;
}

.listarc-tuijian-li {
	float: left;
	width: 33.33333333%;
}

.listarc-tuijian-li.last {
	
}

.listarc-tuijian-link {
	display: block;
	margin: 0 10px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
	cursor: unset;
	background-color: #efefef;
	border-radius: 10px;
	overflow: hidden;
}

.case-list-link {
	padding: 0;
}

/* .listarc-tuijian-link:hover {
	box-shadow: 0 0 10px #dedede;
} */

.listarc-tuijian-image-box {
	overflow: hidden;
}

.listarc-tuijian-image {
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.listarc-tuijian-image:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.listarc-tuijian-info {
	padding: 10px;
}

.listarc-tuijian-title {
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #233;
	text-align: center;
}

.listarc-tuijian-link:hover .listarc-tuijian-title {
	color: #fc0000;
}

.listarc-tuijian-time {
	margin-top: 5px;
	color: #999;
}

.listarc-tuijian-desc {
	color: #333;
	margin-top: 10px;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}

.listarc-tuijian-box {
	margin-top: -30px;
}
.tuijian-case-type {
	padding-bottom: 20px;
}

.listarc-tuijian-type {
	margin-top: 12px;
}

@media (max-width: 1200px) {
	.listarc-tuijian-link {margin: 10px; }
}
@media (max-width: 992px) {
	/* .listarc-tuijian-li {width: 50%; } */
	.listarc-tuijian-info {padding: 10px;}
}
@media (max-width: 768px) {
	.listarc-tuijian-box {
		margin-top: -20px;
	}
	.listarc-tuijian-li {
		width: auto;
		float: none;
	}
	/* .listarc-tuijian-li {width: 50%;} */
	.listarc-tuijian-info {padding: 8px;}
	.listarc-tuijian-title {font-size: 13px;}
	.listarc-tuijian-desc {margin-top: 5px; line-height: 18px; height: 51px; font-size: 13px;}
}

@media (max-width: 480px) {
	.tuijian-case-type {padding-bottom: 5px;}
	.listarc-tuijian-box {
		margin-top: -10px;
	}
	.listarc-tuijian-link {padding: 0; margin: 5px;}
	.listarc-tuijian-info {
		/* padding: 5px; */
	}
	.listarc-tuijian-title {font-size: 12px;}
}
/* 推荐文章 end */


/* 文章列表 start */
.listarc-ul {}
.home-listarc-ul {
	padding: 10px 0;
}

.listarc-li {
}

.listarc-li.last, .listarc-li:nth-of-type(3n+3) {
	margin-right:0;
}

.listarc-link {
	display: block;
	position: relative;overflow: hidden;
	border-bottom:1px dashed #e5e5e5;
	padding: 25px 0;
}

.home-listarc-link {
	padding: 15px 0;
}

.listarc-date-box {
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.listarc-date-bg {
	padding: 15px;
	cursor: pointer;
    text-align: center;
    background-color: #f2f2f2;
    vertical-align: middle;
	position: relative;
	color: rgb(102, 102, 102);
}

.listarc-day {
	font-size: 22px;
	line-height: 30px;
}

.listarc-year-moon {
	margin-top: 5px;
	font-size: 14px;
	line-height: 20px;
}

.listarc-info {
	overflow: hidden;
}
.listarc-title-box {
	padding:3px 0;
}
.listarc-time {
	float:right;
	font-size:15px;
}
.listarc-title {
	/* text-align: center; */
	font-size: 16px;
	/* font-weight:normal; */
	font-weight:bold;
	overflow:hidden;
	margin-right: 90px;
	white-space:nowrap;
	line-height: 1.4;
	text-overflow:ellipsis;
}
.listarc-desc {
	margin-top: 4px;
    font-size: 15px;
    line-height: 24px;
    color: #333;
	height: 48px;
    /* margin-bottom: 6px; */
	overflow:hidden;
	/* white-space:nowrap;
	text-overflow:ellipsis; */
}


.listarc-link:hover .listarc-image {
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.listarc-title:hover {
	color: #fc0000;
}

@media (max-width:1200px){

}

@media (max-width:992px){
	.listarc-title-box {padding: 5px 0;}
	.listarc-title {font-size: 14px;}
	.listarc-desc {font-size: 14px; line-height: 20px; height: 40px;}
}

@media (max-width:768px){
	.listarc-ul {padding:0 8px;}
	.listarc-link {padding: 10px 0;}
	.listarc-title-box {}
	.listarc-title {padding: 0;font-size: 14px;}
	.listarc-time {font-size: 12px;}
	.listarc-day {font-size: 22px;}
	.listarc-desc {margin:0; font-size:12px; height: 80px; }
}
@media (max-width:666px){
	.listarc-title-box {padding: 2px 0 3px;}
	.listarc-image {height: 100px; width: 160px;}
	.listarc-desc {line-height: 18px; height: 68px;}
}
@media (max-width:560px){
	.listarc-image {height: 80px; width: 120px;}
	.listarc-desc {height: 51px;}
}

@media (max-width:480px){
	.listarc-link {padding: 8px 0;}
	.listarc-image {width: 100px; height: 66px; }
	.listarc-date-box {
		margin-right: 8px;
	}
	.listarc-date-bg {}
	.listarc-day {line-height: 25px;}
	.listarc-year-moon {font-size: 13px;}
	/* .listarc-desc {height: 36px;} */
}
/* 文章列表 end */


/* 服务流程 start  */
.flow-page-bg {
	position: relative;
}
.flow-page-line {
	position: absolute;
	left: 50%;
	width: 21px;
	height: 100%;
	margin-left: -10px;
	background-position: top center;
	/* background-repeat: no-repeat; */
	/* background-size: 100% auto; */
}
.flow-list-ul {
	position: relative;
	padding-bottom: 50px;
}
.flow-list-li {
}
/* .flow-list-li.odd {float: left;}
.flow-list-li.even {float: right;} */
.flow-list-link {
	width: 50%;
	margin-bottom: -50px;
}
.flow-list-link.odd {
	float: left;
}

.flow-list-link.even {
	float: right;
}
.flow-list-left {
	width: 240px;
}

.flow-list-left.odd {
	float: right;
	margin-right: 20px;
}
.flow-list-left.even {
	float: left;
	margin-left: 20px;
}

.flow-list-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flow-list-info {
	overflow: hidden;
}
.flow-list-info.odd {
	padding-right: 20px;
	text-align: right;
	
}
.flow-list-info.even {
	padding-left: 20px;
}

.flow-list-title {
	overflow: hidden;
	font-weight: normal;
	line-height: 28px;
	font-size: 16px;
	margin-top: 15px;
}


.flow-list-desc {
	line-height: 25px;
	color: #999;
	height: 125px;
	overflow: hidden;
}

@media (max-width: 992px) {
	.flow-list-left {width: 200px;}
	.flow-list-info {}
	.flow-list-title {margin-top: 0;}
	.flow-list-image  {line-height: 25px; font-size: 15px;}
	.flow-list-desc {line-height: 20px; height: 120px;}
}
@media (max-width: 888px) {
	.flow-list-left {width: 180px;}
	.flow-list-info.odd {padding-right: 10px;}
	.flow-list-info.even {padding-left: 10px;}
}
@media (max-width: 768px) {
	.flow-page-line {left: 5px;}
	.flow-list-ul {padding-left: 21px; padding-bottom: 0;}
	.flow-list-link {margin-bottom: 20px; width: auto;}
	.flow-list-link.odd, .flow-list-link.even {float: none;}
	.flow-list-left.odd, .flow-list-left.even {float: left; margin-left: 0; margin-right: 10px;}
	.flow-list-info.odd, .flow-list-info.even {padding-left: 0; padding-right: 0; text-align: left;}
	.flow-list-image  { line-height: 22px; font-size: 14px;}
	.flow-list-desc {height: auto;font-size: 13px;}
}
@media (max-width: 666px) {
	.flow-list-left {width: 130px;}
	.flow-list-image  {}
}
@media (max-width: 480px) {
	.flow-list-left {width: 110px;}
	.flow-list-image {}
	.flow-list-title {font-size: 15px; line-height: 20px;}
	.flow-list-desc {font-size: 12px; line-height: 16px;}
}
/*新增*/
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;text-decoration:none;}

.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}
*html .clearfix{height:1%}

.btn{display:inline-block;width:100px;height:32px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;line-height:32px;color:#009FD9;text-align:center;text-decoration:none;font-size:14px;cursor:pointer}

.cloud-product-box{background:#f4f4f4}
.cloud-product-wrapper{margin:0 auto;width:1200px}
.cloud-product{position:relative;z-index:9;padding:110px 0 80px}
.cloud-product-title{height:32px;text-align:center;line-height:32px;font-size:32px;color:#333}
.color-blue{color:#009fd9}
.cloud-product-explain{margin-top:26px;margin-bottom:82px;height:16px;line-height:16px;text-align:center;font-size:16px;color:#999}
.cloud-product-ul{width:100%}
.cloud-product-ul li{position:relative;margin-left:12px;width:212px;height:522px;float:left;background:#fff}
.cloud-product-ul li:first-child{margin-left:0}
.cloud-product-single-top{width:100%;height:60px;line-height:60px;text-align:center;background-color:#f2f2f2}
.cloud-product-name{font-size:18px;color:#333;font-weight:700}
.cloud-product-single-bottom{width:100%;height:340px}
.empty-space{width:100%;height:99px;padding:26px 0 0 0;}
.single-bottom-item{height:340px;width:100%}
.single-bottom-item:first-child{border-right:1px solid #eee}
.bg-product-pic{width:100%;height:82px}
.server-header-01{background:url(../img/product_header_icon_01.png) center no-repeat}
.server-header-02{background:url(../img/product_header_icon_02.png) center no-repeat}
.server-header-03{background:url(../img/product_header_icon_03.png) center no-repeat}
.server-header-04{background:url(../img/product_header_icon_04.png) center no-repeat}
.server-header-05{background:url(../img/product_header_icon_05.png) center no-repeat}
.server-header-active-01{background:url(../img/product_header_active_icon_01.png) center no-repeat}
.server-header-active-02{background:url(../img/product_header_active_icon_02.png) center no-repeat}
.server-header-active-03{background:url(../img/product_header_active_icon_03.png) center no-repeat}
.server-header-active-04{background:url(../img/product_header_active_icon_04.png) center no-repeat}
.server-header-active-05{background:url(../img/product_header_active_icon_05.png) center no-repeat}

.product-introduce-title{margin-bottom:14px;height:22px;line-height:22px;font-size:22px;text-align:center}
.product-introduce-title.normal-weight{font-weight:400}
.product-introduce-content{margin:0 auto 26px;width:180px;line-height:14px;font-size:14px;text-align:center;color:#999}
.product-introduce-list{margin:0 auto;padding-top:28px;height:135px;width:84%;border:1px solid #f1f1f1;border-left:none;border-right:none}
.introduce-list-small{margin-bottom:18px;line-height:14px;font-size:14px;color:#999;text-align:center}
.product-introduce-price{margin:48px auto 0;font-size:14px;text-align:center;color:#333}
.price-blue{color:#0af;font-size:38px}
.normal-inner{transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.active-inner{position:relative;display:none;height:100%;-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.introduce-link{position:absolute;top:0;left:0;width:100%;height:360px}
.active-inner-01{background:url(../img/producet_bg_01.jpg) center no-repeat}
.active-inner-02{background:url(../img/producet_bg_02.jpg) center no-repeat}
.active-inner-03{background:url(../img/producet_bg_03.jpg) center no-repeat}
.active-inner-04{background:url(../img/producet_bg_04.jpg) center no-repeat}
.active-inner-05{background:url(../img/producet_bg_05.jpg) center no-repeat}
.cloud-product-ul li.active .active-inner{display:block;-moz-opacity:1;-khtml-opacity:1;opacity:1}
.cloud-product-ul li.active .normal-inner{display:none;-moz-opacity:0;-khtml-opacity:0;opacity:0}
.cloud-product-ul li{-webkit-box-shadow:1px 1px 12px rgba(0,0,0,.08);-moz-box-shadow:1px 1px 12px rgba(0,0,0,.08);box-shadow:1px 1px 12px rgba(0,0,0,.08);-webkit-transition:width .15s linear;-o-transition:width .15s linear;-moz-transition:width .15s linear;transition:width .15s linear}
.cloud-product-ul li.active{z-index:9;width:304px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.2);-moz-box-shadow:0 4px 20px rgba(0,0,0,.2);box-shadow:0 4px 20px rgba(0,0,0,.2)}
.active .product-introduce-content{color:#eff6ff}
.active-product-introduce-title{color:#fff}
.active .product-introduce-list{padding-top:22px;border-color:#3f9ff9}
.introduce-list-large{margin:0 auto;width:228px;line-height:22px;color:#ddebff;font-size:14px}
.active .product-introduce-price{margin-top:32px;color:#fefeff}
.product-introduce-price .price-white{display:inline-block;font-size:36px;height:36px;line-height:36px;color:#fff}
.buy-link-btn{display:block;margin:30px auto 0;width:90%;height:40px;line-height:40px;background-color:#ff9600;color:#fff;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
.buy-link-btn:hover{background-color:#f80}
/* 服务流程 end  */

@charset "utf-8";
/* CSS Document */
@font-face{ 
  font-family:"syht";
          src:url(../fonts/SourceHanSans-Light.otf);
}
/* body{ margin:0px; padding:0px; border:0px; font-family:"syht","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#f8f8f8; overflow-x: hidden;}
a{ margin:0px; padding:0px; border:0px; text-decoration:none !important; color:#555555; font-size:13px;}
a:hover{ text-decoration:none;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-text-size-adjust: none;} */
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear{ clear:both !important; height:0px !important; width:0px !important; float:none !important; margin:0px !important; padding:0px !important; border:0px !important; line-height:0 !important; position:relative !important; }
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{ max-width:100% !important; vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#4d4d4d; font-size:12px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#4d4d4d; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#4d4d4d; font-size:12px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#4d4d4d; font-size:12px;}
.fl{ float:left;}
.fr{ float:right;}


/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra .imgs{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.tra:hover .imgs{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}

.shadow5{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
     -o-box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
        box-shadow:rgba(0,0,0,0.13) 5px 5px 5px; 
}

.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
        box-shadow:rgba(0,0,0,0.13) 5px 5px 10px; 
}


.mTop{ width: 100%; height:60px; background: #FFFFFF; position: fixed; top: 0; left: 0; z-index: 9999; display: none; justify-content: space-between; align-items: center; padding:0 5%; box-shadow: var(--s);}
.mTopLogo img{ height:30px;}

.mMenu{ position: fixed; top: 0; left: 0; background: #FFFFFF; z-index: 9998; display: none; padding: 0 5%; padding-top:80px; width: 100%; height: 100vh;}
.mMenu .mMenuBox{}
.mMenu .mMenuBox .mMenuTop{ display: flex; justify-content: space-between; align-items: center; border-bottom: var(--l) solid 1px; width: 100%; font-weight: bolder;}
.mMenu .mMenuBox .mMenuTop a{ padding: 10px 0; line-height: 2em; font-size: 16px; color: var(--l);}
.mMenu .mMenuBox .mMenuTop .mNenuIcon{transform: scale(.7);}
.mMenu .mMenuBox .mMenuDown{ padding: 0 5%; display: none; flex-direction: column;}
.mMenu .mMenuBox .mMenuDown a{ padding: 10px 0; line-height: 2em; font-size: 14px; color: var(--l); border-bottom: var(--l) solid 1px; display: block; width: 100%;}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{ height:2px !important; }

.w1{ width:90%; margin:0 auto; max-width:1600px;}

.imgs{ width:100%; height:100%; position: absolute; left:0; top:0; object-fit:cover;}


:root{
	--l:#2cbbc7;
	--s:rgba(204,204,204,0.5) 0 10px 35px;
	--ls:rgba(44,187,199,0.35) 0 10px 35px;
	--tr: all ease 0.75s;
	--tr2:all ease 0.5s;
}

.top{ position: absolute; left: 0; top: 0; z-index: 9999; width: 100%;}

.topNei{ height: 110px; display: flex; align-items: center; justify-content: space-between; border-bottom: var(--b) solid 1px;}
.topNei .topLogo{}
.topNei .topLogo img:nth-child(2){ display: none;}
.topNei .topRight{ display: flex; align-items: center;}
.topNei .topRight .topMenu{ display: flex;}
.topNei .topRight .topMenu .topMenuBox{ padding: 0 18px;}
.topNei .topRight .topMenu .topMenuBox .topMenuTitle{ font-size: 17px; line-height: 110px; height:110px; color: #fff; display:block; position:relative;}
.topNei .topRight .topMenu .topMenuBox .topMenuTitle:before { width: 0; height: 3px; background: var(--l); border-radius: 5px; position: absolute; left: 0; bottom: 0; content: ''; display: block; transition:var(--tr);    pointer-events: none;}
.topNei .topRight .topMenu .topMenuBox.on .topMenuTitle{ color:var(--l) !important;}
.topNei .topRight .topMenu .topMenuBox:hover .topMenuTitle{ color:var(--l) !important;}
.topNei .topRight .topMenu .topMenuBox .topMenuDown{ background:#f8f8f8; position: absolute; left: 0; top: 109px; display: none !important; width:100%; border-top:#e5e5e5 solid 1px; height:90px;}
/*.topNei .topRight .topMenu .topMenuBox:hover .topMenuDown{ display: flex;}*/
.topNei .topRight .topMenu .topMenuBox .topMenuDown{ justify-content:center; align-items:center;}
.topNei .topRight .topMenu .topMenuBox .topMenuDown a{ padding: 0 35px; font-size:19px; color:#000000;}
.topNei .topRight .topMenu .topMenuBox .topMenuDown a:hover{ color:var(--l);}

.topNei .topRight .topLine{ color: #FFFFFF;}

.topNei .topRight .topTel{ display: flex; align-items: center; margin-left:25px;}
.topNei .topRight .topTel span:nth-child(2){ color: var(--l); font-size: 19px; font-weight: bolder; margin-left: 5px;}

.top.on{ background:#FFFFFF; position:fixed; box-shadow:var(--s);}
.top.on .topNei .topRight .topMenu .topMenuBox .topMenuTitle{ color:#333333;}
.top .topNei .topRight .topMenu .topMenuBox.on .topMenuTitle:before { width: 100%;}
.top .topNei .topRight .topMenu .topMenuBox:hover .topMenuTitle:before { width: 100%;}
.top.on .topNei .topLogo img:nth-child(1){ display: none;}
.top.on .topNei .topLogo img:nth-child(2){ display:  block;}
.top.on .topNei .topRight .topLine{ color: #333;}

.top:hover{ background:#FFFFFF; position:fixed; box-shadow:var(--s);}
.top:hover .topNei .topRight .topMenu .topMenuBox .topMenuTitle{ color:#333333;}
.top:hover .topNei .topLogo img:nth-child(1){ display: none;}
.top:hover .topNei .topLogo img:nth-child(2){ display:  block;}
.top:hover .topNei .topRight .topLine{ color: #333;}

.cebian{ position: fixed; top: 40%; right: 0; z-index: 9999; background: var(--l); height: 64px; display: flex; align-items: center; padding:0 10px 0 15px; border-top-left-radius: 50px; border-bottom-left-radius: 50px; font-size: 22px; color: #fff; cursor: pointer; }
.cebian img{ margin-right: 10px;}

.tc{ width: 100vw; height: 100vh; position: fixed; z-index: 99999; left: 0; top: 0; background: rgba(0,0,0,0.65); display: none; align-items: center; justify-content: center;} 

.tcBox{ border-radius: 20px; overflow: hidden; display: grid; grid-template-columns:repeat(2,1fr); background: #fff; position: relative; transform: translateY(-50px); opacity: 0.5; transition:var(--tr); max-width: 1000px; }
.tcBox.on{ transform: translateY(0); opacity:1;}

.closeTc{ position: absolute; right: 30px; top: 20px; cursor: pointer; width: 35px;}
.tcLeft{}
.tcLeft img{ height: 100%; width:100%}
.tcRight{ padding:30px 30px 30px;}
.tcTitle{ font-size: 16px; color: black; margin-bottom: 20px;}
.tcForm{ display: block;}
.inp1{ width: 100%; padding: 0 30px; border-radius:10px; background: #f5f5f5; margin-bottom: 14px;}
.inp1 input{ width: 100%; line-height: 40px; background: none;}
.inp2{ width: 100%; padding: 0 30px; display: flex; align-items: center; border-radius: 10px; background: #f5f5f5; margin-bottom: 14px;}
.inp2 input{ width: 100%; line-height: 40px; background: none;}
.inp2 div{ white-space: pre; color: var(--l); font-size: 16px; flex-shrink: 0; cursor: pointer; margin-left: 30px;}
.inp2 div.on{ pointer-events: none; color: #a5a5a5;}
.inp3{ width: 100%; border-radius: 10px; background: #f5f5f5; margin-bottom: 20px;}
.inp3 textarea{ width: 100%; line-height: 30px; background: none; height: 110px; padding: 10px 30px;}
.inp4{ display: flex; align-items: center; margin-bottom: 20px; cursor: pointer;}
.inp4 input{ margin-right: 10px;}
.inp4 a{ color: var(--l);}
.inp5{}
.inp5 input{width: 100%;
    line-height: 45px;
    background: var(--l);
    border-radius: 80px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;}


.neiBanner{ width: 100%; position: relative; overflow: hidden;}
.neiBanner .banerNeiZhan{}
.neiBanner .banerNeiZhan:before{ content: ''; display: block; padding-top: calc( 100% * 750 / 1600);}
.neiBanner .bannerNei{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.neiBanner .bannerNei .bannerText1{ font-size: 50px; font-weight: bolder; color: #fff;}
.neiBanner .bannerNei .bannerText3{ font-size: 22px; color: #fff;  margin-top: 10px;}

.nav{ background: #fff;width: 100%;}
.nav.on{ position: fixed; top: 110px; z-index: 999; left: 0;}

.navNei{ overflow-x:auto;}
.navNei::-webkit-scrollbar { /*滚动条整体样式*/ width:4px; /*高宽分别对应横竖滚动条的尺寸*/ height: 2px;}
.navNei::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 4px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: var(--l);}
.navNei::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 10px; background: #fff;}

.navBox{ display: flex; align-items: center;}
.navBox a{    white-space: pre;
    font-size: 15px;
    display: block;
    margin-right: 60px;
    line-height: 60px;
    position: relative;}
.navBox a.on{ color: var(--l);}
.navBox a.on::before{ content: ''; display: block; height: 3px; width: 100%; background: var(--l); border-radius: 10px; position: absolute; bottom: 0; left: 0;}
.navBox a:hover{ color: var(--l);}
.navBox a:hover::before{ content: ''; display: block; height: 3px; width: 100%; background: var(--l); border-radius: 10px; position: absolute; bottom: 0; left: 0;}

.footer{ width: 100%; background: url(../images/f8.jpg) no-repeat 50%/cover; }

.footNei{}


.scroll-to-top{ width:45px; height:45px; display:none; position:fixed; right:30px; bottom:20px; z-index:999; justify-content:center; align-items:center; color:#FFFFFF; border-radius:50px; font-size:25px; cursor:pointer;}
.scroll-to-top i{ position:absolute; z-index:0; top:50%; left:50%; z-index:9; transform:translate(-50%,-50%);  width:45px; height:45px; background:var(--l); color:#FFFFFF; border-radius:50px; font-size:25px; z-index:9; position:relative; text-align:center; line-height:40px;}
.scroll-to-top div:nth-child(1){ position:absolute; z-index:0; top:50%; left:50%; z-index:0; transform:translate(-50%,-50%); animation:pulse-border-7 infinite linear 2s; width:60px; height:60px; background:rgba(255,255,255,0.2); border-radius:50px;}
@-webkit-keyframes pulse-border-7{
	0%{ opacity:0; transform:translate(-50%,-50%);}
	20%{ opacity:1; transform:translate(-50%,-50%) scale(1);}
	100%{ opacity:0; transform:translate(-50%,-50%) scale(2);}
}
.scroll-to-top div:nth-child(2){ position:absolute; z-index:0; top:50%; left:50%; z-index:0; transform:translate(-50%,-50%); animation:pulse-border-7 infinite linear 2s; animation-delay:1.5s; width:60px; height:60px; background:rgba(255,255,255,0.2); border-radius:50px;}
@-webkit-keyframes pulse-border-7{
	0%{ opacity:0; transform:translate(-50%,-50%);}
	20%{ opacity:1; transform:translate(-50%,-50%) scale(1);}
	100%{ opacity:0; transform:translate(-50%,-50%) scale(2);}
}
.scroll-to-top:hover i{ background:#FFFFFF; color:var(--l); }


.fo1{ display: flex; align-items: center; justify-content: space-between; height: 140px; border-bottom: rgba(255,255,255,0.1) solid 1px;}
.fo1 .foLeft1{}
.fo1 .foRight1{ display: flex; align-items: center;}
.fo1 .foRight1 .foRight11{ white-space: pre; font-size: 19px; color: #cccccc; margin-right: 10px;}

.foGuan{ display: flex; align-items: center;}
.foGuan .foGuanItem{ margin-left: 35px; position: relative; z-index: 9; cursor: pointer;}
.foGuan .foGuanItem .foGuanTc{ position: absolute; left:50%; bottom:35px; width: 234px; height: 238px; background: url(../images/f10.png) no-repeat 50%; z-index: 9; transform: translateX(-50%); display: none;}
.foGuan .foGuanItem:hover .foGuanTc{ display: block;}
.foGuan .foGuanItem .foGuanTc div{ width: 160px; height: 160px; margin:23px auto 0 40px;}
.foGuan .foGuanItem .foGuanIcon{ height: 65px; width: 65px;  border:rgba(255,255,255,0.22) solid 1px; border-radius: 100px; display: flex; align-items: center; justify-content: center;}
.foGuan .foGuanItem:hover .foGuanIcon{ border: var(--l) solid 1px; background: var(--l);}

.fo2{ display: flex; border-bottom: rgba(255,255,255,0.1) solid 1px; padding: 50px 0 40px; justify-content: space-between;}

.foMenu{ display: flex; border-right: rgba(255,255,255,0.1) solid 1px;}
.foMenu .foMenuItem{ width: 160px; display: flex; flex-direction: column;}
.foMenu .foMenuItem .foMenuTitle{ font-size: 17px; color: #fff;}
.foMenu .foMenuItem .foMenuDown{ display: flex; flex-direction: column; margin-top: 15px;}
.foMenu .foMenuItem .foMenuDown a{ position: relative; color: #cccccc; line-height: 36px; padding-left: 17px;}
.foMenu .foMenuItem .foMenuDown a:before{ width: 10px; height: 10px; border-radius: 10px; background: var(--l); position: absolute; left: 0; top: 50%; transform: translateY(-50%); display: block; content: '';}

.foContent{ display: flex; flex-direction: column;}
.foContent .foContent1{ font-size: 22px; color: #fff; margin-bottom: 45px;}
.foContent .foContent2{ font-size: 17px; color: #fff; margin-bottom: 10px;}
.foContent .foContent3{ color: #999999; line-height: 35px;}

.fo3{ display: flex; align-items: center; justify-content: space-between; min-height: 100px;}
.fo3 div{ display: flex; align-items: center;}
.fo3 div a{ color: #999999;}
.fo3 div span{ margin-right: 3px; color: #999999;}

{}


.banner{ position:relative; overflow:hidden;}
.banner .bannerZhan{ width:100%; max-width:1600px; position:relative;}
.banner .bannerZhan:before{ display:block; content:''; padding-top:100vh;}
.banner .bannerBox{ position:absolute; left:0; top:0; width:100%; height:100%;}
.banner .bannerBox .swiper{ width:100%; height:100%;}
.banner .bannerBox .bannerLink{ width:100%; height:100%; display:flex; justify-content:center; align-items:center; overflow: hidden; position: relative;}
.banner .bannerBox .bannerLink .bannerText{ display:flex; flex-direction:column; color:#FFFFFF; position:relative; z-index:1;}
.banner .bannerBox .bannerLink .bannerBg{ width:100%; height:100%; transition:ease all 20s; position:absolute; z-index:0; left:0; top:0; transform:scale(1.2);}
.banner .bannerBox .swiper-slide-active .bannerBg{ transform:scale(1); transition: all 20s ease 1s;}

.banner .bannerBox .bannerLink .bannerText .bannerText1{ font-size:50px; line-height: 70px; opacity:0.5; transform:translateX(-100%); transition:all 1.5s ease-in 0.1s; font-weight: bolder;}
.banner .bannerBox .bannerLink .bannerText .bannerText2{ font-size:22px; line-height: 50px; opacity:0.5; transform:translateX(-100%); transition:all 1.5s ease-in 0.5s; margin: 0px 0 30px;}
.banner .bannerBox .bannerLink .bannerText .bannerText3{ font-size:25px; opacity:0.5; transform:translateX(-100%); transition:all 1.5s ease-in 0.75s;}
.banner .bannerBox .bannerLink .bannerText .moreBox{ height:60px; overflow:hidden;}
.banner .bannerBox .bannerLink .bannerText .more{ position:relative; width:210PX; height:60px; border:#FFFFFF solid 1px; border-radius:66px; text-align:center; line-height:64px; font-size:19px; color:#FFFFFF; overflow:hidden; transform:translateY(66px); transition:transform 1s ease-in 1s; display: flex; align-items: center; justify-content: center;}
.banner .bannerBox .bannerLink .bannerText .more img{ margin-right: 10px;}

.banner .bannerBox .bannerLink .bannerText .bannerText5{ font-size:40px; opacity:0.5; transform:translateX(-100%); transition:all 1.5s ease-in 0.1s; margin-bottom: 45px; font-weight: bolder;}
.banner .bannerBox .bannerLink .bannerText .bannerText6{ font-size:50px; opacity:0.5; transform:translateX(-100%); transition:all 1.5s ease-in 0.5s; line-height:1.2em;}

.banner .bannerBox .swiper-slide-active .bannerLink .bannerText .bannerText1{ transform:translateX(0); opacity:1;}
.banner .bannerBox .swiper-slide-active .bannerLink .bannerText .bannerText2{ transform:translateX(0); opacity:1;}
.banner .bannerBox .swiper-slide-active .bannerLink .bannerText .bannerText3{ transform:translateX(0); opacity:1;}
.banner .bannerBox .swiper-slide-active .bannerLink .bannerText .bannerText5{ transform:translateX(0); opacity:1;}
.banner .bannerBox .swiper-slide-active .bannerLink .bannerText .bannerText6{ transform:translateX(0); opacity:1;}

.banner .bannerBox .swiper-slide-active .bannerLink .bannerText .more{ transform:translateY(0px);}

.banner .bannerBox .bannerLink .bannerText .more:before{ width:0; height:100%; content:''; display:block; transition:var(--tr2); background:#1f8ded; position:absolute; left:0; top:0; z-index:-1;}
.banner .bannerBox .bannerLink .bannerText .more:hover{ border:var(--l) solid 1px;}
.banner .bannerBox .bannerLink .bannerText .more:hover:before{ width:100%;}

.banner .bannerIcon{ display:flex; align-items:center; position:absolute; left:50%; bottom:155px; transform:translateX(-50%); z-index:9999; cursor:pointer; height:0;}
.banner .bannerIcon img{ margin-right:32px;}
.banner .bannerBox .swiper-pagination{ height:0px; align-items:center; text-align:left;}
.banner .bannerBox .swiper-pagination .swiper-pagination-bullet{ border-radius:0; width:10px; height:10px; margin-left:10px; background:#FFFFFF; transition:var(--tr2);}
.banner .bannerBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:30px; background:#1296db;}


.dian{ height:0; display:flex; align-items:center;}
.dian .dianItem{ width:9px; height:9px; border-radius:7px; background:#818794; margin:0 10px 0 0; cursor:pointer; position:relative; transition:var(--tr);}
.dian .dianItem.on{ width: 25px; background: #FFFFFF;}

@keyframes jtd2{
    0%{ stroke-dasharray:0 190; stroke-dashoffset: 0;}
    100%{ stroke-dasharray:190 0; stroke-dashoffset: 0;}
}

.bannerBot{ height:0px; display:flex; align-items:center; width:100%; position:absolute; left:0; bottom:72px; z-index:9; width:100%;}

.index1{ background: url(../images/i1.jpg) no-repeat 50% / cover; padding: 100px 0 105px; overflow: hidden;}
.indexNei1{ position: relative;}
.indexTitle{ position: absolute; z-index: 0; pointer-events: none; left: 0; top: 0; display: flex;}
.indexTitle .indexTitleIcon{  margin-right: 20px;}
.indexTitle .indexTitleText{ font-size: 40px; line-height: 60px; color: #000000; margin-top: -14px; font-weight: bolder;}

.bankuai{ display: flex; flex-direction: column; align-items: center;}

.bk{ width: calc( 100% * 980 / 1600); border: var(--l) dashed 1px; border-radius: 100px; height: 100px; display: flex; justify-content: center;}
.bk ul{ display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0 75px; height: 0px;}
.bk ul li{ box-shadow: var(--s); border-radius: 100px;}

.bkArrow{ margin: 26px 0 16px;}

.bkLink{ display: flex; align-items: center; justify-content: center;}
.bkLink a{ margin: 0 20px; border: var(--l) solid 2px; border-radius: 100px; font-size: 27px; line-height: 2em; display:block; padding: 0 32px; transition:var(--tr); min-width: 226px; text-align: center; font-weight: bolder;}
.bkLink a:hover{ box-shadow: var(--ls); color: var(--l); background: #FFFFFF;}

.bk2{ border: var(--l) dashed 1px; width: 100%; border-radius: 1600px; margin-top: 25px}

.bk21{ height: 0; width: 100%; display: flex; align-items: center; justify-content: center;}
 
.bkIcon{ min-width: 177px; line-height: 50px; font-size: 22px; color: #FFFFFF; text-align: center; background: url(../images/i8.png) repeat-x 50%; border-radius: 50px; font-weight: bolder;}

.bkBox{ padding: 30px 0; margin-bottom: 0 !important; /*display: grid; grid-column-gap: 13px; grid-template-columns:208fr 208fr 208fr 208fr 208fr 208fr 271fr;*/}
.bkBox .bkBoxItem{ background: #FFFFFF; border: #FFFFFF solid 1px; border-radius: 10px; padding:35px 15px; box-shadow: var(--s); transition:var(--tr); cursor: pointer; width: min-content; margin: 0 5px; width: 208px;}
.bkBox .bkBoxItem2{ width:271px; }
.bkBox .bkBoxItem .bkIcon{ width: 100%;}
.bkBox .bkBoxItem .bkIcons{ display: flex; flex-direction: column; align-items: center; margin: 20px 0 0;}
.bkBox .bkBoxItem .bkIcons li{ font-size: 16px; line-height: 35px;}
.bkBox .bkBoxItem .bkIcons2{ display: flex; flex-direction: row; flex-wrap: wrap; margin: 20px 0 0;}
.bkBox .bkBoxItem .bkIcons2 li{ font-size: 16px; line-height: 35px; width: 50%; white-space: pre;}

.bk2 .slick-track{height: 445px;    padding: 40px 0;}

.bkBox .bkBoxItem:hover{ box-shadow: var(--ls); border: var(--l) solid 1px;}


.index2{ background: url(../images/i9.jpg) no-repeat 50% / cover; padding:190px 0 230px; overflow: hidden;}
.index2 .indexTitle{ transform:translateY(-110px);}

.histroy{ width:100%; position:relative; display:flex; align-items:center;}

.indHisYearBox{ width:calc( 100% * 210 / 1600); flex-shrink:0; }
.indHisYearBox .indHisYear{ height:0px; display:flex;}
.indHisYearBox .indHisYear div{ font-size: 83px; color: var(--l); white-space: pre; transform-origin:center; transform: translate(-35%,-50%) rotate(-90deg); font-weight: bolder;}

.indexHistoryJ{ flex-shrink: 0; height:100%; width: 1px; background:#c9c9c9; position:absolute; top:0; left:calc( 100% * 210 / 1600);}
.indexHistoryJ .indexHistoryJ1{ width: 10px; height: 10px; border-radius: 40px; background: var(--l); position: absolute; top: -5px; left: -5px; margin-right: calc( 100% * 25 / 1600);}
.indexHistoryJ .indexHistoryJ2{ width: 1px; height: 10%; background: var(--l); transition:var(--tr); }

.indexHistory{ width:100%; touch-action: pan-y !important; height:550px; overflow:hidden; overflow-y:auto; direction:rtl;}

.indexHistory::-webkit-scrollbar { /*滚动条整体样式*/ width:0px; /*高宽分别对应横竖滚动条的尺寸*/ height: 1px; position:absolute; left:0; opacity: 0 !important;}
.indexHistory::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 4px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background:rgba(0,0,0,0); width: 0;}
.indexHistory::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 10px; background:rgba(0,0,0,0);}


.indHis{ display:flex !important; align-items:center; justify-content:space-between; direction:ltr;padding: 35px 0;}

.indHisText{ padding:0px 50px;}
.indHisText .indHisTitle{ font-size: 35px; font-weight: bolder; color: #000;}
.indHisText .indHisSmall{ font-size: 25px; font-weight: bolder; color: var(--l); margin: 20px 0 25px;}
.indHisText .indHisContent{ font-size: 15px; color: #666666; line-height: 37px;}
.indHisImg{ opacity:0; transition:all ease 0.75s;}
.indHisText{ opacity:0.5; transition:all ease 0.75s;}

.indHisImg{ width:550px; position:relative; overflow:hidden; border-radius:15px; flex-shrink:0;}
.indHisImg:before{ content:''; display:block; padding-top:100%;}


.indHis.on .indHisImg{ opacity:1;}
.indHis.on .indHisText{ opacity:1;}

.index3{ overflow: hidden; background: #f5f5f5; padding-top: 80px; position: relative;}

.index3 .indexArrow6{ display: flex; align-items: center; justify-content: flex-end;}
.index3 .indexArrow6 div{ margin-left: 13px; cursor: pointer;}
.index3 .indexArrow6 div img:nth-child(2){ display: none;}
.index3 .indexArrow6 div:hover img:nth-child(1){ display: none;}
.index3 .indexArrow6 div:hover img:nth-child(2){ display: block;}


.indexHonor{ padding: 70px 0 150px;}

.indexHonorArrow{ width: 100%; display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 999; cursor: pointer; height: 0px; top: 50%;}
.indexHonorArrow div{ margin-left: 13px; cursor: pointer;}
.indexHonorArrow div img:nth-child(2){ display: none;}
.indexHonorArrow div:hover img:nth-child(1){ display: none;}
.indexHonorArrow div:hover img:nth-child(2){ display: block;}

.honorBox{ width: 100%; margin-bottom: 0 !important; width: 90%; max-width: 1330px; margin: 0 auto;}

.honorBoxItem{ margin: 0 15px; background: #FFFFFF; border-radius: 10px; box-shadow: var(--s);}
.honorBoxImg{ display: flex; padding: 40px 60px; border-bottom: #eeeeee solid 1px;}
.honorBoxTitle{ text-align: center; line-height: 75px; font-size: 19px; color: #000;}

.honorBoxItem:hover{ box-shadow: var(--ls);}
.honorBoxItem:hover .honorBoxTitle{ color: var(--l);}

.honorBox .slick-list{ overflow: inherit;}

.index4{ padding: 125px 0 105px; background: url(../images/i16.jpg) no-repeat 50%/cover; overflow: hidden;}

.indexCase{ display: flex; justify-content: space-between; align-items: center;}
.indexCase .indexCaseLeft{ width: calc( 100% * 422 / 1600);}
.indexCase .indexCaseLeft .indexCaseLeft1{ font-size: 22px; color: #fff; font-weight: bolder;}
.indexCase .indexCaseLeft .indexCaseLeft2{ font-size: 40px; color: #fff; font-weight: bolder; margin-top: 10px;}
.indexCase .indexCaseLeft .indexCaseLeft3{ font-size: 19px; color: #fff; margin-top: 15px; line-height: 22px;}
.indexCase .indexCaseLeft .indexCaseLeft4{ display: grid; grid-template-columns: repeat(3,1fr); grid-row-gap: 10px; grid-column-gap: 5px; width: 100%; margin-top: 55px;}
.indexCase .indexCaseLeft .indexCaseLeft4 a{ display: flex; justify-content: center; align-items: center; height: 54px; border: #fff solid 1px; border-radius: 50px; font-size: 17px; color: #fff; position: relative; overflow: hidden;}
.indexCase .indexCaseLeft .indexCaseLeft4 a:hover{ border: var(--l) solid 1px;}
.indexCase .indexCaseLeft .indexCaseLeft4 a::before{ content:''; display: block; height: 100%; width: 0; transition: var(--tr); background: var(--l); position: absolute; left: 0; top: 0; z-index: 0;}
.indexCase .indexCaseLeft .indexCaseLeft4 a span{ position: relative; z-index: 1;}
.indexCase .indexCaseLeft .indexCaseLeft4 a:hover::before{ width: 100%;}

.indexCase .indexCaseRight{ width: calc( 100% * 970 / 1600);}

.caseLogoBox{}

.caseLogo{}

.caseLogoItem{}

.caseLogoRow{ padding: 30px 0; border-bottom: rgba(255,255,255,0.25) solid 1px; display: grid; grid-template-columns: repeat(4,1fr); grid-column-gap: 40px;}
.caseLogoRow div{ border-radius: 10px; background: #fff; height: 97px; display: flex; justify-content: center; align-items: center; overflow: hidden;}

.caseLogoBot{ display: flex; align-items: center; justify-content: space-between;}
.caseLogoBot .caseLogoDesc{ display: flex; align-items: center;}
.caseLogoBot .caseLogoDesc .dianItem{ width:9px; height:9px; border-radius:7px; background:#818794; margin:0 10px 0 0; cursor:pointer; position:relative; transition:var(--tr);}
.caseLogoBot .caseLogoDesc .dianItem.on{ width: 25px; background: #FFFFFF;}

.caseLogoArrow{ display: flex; align-items: center;}
.caseLogoArrow div{ margin-left: 13px; cursor: pointer;}
.caseLogoArrow div img:nth-child(2){ display: none;}
.caseLogoArrow div:hover img:nth-child(1){ display: none;}
.caseLogoArrow div:hover img:nth-child(2){ display: block;}

.index5{ background: url(../images/i17.jpg) no-repeat 50%/cover; overflow: hidden;}
.index5 .indexNei1{ top:100px;}
.indexPartner{ position: relative;}
.parBg{}
.parBox{ width: 100%; height: 100%; position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.parBox li{ border: #fff solid 4px; background: #fff; display: flex; align-items: center; justify-content: center; width: 164px; height: 66px; border-radius: 50px; position: absolute; box-shadow: var(--s);}

.parBox li:nth-child(9){ left: calc( 100% * 88 / 1600); top: calc( 100% * 273 / 951);}
.parBox li:nth-child(10){ left: calc( 100% * 67 / 1600); top: calc( 100% * 386 / 951);}
.parBox li:nth-child(11){ left: calc( 100% * 62 / 1600); top: calc( 100% * 498 / 951);}

.parBox li:nth-child(4){ left: calc( 100% * 76 / 1600); top: calc( 100% * 618 / 951);}

.parBox li:nth-child(5){ left: calc( 100% * 306 / 1600); top: calc( 100% * 273 / 951);}
.parBox li:nth-child(6){ left: calc( 100% * 285 / 1600); top: calc( 100% * 386 / 951);}
.parBox li:nth-child(7){ left: calc( 100% * 285 / 1600); top: calc( 100% * 498 / 951);}
.parBox li:nth-child(8){ left: calc( 100% * 304 / 1600); top: calc( 100% * 618 / 951);}

.parBox li:nth-child(1){ left: calc( 100% * 711 / 1600); top: calc( 100% * 231 / 951); border: var(--l) solid 4px; box-shadow:var(--ls);}
.parBox li:nth-child(2){ left: calc( 100% * 546 / 1600); top: calc( 100% * 318 / 951); border: var(--l) solid 4px; box-shadow:var(--ls);}
.parBox li:nth-child(3){ left: calc( 100% * 913 / 1600); top: calc( 100% * 318 / 951); border: var(--l) solid 4px; box-shadow:var(--ls);}

.parBox li:nth-child(12){left: calc( 100% * 505 / 1600); top: calc( 100% * 432 / 951);}
.parBox li:nth-child(13){left: calc( 100% * 515 / 1600); top: calc( 100% * 550 / 951);}
.parBox li:nth-child(14){left: calc( 100% * 961 / 1600); top: calc( 100% * 432 / 951);}
.parBox li:nth-child(23) { left: calc( 100% * 936 / 1600); top: calc( 100% * 550 / 951);}	

.parBox li:nth-child(15){ left: calc( 100% * 1144 / 1600); top: calc( 100% * 273 / 951);}
.parBox li:nth-child(16){ left: calc( 100% * 1166 / 1600); top: calc( 100% * 386 / 951);}
.parBox li:nth-child(17){ left: calc( 100% * 1167 / 1600); top: calc( 100% * 498 / 951);}
.parBox li:nth-child(18){ left: calc( 100% * 1149 / 1600); top: calc( 100% * 618 / 951);}

.parBox li:nth-child(19){ left: calc( 100% * 1382 / 1600); top: calc( 100% * 273 / 951);}
.parBox li:nth-child(20){ left: calc( 100% * 1399 / 1600); top: calc( 100% * 386 / 951);}
.parBox li:nth-child(21){ left: calc( 100% * 1399 / 1600); top: calc( 100% * 498 / 951);}
.parBox li:nth-child(22){ left: calc( 100% * 1382 / 1600); top: calc( 100% * 618 / 951);}

.index6{ display: flex; align-items: center; justify-content: space-between; height: 216px;}
.index6 .indexLeft6{ font-size: 40px; color: #000; font-weight:bolder;}
.index6 .indexArrow6{ display: flex; align-items: center;}
.index6 .indexArrow6 div{ margin-left: 13px; cursor: pointer;}
.index6 .indexArrow6 div img:nth-child(2){ display: none;}
.index6 .indexArrow6 div:hover img:nth-child(1){ display: none;}
.index6 .indexArrow6 div:hover img:nth-child(2){ display: block;}

.index7{ width: 90%; max-width: 1620px; margin:-35px auto 150px !important;}

.indexNewsItem{ margin:35px 10px; display: block; position: relative; width: 100%;}
.indexNewsItem .indexNewsShow{ width: 100%; position: absolute; top: 0; left: 0; transition:var(--tr);}
.indexNewsItem .indexNewsShow .indexNewsImg{ width: 100%; position: relative; overflow: hidden; border-radius: 10px;}
.indexNewsItem .indexNewsShow .indexNewsImg:before{ content: ''; display: block; padding-top: calc( 100% * 240 / 386);}
.indexNewsItem .indexNewsShow .indexNewsText{}
.indexNewsItem .indexNewsShow .indexNewsText .indexNewsDeta{ font-size: 19px; color: #999999; margin: 25px 0 15px;}
.indexNewsItem .indexNewsShow .indexNewsText .indexNewsTitle{ font-size: 22px; color: #000; line-height: 40px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; font-weight:bolder; height: 80px;}
.indexNewsItem .indexNewsShow .indexNewsText .indexNewsMore{ display: flex; align-items: center; font-size: 16px; color: var(--l); margin-top: 25px;}
.indexNewsItem .indexNewsShow .indexNewsText .indexNewsMore span{ margin-right: 10px;}
.indexNewsItem .indexNewsShow .indexNewsText .indexNewsMore i{}

.indexNewsItem .indexNewsMask{ border-radius: 10px; background: #fff; padding: 45px 50px; box-shadow: var(--s); opacity: 0; transition:var(--tr);}
.indexNewsItem .indexNewsMask .indexNewsDeta{ font-size: 19px; color: #999999; margin: 25px 0 25px;}
.indexNewsItem .indexNewsMask .indexNewsTitle{ font-size: 22px; color: #000; line-height: 35px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden; height: 105px; font-weight:bolder;}
.indexNewsItem .indexNewsMask .indexNewsSmall{ font-size: 16px; line-height: 27px; color: #999999; margin-top: 25px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow:hidden; height: 108px;}
.indexNewsItem .indexNewsMask .indexNewsMore{ display: flex; align-items: center; font-size: 16px; color: var(--l); margin-top: 25px;}
.indexNewsItem .indexNewsMask .indexNewsMore span{ margin-right: 10px;}
.indexNewsItem .indexNewsMask .indexNewsMore i{}

.indexNewsItem:hover .indexNewsShow{ opacity: 0;}
.indexNewsItem:hover .indexNewsMask{  opacity: 1;}

.index7 .slick-dots li { margin: 0 5px; text-align: center; width: fit-content;}
.index7 .slick-dots li button { width:10px; height: 10px; background: #dcdcdc; opacity: 1; padding: 0; border-radius: 10px; transition: var(--tr);}
.index7 .slick-dots li button:before { content: '';}
.index7 .slick-dots li.slick-active button { background: var(--l); width: 24px;}


{}

.tech{ margin: 90px auto 130px;}
.techItem{ width: 100%; display: flex; background: #edf5f5; margin-bottom: 60px;}
.techItem:nth-child(even){ flex-direction: row-reverse;}
.techItem .techImg{ width: 50%; position: relative; overflow: hidden;}
.techItem .techImg::before{ content: ''; display: block; padding-top: calc( 100% * 500 / 800);}
.techItem .techText{ width: 50%; display: flex; flex-direction: column; justify-content: center; padding: 0 85px;}
.techItem .techText .techTitle{ font-size: 35px; color: #000;}
.techItem .techText .techSmall{ font-size: 17px; line-height: 35px; color:#666666; margin: 45px 0; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow:hidden;}
.techItem .techText .techMore{}

.more{ cursor:pointer; padding: 0 45px; border: var(--l) solid 1px; height:60px; position: relative; border-radius: 600px; display: flex; align-items: center; justify-content: center; color: var(--l); font-size: 19px; width: fit-content; overflow: hidden;}
.more img{ position: relative; z-index: 1; margin-right: 10px;}
.more img:nth-child(2){ display: none;}
.more span{ white-space:pre; display:block;}
.more span{ position: relative; z-index: 1;}
.more::before{ content:''; display: block; height: 100%; width: 0; transition: var(--tr); background: var(--l); position: absolute; left: 0; top: 0; z-index: 0;}

.more:hover img:nth-child(1){ display: none;}
.more:hover img:nth-child(2){ display: block;}
.more:hover span{ color: #fff;}
.more:hover::before{ width: 100%;}

.more.on img:nth-child(1){ display: none;}
.more.on img:nth-child(2){ display: block;}
.more.on span{ color: #fff;}
.more.on::before{ width: 100%;}

{}

.title2{ display:flex; align-items:center;flex-wrap: wrap;}
.title2 .title21{ margin-right:50px; font-size:22px; line-height: 2em;}
.title2 .title21 span{ color:var(--l); font-size:20px;}
.title2 .title22{ width: 100%; font-size:20px; line-height: 2em;}
.title2 .title22 span{ color:var(--l);}

{}

.crumbs{ margin-top: 25px; height: 75px; display: flex; align-items: center;}
.crumbs a{ font-size: 16px; color: #666666;}
.crumbs i{ font-size: 16px; color: #666666; margin: 0 10px;}
.crumbs span{ font-size: 16px; color: var(--l);}

.content{ padding:0 110px; margin:0 auto 180px; background:#fff; border-radius:20px; overflow:hidden;}
.conTop{ display:flex; justify-content:space-between; padding:50px 0 45px; align-items:center;}

.title{ font-size:24px; color:#000000; line-height: 2em; text-align: center; font-weight: bolder;}

.neirong{ font-size:16px; line-height:2em; color:#666666; padding:2em 0; border-bottom:#e5e5e5 solid 1px; border-top:#e5e5e5 solid 1px;}

video{ max-width:100% !important; background:#000; }

.conBot{ display:flex; align-items:center; justify-content:space-between; margin-top:20px; margin-bottom:10px;}
.conBot a:nth-child(1){ font-size:17px; color:#666666; line-height:2em; width: 40%; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden; }
.conBot a:nth-last-child(1){ font-size:17px; color:#666666; line-height:2em; width: 40%; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden; }
.conBot a:hover{ color:var(--l);}

.conBotBlock{ display:flex; align-items:center; flex-direction:column; font-size:17px; color:#666666; line-height:2em;}

{}


.solu{ margin: 20px auto 130px;}
.solu .soluItem{ width: 100%; display: flex; justify-content:space-between; padding:75px 0; border-bottom:#e5e5e5 solid 1px;}
.solu .soluItem:nth-child(even){ flex-direction: row-reverse;}
.solu .soluItem .soluImg{ width: calc( 50% - 30px); position: relative; overflow: hidden; border-radius:10px;}
.solu .soluItem .soluImg::before{ content: ''; display: block; padding-top: calc( 100% * 440 / 770);}
.solu .soluItem .soluText{ width: 50%; display: flex; flex-direction: column; justify-content: center; padding: 0 85px;}
.solu .soluItem .soluText .soluTitle{ font-size: 24px; color: #000; position:relative; line-height:1.5em; font-weight: bolder;}
.solu .soluItem .soluText .soluTitle:before{ width:35px; height:3px; background:var(--l); border-radius:5px; position:absolute; left:0; bottom:-10px; content:''; display:block;}
.solu .soluItem .soluText .soluSmall{ font-size: 17px; line-height: 35px; color:#666666; margin: 45px 0; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow:hidden;}
.solu .soluItem .soluText .soluMore{}



.solu2{ margin: 20px auto 130px;}
.solu2 .soluItem{ width: 100%; display: flex; justify-content:space-between; padding:45px; background: #f8f8f8; margin-bottom: 30px;}
.solu2 .soluItem .soluImg{ width: calc( 50% - 30px); position: relative; overflow: hidden; border-radius:10px;}
.solu2 .soluItem .soluImg::before{ content: ''; display: block; padding-top: calc( 100% * 440 / 770);}
.solu2 .soluItem .soluText{ width: 50%; display: flex; flex-direction: column; justify-content: center; padding: 0 85px;}
.solu2 .soluItem .soluText .soluTitle{ font-size: 24px; color: #000; position:relative; line-height:2em; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden; }
.solu2 .soluItem .soluText .soluTitle:before{ width:35px; height:3px; background:var(--l); border-radius:5px; position:absolute; left:0; bottom:0; content:''; display:block;}
.solu2 .soluItem .soluText .soluSmall{ font-size: 17px; line-height: 35px; color:#666666; margin: 45px 0; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow:hidden;}
.solu2 .soluItem .soluText .soluMore{}

{}

.techno{ margin: 80px auto 180px; cursor: pointer;}

.technoItem{ width: 100%; margin-bottom: 30px;}

.technoTop{ height: 270px; border-radius: 15px; overflow: hidden; position: relative;}
.technoTop .technoTopBg{ transition:var(--tr); position: absolute; top: 0; width: 100%; height: 100%; z-index: 0;}
.technoTop .technoTopTitle{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 80px; font-size: 35px; color: #FFFFFF; display: flex; align-items: center; z-index: 1; font-weight: bolder;}
.technoTop .technoTopIcon{ position: absolute; top: 50%; width: 100%; height: 0; padding: 0 80px; display: flex; align-items: center; z-index: 3; cursor: pointer;}
.technoTop .technoTopIcon img:nth-child(2){ display: none;}

.technoItem:nth-child(odd) .technoTop .technoTopBg{ background-image: linear-gradient(to right, var(--l),rgba(44,187,199,0)); left: 0;}
.technoItem:nth-child(odd) .technoTop .technoTopIcon{ justify-content: flex-end;}
.technoItem:nth-child(even) .technoTop .technoTopBg{ background-image: linear-gradient(to left, var(--l),rgba(44,187,199,0)); right:0;}
.technoItem:nth-child(even) .technoTop .technoTopTitle{ flex-direction: row-reverse;}

.technoTop:hover .technoTopBg{ width: 400%;}

.technoItem.on .technoTop .technoTopIcon img:nth-child(1){ display: none;}
.technoItem.on .technoTop .technoTopIcon img:nth-child(2){ display: block;}

.technoBot{}
.technoBotItem{ transition:var(--tr); position:relative; z-index:1; }
.technoBotItem.on{ box-shadow: 1px 1px 30px #bbb; z-index: 9;}
.technoBot .tbiTop{ height: 80px; padding: 0 80px; border-bottom: #EEEEEE solid 1px; display: flex; align-items: center; justify-content: space-between; background: #f8f8f8;}
.technoBot .tbiTop .tbiTopTitle{ font-size: 19px; color: #000000;}
.technoBot .tbiTop .tbiTopMore{ width: 110px; height: 33px; display: flex; align-items: center; justify-content: center; background: url(/skin/images2/trc7.png) repeat-x 50%; color: #FFFFFF; border-radius: 50px; cursor: pointer;}
.technoBot .tbiTop .tbiTopMore i{ margin-left: 10px;}

.technoBot .tbiBot{ overflow: hidden; background: #FFFFFF; display:none; position: relative;}
.technoBot .tbiBot .tbiBotNei{ padding: 40px 80px 40px; line-height: 2em;}

{}

.soluAboutPro{ background:#FFFFFF; overflow:hidden; padding:70px 0;}

.aboutPro{ display:flex; align-items:center; justify-content:space-between;}
.aboutPro .aboutProLeft{ display:flex; align-items:center; font-size:40px; color:#000000; font-weight: bolder;}
.aboutPro .aboutProLeft img{ margin-right:20px;}

.aboutProArrow{ display: flex; align-items: center;}
.aboutProArrow div{ margin-left: 13px; cursor: pointer;}
.aboutProArrow div img:nth-child(2){ display: none;}
.aboutProArrow div:hover img:nth-child(1){ display: none;}
.aboutProArrow div:hover img:nth-child(2){ display: block;}

.soluPro{ width:90%; max-width:1640px; margin:0 auto !important;}

.soluProItem{ margin:60px 20px 40px; display:flex; align-items:center; flex-direction:column; position: relative; cursor: pointer;}
.soluProItem .soluProImg{display: block; width:100%; overflow:hidden; position:relative; border:#e5e5e5 solid 1px; border-radius:20px; transition:var(--tr)}
.soluProItem .soluProImg:before{ content:''; display:block; padding-top:calc( 100% * 350 / 507);}
.soluProItem .soluProTitle{display: block; font-size:22px; line-height:32px; text-align:center; color:#000000; margin-top:50px;}
.soluProItem .soluProMore{ display:flex; align-items:center; justify-content:center; color:var(--l);}
.soluProItem .soluProMore i{ margin-left:10px;}
.soluProItem .spMask{ width: 100%; height: 100%; background: #FFFFFF; box-shadow: var(--ls); border-radius: 10px; padding: 30px 55px 30px; opacity: 0; transition: var(--tr); position: absolute; top: 0; left: 0;}
.soluProItem .spMask .soluProTitle{display: block; font-size:22px; line-height:32px; text-align:left; color:#000000; margin-top:40px;}
.soluProItem .spMask .soluProSmall{ font-size: 16px; line-height: 2em; color: #666666; margin: 20px 0 50px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:5; overflow:hidden;}
.soluProItem .spMask .soluProMore{ display:flex; align-items:center; justify-content:flex-start; color:var(--l);}
.soluProItem:hover .spMask{ opacity: 1;}

.soluProItem:hover .soluProImg{ box-shadow:var(--s);}

.soluAboutCase{ padding:75px 0; overflow:hidden;}

.soluCase{ display:grid; grid-template-columns:repeat(6,1fr); grid-column-gap: 20px; grid-row-gap: 24px; margin:65px auto 110px;}
.soluCase a{ display:flex; justify-content:center; align-items:center; overflow:hidden; border-radius:10px; border:#e5e5e5 solid 1px; background:#FFFFFF; height:112px; transition:var(--tr);}
.soluCase a:hover{ border:var(--l) solid 1px; box-shadow:var(--ls);}

{}

.case1{ display:flex; justify-content:center; flex-direction:column; align-items:center; margin-top:105px; margin-bottom:80px;}
.case1 .case11{ height:0px; font-size:77px; opacity:0.07; font-weight:bolder; line-height: 20px;}
.case1 .case12{ font-size:40px; font-weight: bolder;}

.customer .aboutProArrow{ display:none;}

.cusBox{ width:1655px; margin:0 auto 0;}

.cusItem{ display:block; background:#FFFFFF; box-shadow:var(--s); margin:65px 28px; border-radius:15px; overflow:hidden;}
.cusItem .cusImg{ width:100%; position:relative; overflow:hidden;}
.cusItem .cusImg:before{ content:''; display:block; padding-top:calc( 100% * 273 / 497);}
.cusItem .cusText{ padding:25px 45px 45px;}
.cusItem .cusText .cusTitle{ font-size:25px; line-height:40px; color:#000000; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; height: 80px;}
.cusItem .cusText .cusMore{ margin-top:30px;}

{}

.case{ margin-bottom:125px;}
.case .title{ text-align:center; width:100%;}

.cusItem .cusText .cusSmall{ font-size:17px; line-height:30px; color:#666666; margin:15px 0 0; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; overflow:hidden;}

.case2 .cusItem .cusText .cusTitle{ display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden;}

{}

.conTop2{ display:flex; flex-direction:column; align-items:center; padding:50px 0 20px;}
.conTop2 .title{ }
.conTop2 .riqi{ font-size:19px; color:#999999; line-height:2em;}

{}

.news{ display:grid; grid-template-columns: repeat(4,1fr); grid-row-gap: 68px; grid-column-gap: 18px; margin-top:80px; margin-bottom:65px;}
.news .indexNewsItem{ margin:0 auto; display: block; position: relative;}
.news .indexNewsItem .indexNewsMask{ border-radius: 10px; background: #fff; padding: 45px 50px; box-shadow: var(--s); opacity: 0; transition:var(--tr);}
.news .indexNewsItem .indexNewsMask .indexNewsDeta{ font-size: 19px; color: #999999; margin: 5px 0 25px;}
.news .indexNewsItem .indexNewsMask .indexNewsSmall{ margin-top: 10px;}
.news .indexNewsItem .indexNewsMask .indexNewsMore{ margin-top: 10px;}

.news .indexNewsItem .indexNewsShow .indexNewsText .indexNewsMore{ margin-top: 10px;}

.news .indexNewsItem:hover .indexNewsShow{ opacity: 0;}
.news .indexNewsItem:hover .indexNewsMask{  opacity: 1;}

.pagination{ display:flex; align-items:center; justify-content:center; margin-bottom:120px;}
.fenye li{ margin:0 8px;}
.fenye li a{ display:block; width:46px; line-height:46px; font-size:17px; box-shadow:var(--s); border-radius:70px; text-align:center;}
.fenye li span{ display:block; width:46px; line-height:46px; font-size:17px; box-shadow:var(--s); border-radius:70px; text-align:center; cursor: pointer; }
.fenye li:hover a{ color:#fff; background:var(--l); }
.fenye li:hover span{ color:#fff; background:var(--l); }
.fenye li.active span{ color:#fff; background:var(--l); }

{}

.market{ margin-top:50px; margin-bottom:35px; overflow:hidden;}

.marketItem{ padding:55px 65px 55px 45px; background:#FFFFFF; margin-bottom:35px; display:flex;}

.marketItem .marketImg{ width:calc( 100% * 463 / 1600); flex-shrink:0; margin-right:65px; position:relative;}
.marketItem .marketImg .marketImgBox{ position:relative; overflow:hidden; border-radius:15px;}
.marketItem .marketImg .marketImgBox:before{ content:''; display:block; padding-top:calc( 100% * 287 / 463);}
.marketItem .marketImg .marketIcon{ position:absolute; right:-23px; top:50%; transform:translateY(-23px); opacity:0; transition:var(--tr);}

.marketItem .marketText{}
.marketItem .marketText .marketTop{ display:flex; align-items:center;}
.marketItem .marketText .marketTop .marketDeta{ font-size:19px; color:#999; line-height:2em;}
.marketItem .marketText .marketTop .marketMap{ display:flex; font-size:19px; color:#999; line-height:2em; align-items:center;}
.marketItem .marketText .marketTop .marketMap img{ margin-left:0px; margin-right:5px;}
.marketItem .marketText .marketTitle{ font-size:30px; line-height:1.5em; color:#000000; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; margin-bottom:15px; margin-top:15px; font-weight: bolder;}
.marketItem .marketText .marketBm{ font-size:22px; color:var(--l);}
.marketItem .marketText .markOver{ font-size:22px; color:#999999;}
.marketItem .marketText .marketSmall{ font-size:16px; color:#999999; line-height:30px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; overflow:hidden; margin-top:15px;}

.marketItem:hover .marketImg .marketIcon{ opacity:1;}

{}

.about1{ display:flex; margin:105px auto 140px; overflow:hidden;}

.about11{ width:calc( 100% * 250 / 1600); flex-shrink:0; display:flex; flex-direction:column; align-items:center; justify-content:center;}
.about11 .about111{ font-size:40px; color:#000000; font-weight: bolder;}
.about11 .about112{ font-size:25px; color:var(--l); margin:20px auto 55px; font-weight: bolder;}
.about11 .about113{}

.about12{ width:1px; flex-shrink:0; background:#e5e5e5; margin:0 calc( 100% * 100 / 1600);}

.about13{ font-size:17px; line-height:32px;}

.about2{ height:0; display:flex; align-items:center; position:relative; z-index:99;}

/*数字滚动插件的CSS可调整样式*/
.about2 .mt-number-animate{ line-height:42px; height: 40px; font-size: 46px; overflow: hidden; display: inline-block; position: relative; }
.about2 .mt-number-animate .mt-number-animate-dot{ width: 25px; line-height: 40px; float: left; text-align: center;}
.about2 .mt-number-animate .mt-number-animate-dom{ width: 25px;text-align: center; float: left; position: relative; top: 0;}
.about2 .mt-number-animate .mt-number-animate-dom .mt-number-animate-span{ width: 100%; float: left;}

.about2 .shuzi{ height:220px; position:absolute; top:-110px;}

.about2 .shuzi{ width: 100%; display: flex; justify-content:space-around; align-items:center; background:#FFFFFF; box-shadow:var(--s); height:180px;}
.about2 .shuziXun{ display:flex; flex-direction:column; align-items: center; justify-content:center; width:25%;}
.about2 .shuziXun .abxTop{ display: flex; align-items: flex-end; color:var(--l); justify-content:center; }
.about2 .shuziXun .abxTop .sz1{ font-size: 45px; font-weight: bolder;}
.about2 .shuziXun .abxBot{ font-size: 19px; color: #666; line-height: 3em;}
.about2 .shuziXun1{ font-size:35px; color:#cccccc;}

.about3{ width:100%; position:relative; z-index:1; overflow:hidden;}
.about3 .aboutZhan3{ width:100%;}
.about3 .aboutZhan3:before{ padding-top:calc( 100% * 666 / 1600); content:''; display:block;}

.aboutArrow3{  position:absolute !important; top:50%; left:50%; transform:translateX(-50%); display: flex; align-items: center; height:0; cursor:pointer; z-index:9; justify-content: space-between; padding: 0 5%;}
.aboutArrow3 div{ margin-left: 13px; cursor: pointer;}
.aboutArrow3 div img:nth-child(2){ display: none;}
.aboutArrow3 div:hover img:nth-child(1){ display: none;}
.aboutArrow3 div:hover img:nth-child(2){ display: block;}

.aboutPic3{ width:100%; height:100%; position:absolute !important; left:0; top:0;}

.about3 .slick-list{ height:100%;}
.about3 .slick-track{ height:100%;}
.about3 li{ position:relative;}

.about4{ margin:85px auto 70px; overflow:hidden; display:flex; align-items:center; justify-content:space-between;}
.about4 .aboutLeft4{ width:48%;}
.about4 .aboutLeft4 .aboutLeft41{ font-size:40px; color:#000000; margin-top:-80px; font-weight: bolder;}
.about4 .aboutLeft4 .aboutLeft42{ font-size:19px; color:#666666; margin:15px 0 60px;}
.about4 .aboutLeft4 .aboutLeft43{ overflow: hidden;}
.about4 .aboutLeft4 .aboutLeft43 .aboutWeb{ display:flex; align-items:center; margin:18px 0;}
.about4 .aboutLeft4 .aboutLeft43 .aboutWeb .aboutWebIcon{ width:54px; flex-shrink:0; margin-right:26px; border-radius:80px;}
.about4 .aboutLeft4 .aboutLeft43 .aboutWeb .aboutWebTitle{ font-size:19px;}
.about4 .aboutLeft4 .aboutLeft43 .aboutWeb .aboutWebTitle span{ color:var(--l);}

.about4 .aboutRight4{ width:50%;}

.about5{ display:grid; grid-template-columns:repeat(2,1fr); grid-column-gap:30px; grid-row-gap:40px; margin-bottom:150px; }
.about5 .aboutItem5{ border-radius:20px; overflow:hidden; background:#FFFFFF; display:flex; transition:var(--tr); align-items:center; cursor:pointer;}
.about5 .aboutItem5:hover{ box-shadow:var(--s);}
.about5 .aboutItem5 .aboutImg5{ width:220px; overflow:hidden; position:relative; flex-shrink:0; height: 100%;}
.about5 .aboutItem5 .aboutImg5:before{ content:''; display:block; padding-top:calc( 100% * 260 / 220);}
.about5 .aboutItem5 .aboutText5{ padding:45px 60px;}
.about5 .aboutItem5 .aboutText5 .aboutTitle5{ font-size:25px; color:#000000; margin-bottom:25px;}
.about5 .aboutItem5 .aboutText5 .aboutSmall5{ font-size:17px; color:#666666; line-height:35px;}

{}


.special1{ overflow:hidden; margin:80px auto 110px; position:relative;}
.special1 .spebg1{ width:calc( 100% * 1200 / 1600); background:#FFFFFF; height:100%; border-radius:15px; box-shadow:var(--s); position:absolute; top:0; right:0; z-index:0;}

.spe1{ width:100%; display:flex; align-items:center; padding:45px 0; justify-content:space-between; position:relative; z-index:1;}
.spe1 .spe11{ width:calc( 100% * 650 / 1600);}
.spe1 .spe12{ width:50%; padding-right:calc( 100% * 120 / 1600);}
.spe1 .spe12 .spe121{ font-size:40px; color:#000000; margin-bottom:40px; font-weight: bolder;}
.spe1 .spe12 .spe122{ font-size:19px; line-height:30px;}

.specTitle{ font-size:40px; text-align:center; color:#000000; font-weight:bolder;}

.special2{ padding:80px 0 130px; overflow:hidden; background:#FFFFFF;}
.special21{ margin-top:50px; text-align:center;}

.special3{ background:url(../images/zt3.jpg) no-repeat 50%/cover; padding:100px 0; overflow:hidden;}

.special31{ width:90%; max-width:1385px; background:rgba(255,255,255,0.8); border-radius:10px; display:flex; flex-direction:column; align-items:center; padding:65px 45px 60px; margin:0 auto;}
.special31 .special311{ width:90%; max-width:965px; font-size:16px; line-height:25px; text-align:center; margin:40px auto 60px;}
.special31 .special312{ font-size:18px; text-align:center; color:#000000; margin-bottom:1em;}
.special31 .special313{}

.special4{ background:#FFFFFF; margin:70px auto 170px; padding:0 calc( 100% * 110 / 1600); padding-top:50px; padding-bottom:70px; overflow:hidden;}
.special4 .special41{ font-size:35px; text-align:center; font-weight: bolder;}

.specialProject{ margin:40px auto 0;}
.specialProject .spItem{ border-top:#e5e5e5 solid 1px; padding:35px 0 25px;}
.specialProject .spItem .spItemTitle{ font-size:22px; line-height:35px; color:#000000; margin-bottom:15px;}
.specialProject .spItem .spItemSmall{ font-size:16px; line-height:35px; color:#000000;}

.spItemSolu{ display: flex; align-items:center; justify-content:space-between;}
.spItemSolu .spItemSoluLeft{ width:calc( 100% * 860 / 1380);}
.spItemSolu .spItemSoluRight{ width:calc( 100% * 430 / 1380);}


{}

.ict1{ padding:75px 0 120px; overflow:hidden;}

.ictBox1{ border-radius:15px; overflow:hidden; display:flex; align-items: center; background:#FFFFFF; box-shadow:var(--s); margin-top:65px;}
.ictBox1 .ictImg1{ width:calc( 100% * 1000 / 1600); flex-shrink:0;}
.ictBox1 .ictText1{ padding:45px 75px;}
.ictBox1 .ictText1 .ictTitle1{ font-size:35px; margin-bottom:45px; color:var(--l); font-weight: bolder;}
.ictBox1 .ictText1 .ictSmall1{ font-size:17px; line-height:35px; color:#666666;}

.ict2{ padding:100px 0; background:#FFFFFF; overflow:hidden; position:relative;}

.ictCenter2{ width:420px; border-radius:500px; box-shadow:var(--ls); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); overflow:hidden; background:#FFFFFF;}
.ictCenter2:before{ padding-top:100%; content:''; display:block;}
.ictCenter2 .ictCenterBox2{ width:100%; height:100%; display:flex; justify-content:center; align-items:center; flex-direction:column; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.ictCenter2 .ictCenterBox2 .ictCenter21{ margin-bottom:40px;}

.ictBox2{ display:grid; grid-template-columns: 520fr 560fr 520fr; grid-row-gap:90px; margin-bottom:90px;}
.ictBox2 .ictItem2{}
.ictBox2 .ictItem2 .ictNum2{ font-size:30px; font-weight:bolder; color:var(--l);}
.ictBox2 .ictItem2 .ictTitle2{ font-size:30px; color:#000000; margin:15px 0 25px; font-weight: bolder;}
.ictBox2 .ictItem2 .ictSmall2{ font-size:16px; line-height:26px; color:#666666;}

.ict3{ padding:70px 0 120px; background:#FFFFFF; overflow:hidden;}

.ictzz{ display:grid; grid-template-columns:repeat(3,1fr); grid-gap:40px; margin-top:65px;}
.ictzz .ictzzItem{ border-radius:15px; border:var(--l) solid 2px; box-shadow:var(--ls); padding:30px;}
.ictzz .ictzzItem .ictzzItemTop{ display:flex; align-items:center; margin-bottom:20px;}
.ictzz .ictzzItem .ictzzItemTop .ictzzItemIcon{ margin-right:25px;}
.ictzz .ictzzItem .ictzzItemTop .ictzzItemTitle{ font-size:25px; color:#000000; font-weight: bolder;}
.ictzz .ictzzItem .ictzzItemSmall{ font-size:17px; line-height:27px; color:#666666;}

.ict4{ padding:70px 0 120px; overflow:hidden;}

.specTitle2{ font-size:22px; color:#000000; text-align:center; margin:20px auto;}

.ictZyrz{ display:grid; grid-template-columns:repeat(3,1fr); grid-gap:40px; align-content:stretch;}
.ictZyrz .ictZyrzItem{ margin-top:50px;}
.ictZyrz .ictZyrzItem .ictZyrzNum{ height:0; display:flex; align-items:center; justify-content:center;}
.ictZyrz .ictZyrzItem .ictZyrzNum div{ width:125px; height:125px; line-height:125px; background:#FFFFFF; border-radius:125px; box-shadow:var(--ls); font-size:40px; font-weight:bolder; color:var(--l); text-align:center;}
.ictZyrz .ictZyrzItem .ictZyrzText{ border-radius:10px; background:#FFFFFF; box-shadow:var(--s); padding:90px 55px 45px; display:flex; flex-direction:column; align-items:center; height:100%;}
.ictZyrz .ictZyrzItem .ictZyrzText .ictZyrzTitle{ font-size:30px; color:#000000; font-weight: bolder;}
.ictZyrz .ictZyrzItem .ictZyrzText .ictZyrzSmall{ font-size:17px; color:#666666; line-height:30px; text-align:center; margin:10px auto 15px;}
.ictZyrz .ictZyrzItem .ictZyrzText .ictZyrzImg{}

{}

.safe1{ display:grid; grid-template-columns:repeat(3,1fr); grid-gap:40px; margin-top:45px;}
.safe1 .safeItem1{ padding:45px 45px 35px; box-shadow:var(--s); background:#FFf; border-radius:15px;}
.safe1 .safeItem1 .safeItemNum1{ color:var(--l); font-size:30px; font-weight:bolder;}
.safe1 .safeItem1 .safeItemTitle1{ font-size:30px; color:#000000; margin:15px auto 15px;}
.safe1 .safeItem1 .safeItemSmall1{ font-size:16px; color:#666666; line-height:30px;}

.ictZyrz.ictZyrz2{ display:grid; grid-template-columns:repeat(2,1fr); grid-gap:40px; max-width:1080px; margin:0 auto; }

.nlzz{ display:grid; grid-template-columns:repeat(2,1fr); grid-gap:40px; margin-top:65px;}
.nlzz .nlzzItme{ padding:40px 50px; border:var(--l) solid 1px; box-shadow:var(--s); background:#FFf; border-radius:15px; display:flex; align-items:center;}
.nlzz .nlzzItme .nlzzIcon{ margin-right:40px;}
.nlzz .nlzzItme .nlzzText{}
.nlzz .nlzzItme .nlzzText .nlzzTitle{ font-size:30px; color:#000000; margin-bottom:10px; font-weight: bolder;}
.nlzz .nlzzItme .nlzzText .nlzzSmall{font-size:19px; color:#666666; line-height:30px;}

{}

.cloud{ padding:70px 0 120px; display:flex; justify-content:space-between; align-items:center; overflow:hidden;}
.cloud .cloudLeft{ width:calc( 100% * 370 / 1600);}
.cloud .cloudLeft .specTitle{ text-align:left;}
.cloud .cloudLeft .specTitle2{ text-align:left;}

.cloud1{ padding:70px 0 120px; background:#FFFFFF; overflow:hidden;}

.cloBox{ position:relative;}
.cloArrow{}
.cloArrow{ display: flex; align-items: center; justify-content:space-between; height:0; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:100%; max-width:1770px; z-index:99;}
.cloArrow div{ margin-left: 13px; cursor: pointer;}
.cloArrow div img:nth-child(2){ display: none;}
.cloArrow div:hover img:nth-child(1){ display: none;}
.cloArrow div:hover img:nth-child(2){ display: block;}

.clo{ width:90%; max-width:1640px; margin:0 auto; }
.clo .cloItem{ border-radius:15px; box-shadow:var(--s); padding:30px; margin:30px 18px; height:228px}
.clo .cloItem .cloItemTop{ display:flex; align-items:center; justify-content:space-between; margin-bottom:20px;}
.clo .cloItem .cloItemTop .cloItemIcon{}
.clo .cloItem .cloItemTop .cloItemTitle{ font-size:30px; color:var(--l);}
.clo .cloItem .cloItemSmall{ font-size:19px; line-height:32px; color:#000;}



.specTitle3{ font-size:22px; line-height:35px; text-align:center; color:#000000; max-width:880px; width:90%; margin:35px auto 45px;}

.cloud3{ display:grid; grid-template-columns:repeat(3,1fr); grid-gap:40px; margin-top:45px;}
.cloud3 .cloudItem1{ padding:45px 45px 35px; box-shadow:var(--s); background:#FFf; border-radius:15px;}
.cloud3 .cloudItem1 .cloudItemNum1{ color:var(--l); font-size:30px; font-weight:bolder;}
.cloud3 .cloudItem1 .cloudItemTitle1{ font-size:25px; color:#000000; margin:30px auto 35px; font-weight: bolder;}
.cloud3 .cloudItem1 .cloudItemSmall1{ font-size:17px; color:#666666; line-height:30px;}

.qgzq{ position:relative;}

.qgzq .qgzqArrow{ display: flex; align-items: center; justify-content:space-between; height:0; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:100%; max-width:1770px; z-index:99;}
.qgzq .qgzqArrow div{ margin-left: 13px; cursor: pointer;}
.qgzq .qgzqArrow div img:nth-child(2){ display: none;}
.qgzq .qgzqArrow div:hover img:nth-child(1){ display: none;}
.qgzq .qgzqArrow div:hover img:nth-child(2){ display: block;}

.qgzqBox{ width:1630px; margin:0 auto; padding:0px 0;}

.qgzqItem{ margin:45px 15px; padding:35px 50px 50px; background:#FFFFFF; border-radius:15px;}
.qgzqItem .qgzqTitle{ font-size:25px; line-height:35px; color:#000000; font-weight: bolder;}
.qgzqItem .qgzqSmall{ font-size:17px; line-height:25px; color:#999999; margin:15px 0 -10px; min-height: 100px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow:hidden;}
.qgzqItem .qgzqImg{ border-top:#bfbfbf solid 1px;}
.qgzqItem .qgzqMore{ margin-top:30px;}
.qgzqItem .qgzqMore .more{ cursor:pointer; padding: 0 45px; border: var(--l) solid 1px; height:60px; position: relative; border-radius: 600px; display: flex; align-items: center; justify-content: center; color: var(--l); font-size:25px; width:100%; overflow: hidden;}
.qgzqItem .qgzqMore .more img{ position: relative; z-index: 1; margin-right: 10px;}
.qgzqItem .qgzqMore .more img:nth-child(2){ display: none;}
.qgzqItem .qgzqMore .more span{ white-space:pre; display:block; font-weight: bolder;}
.qgzqItem .qgzqMore .more span{ position: relative; z-index: 1;}
.qgzqItem .qgzqMore .more::before{ content:''; display: block; height: 100%; width: 0; transition: var(--tr); background: var(--l); position: absolute; left: 0; top: 0; z-index: 0;}

.qgzqItem:hover{ box-shadow:var(--s);}
.qgzqItem:hover .qgzqMore .more img:nth-child(1){ display: none;}
.qgzqItem:hover .qgzqMore .more img:nth-child(2){ display: block;}
.qgzqItem:hover .qgzqMore .more span{ color: #fff;}
.qgzqItem:hover .qgzqMore .more::before{ width: 100%;}

#mfzq .qgzqItem{ box-shadow:var(--s);}

{}


@media screen and (min-width:1200px){
	
.moTop{ display:none !important;}
.moMenuBox{ display:none !important;}


}
@media screen and (max-width:1600px){

.bkBox .bkBoxItem{width: 158px;}
.bkBox .bkBoxItem2 {
    width: 190px;
}


.w1{ max-width:1200px;}

.topNei .topRight .topMenu .topMenuBox {
    padding: 0 10px;
}

.banner .bannerBox .bannerLink .bannerText .bannerText1 {
    font-size: 40px;
    line-height: 50px;
}
.banner .bannerBox .bannerLink .bannerText .bannerText2 {
    font-size: 18px;
    line-height: 40px;}
	
.banner .bannerBox .bannerLink .bannerText .more {
    width: 160PX;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}

.more{
    width: 160PX;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.more img{ width:13px;}

.indexTitle .indexTitleText {
    font-size: 28px;
    line-height: 45px;
    color: #000000;
    margin-top: -5px;
}

.bk ul li img{ width:90px;}

.bkLink a {
    margin: 0 20px;
    border: var(--l) solid 2px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 2em;
    display: block;
    padding: 0 32px;
    transition: var(--tr);
    min-width: 190px;
    text-align: center;
}
.bkBox .bkBoxItem .bkIcons li {
    font-size: 14px;
    line-height: 30px;
	white-space:pre;
}
.bkIcon {
    line-height: 44px;
    font-size: 18px;
    min-width:110px;
	padding:0 15px;
	white-space:pre;
}
.bkBox .bkBoxItem .bkIcons2 li {
    /* width: 100%; */
    text-align: center;
    font-size: 14px;
    white-space: pre;
}

.foContent .foContent1 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 24px;
}

.indexHonor {
    padding: 100px 0;
}
.honorBoxTitle {
    line-height: 60px;
    font-size: 16px;
}
.honorBoxImg {
    display: flex;
    padding: 20px 55px;
    border-bottom: #eeeeee solid 1px;
}

.caseLogoRow div{ height:75px;}
.caseLogoRow {
    padding: 20px 0;
    grid-column-gap: 20px;
}
.caseLogoArrow div {
    margin-left: 10px;
    cursor: pointer;
    width: 36px;
}
.indexCase .indexCaseLeft .indexCaseLeft2 {
    font-size: 30px;}
.indexCase .indexCaseLeft .indexCaseLeft3 {
    font-size: 16px;
}

.indexCase .indexCaseLeft .indexCaseLeft4 a{ height:40px; font-size:15px;}
.indexCase .indexCaseLeft .indexCaseLeft4{margin-top: 30px;}

.parBox li {
    border: #fff solid 2px;
    width: 130px;
    height: 46px;
    padding: 8px;
}
.parBox li:nth-child(1) {
    border: var(--l) solid 2px;
}
.parBox li:nth-child(2) {
    border: var(--l) solid 2px;
}
.parBox li:nth-child(3) {
    border: var(--l) solid 2px;
}
.index6 .indexLeft6 {
    font-size: 30px;
    color: #000;
}

.index7{max-width: 1220px; margin: -55px auto 90px !important;}

.indexNewsItem .indexNewsShow .indexNewsText .indexNewsTitle {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
}
.indexNewsItem .indexNewsMask{ padding:30px;}
.indexNewsItem .indexNewsMask .indexNewsDeta {
    font-size: 16px;
    margin: 15px 0 10px;
}
.indexNewsItem .indexNewsMask .indexNewsTitle {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}
.indexNewsItem .indexNewsMask .indexNewsSmall{margin-top: 5px;}
.indexNewsItem .indexNewsMask .indexNewsMore{margin-top: 5px;}

.indexNewsItem .indexNewsShow .indexNewsText .indexNewsMore{margin-top: 5px;}

.index6 .indexArrow6 div{ width: 36px;}
.index3 .indexArrow6 div{ width: 36px;}

.foMenu .foMenuItem {
    width: 110px;}

.foGuan .foGuanItem{ width:45px;}
.foGuan .foGuanItem .foGuanIcon{ width:45px; height:45px;}
.foGuan .foGuanItem .foGuanTc{ bottom:5px;}

.top.on .topNei .topLogo img{ height:45px;}

.topNei { height: 90px;}
.topNei .topRight .topMenu .topMenuBox .topMenuTitle{ height:90px; line-height:90px;}
.topNei .topRight .topMenu .topMenuBox .topMenuDown{ top:89px;}

.neiBanner .bannerNei .bannerText1 {
    font-size: 45px;}
.neiBanner .bannerNei .bannerText3 {
    font-size: 18px;}

.nav.on{ top: 90px; }
.navBox a {
    white-space: pre;
    font-size: 15px;
    display: block;
    margin-right: 45px;
    line-height: 50px;
    position: relative;
}

.ict1 {
    padding: 45px 0 60px;
    overflow: hidden;
}

.specTitle {
    font-size: 32px;
}

.ictBox1{ margin-top:45px;}
.ictBox1 .ictText1 .ictTitle1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--l);
}
.ictBox1 .ictText1 {
    padding: 28px 30px;
}
.ictBox1 .ictText1 .ictSmall1 {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}

.ictCenter2 {
    width: 300px;}
.ictCenter2 .ictCenterBox2 .ictCenter21 {
    margin-bottom: 20px;
    width: 70px;
}

.specTitle {
    font-size: 28px;}

.ictBox2 .ictItem2 .ictTitle2 {
    font-size: 24px;
    margin: 15px 0 15px;
}
.ictBox2 .ictItem2 .ictSmall2 {
    font-size: 14px;}

.ict2 {
    padding: 50px 0;}

.ictBox2 {
    margin-bottom: 30px;
}

.qgzq .qgzqArrow div{ display: block !important;}

.special2 {
    padding: 45px 0 60px;}
.ictzz .ictzzItem .ictzzItemTop .ictzzItemTitle {
    font-size: 20px;
    color: #000000;
	font-weight:bolder;
}
.ictzz .ictzzItem .ictzzItemTop .ictzzItemIcon{ width:35px; margin-right:15px;}
.ictzz .ictzzItem .ictzzItemSmall {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

.soluProItem .spMask {
    padding: 0px 40px 30px;
}
.soluProItem .spMask .soluProSmall {
    font-size: 14px;
    margin: 20px 0 20px;
}
.soluProItem .spMask .soluProTitle {
    font-size: 18px;
	font-weight: bolder;
}

.ict3 {
    padding: 45px 0 60px;}
.specTitle2 {
    font-size: 16px;}
	
	
.ictZyrz .ictZyrzItem .ictZyrzText .ictZyrzTitle {
    font-size: 24px;
    color: #000000;
}

.ictZyrz .ictZyrzItem .ictZyrzText .ictZyrzSmall {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: center;
    margin: 10px auto 15px;
}

.ictZyrz .ictZyrzItem .ictZyrzText {
    padding: 90px 30px 45px;
}

.cebian {
    height: 45px;
    font-size: 15px;
}

.cebian img{ width:15px;}

.tcRight {
    padding:50px 30px 20px;
}
.tcBox{ max-width: 800px; grid-template-columns: repeat(1, 1fr);}
.tcTitle {
    font-size: 15px;
    font-weight: bolder;
}

.inp1 input {
    width: 100%;
    line-height: 35px;
    background: none;
}

.inp2 input {
    width: 100%;
    line-height: 45px;
    background: none;
}

.inp2 div {
    font-size: 14px;
}

.inp3 textarea {
    width: 100%;
    line-height: 30px;
    background: none;
    height: 70px;
    padding: 10px 30px;
}

.inp5 input {
	font-size: 16px;
    line-height: 40px;
}
.tcLeft img{
    height: 100%;
    object-fit: cover;}
.closeTc {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
    width: 30px;
}

.safe1 .safeItem1 .safeItemTitle1 {
    font-size: 24px; font-weight:bolder;}

.safe1 .safeItem1 .safeItemSmall1 {
    font-size: 14px;
}

.nlzz .nlzzItme .nlzzText .nlzzTitle {
    font-size: 24px; font-weight:bolder;}

.nlzz .nlzzItme .nlzzText .nlzzSmall {
    font-size: 14px;}
.clo .cloItem .cloItemTop .cloItemTitle{
    font-size: 24px; font-weight:bolder;}

.clo .cloItem .cloItemSmall{
    font-size: 14px;}

.cloud1{
    padding: 45px 0 60px;}

.cloud{
    padding: 45px 0 60px;}

.specTitle3 {
    font-size: 14px;}
	
.cloud3 .cloudItem1 .cloudItemTitle1 {
    font-size: 20px;
    color: #000000;
    margin: 20px auto 25px;
}	
	
.cloud3 .cloudItem1 .cloudItemSmall1{
    font-size: 14px;}
	
.qgzqBox{ width:1230px;}
	
.qgzqItem .qgzqTitle {
    font-size: 16px; font-weight:bolder;}
	

.qgzqItem {
    margin: 45px 15px;
    padding: 25px 30px 30px;
    background: #FFFFFF;
    border-radius: 15px;
}
.qgzqItem .qgzqSmall {
    font-size: 14px;}

.qgzqItem .qgzqMore .more {
    height: 45px;
    font-size: 16px;
}
.soluItem .soluText .soluTitle {
    font-size: 30px; font-weight:bolder;}
.soluItem .soluText .soluSmall {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.title {
    font-size: 26px;
    color: #000000;
}

.aboutPro .aboutProLeft {
    font-weight:bolder;
    font-size: 28px;
}

.aboutProArrow div{ width: 36px;}

.soluPro{ width:1240px;}

.cusBox {
    width: 1255px;
    margin: 0 auto 0;
}

.cusItem .cusText {
    padding: 25px 25px 25px;
}
.cusItem .cusText .cusTitle {
    font-size: 22px;
	height: 70px;
    line-height: 35px;
    color: #000000;}
.cusItem .cusText .cusMore {
    margin-top: 15px;
}

.soluAboutPro{
    padding: 45px 0 60px;}
	
.content {
    padding: 0 5%;}
	
.techItem .techText .techTitle {
    font-size: 28px;}
.techItem .techText .techSmall {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news .indexNewsItem .indexNewsShow .indexNewsText .indexNewsTitle {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
}
.news .indexNewsItem .indexNewsMask{ padding:30px;}
.news .indexNewsItem .indexNewsMask .indexNewsDeta {
    font-size: 16px;
    margin: 15px 0 10px;
}
.news .indexNewsItem .indexNewsMask .indexNewsTitle {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}
.news .indexNewsItem .indexNewsMask .indexNewsSmall{margin-top: 5px;}
.news .indexNewsItem .indexNewsMask .indexNewsMore{margin-top: 5px;}

.about11 .about111 {
    font-size: 32px;
    color: #000000;
}
.about11 .about112 {
    font-size: 17px;
    color: var(--l);
    margin: 20px auto 35px;
	font-weight:bolder;
}
.about13 {
    font-size: 16px;
    line-height: 32px;
}

.about2 .mt-number-animate{ font-size:36px;}

.about2 .shuzi{ top:-70px; height:140px;}

.about3 .aboutZhan3:before {
    padding-top: calc( 100% * 666 / 1200);
    content: '';
    display: block;
}
.about4 .aboutLeft4 .aboutLeft41 {
    font-size: 32px;
    color: #000000;
    margin-top: -80px;
}
.about4 .aboutLeft4 .aboutLeft42 {
    font-size: 16px;
    color: #666666;
    margin: 15px 0 24px;
}
.about4 .aboutLeft4 .aboutLeft43 .aboutWeb .aboutWebIcon {
    width: 35px;
    margin-right: 18px;
}

.about4 .aboutLeft4 .aboutLeft43 .aboutWeb .aboutWebTitle {
    font-size: 16px;
}
.about5 .aboutItem5 .aboutText5 {
    padding: 30px 30px;
}

.about5 .aboutItem5 .aboutText5 .aboutTitle5 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
	font-weight:bolder;
}
.about5 .aboutItem5 .aboutText5 .aboutSmall5 {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

.marketItem .marketImg {margin-right: 45px; 
    width: calc( 100% * 463 / 1200);
}

.marketItem .marketText .marketTitle { font-weight:bolder; 
    font-size: 24px;}

.marketItem .marketText .marketBm {
    font-size: 18px; font-weight:bolder; 
    color: var(--l);
}
.marketItem .marketText .markOver{
    font-size: 18px; font-weight:bolder; }
.marketItem {
    padding: 3%;}
	
.title2 .title21 {
    margin-right: 40px;
    font-size: 18px;
}

.special1{
    margin: 45px auto 60px;}
.spe1 .spe11 {
    width:48%;
}
.spe1 .spe12 {
    width: 48%;
    padding-right: calc( 100% * 120 / 1200);
}
.spe1 .spe12 .spe121 {
    font-size: 28px; font-weight:bolder; 
    color: #000000;
    margin-bottom: 15px;
}

.spe1 .spe12 .spe122 {
    font-size: 14px;
    line-height: 30px;
}
.special31 .special311 {
    margin: 30px auto 45px;
}
.special4 .special41 {
    font-size: 28px; font-weight:bolder; 
    text-align: center;
}
.specialProject .spItem .spItemSmall { font-size: 14px; line-height: 30px; color: #000000;}
.specialProject .spItem .spItemTitle { font-size: 20px; font-weight:bolder; color: #000000; margin-bottom: 15px;}

.spItemSolu .spItemSoluLeft {    width: 50%;}

.spItemSolu .spItemSoluRight{ width:45%;}

.indHisYearBox .indHisYear div { font-size: 64px;}
.indHisText .indHisTitle { font-size: 26px; color: #000;}
.indHisText .indHisSmall { font-size: 18px;}
.indHisText .indHisContent { font-size: 14px; color: #666666; line-height: 30px;}
.indHisImg { width: 350px;}

.indexHistory{ height: 450px;}

.solu2 .soluItem .soluText .soluTitle{ font-size: 30px;}
.solu2 .soluItem .soluText .soluSmall { font-size: 14px; line-height: 30px; margin: 30px 0;}
.solu2 .soluItem .soluText { padding: 0 25px;}

}
@media screen and (max-width:1200px){
.pc{ display:block;}
.mo{ display:none;}
.disable_text_highlighting,body {
	/*去除选中高亮*/
-webkit-touch-callout: none;
-webkit-user-select: none;    /* Webkit */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;        /* IE 10  */
        /* Opera 目前不支持在Opera，但将很快 */
-o-user-select: none;
user-select: none;
}

.pcTop{ display:none;}
.moTop{ display:flex;}


.top{ display: none;}
.mTop{ display: flex;}


body{ padding-top:60px;}

}
@media screen and (max-width:770px){
.indexNewsItem .indexNewsShow{ opacity:1 !important; }
.indexNewsItem .indexNewsMask{ opacity:0 !important; }


.top{ display: none;}
.mTop{ display: flex;}

.mMenu{ }

.cebian img{ display:none; }
.cebian span{
    width: 30px;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0;
}
.bannerBot{ bottom:30px; }
.banner .bannerZhan { height: 30vh;}
.banner .bannerBox .bannerLink .bannerText .bannerText1 { font-size: 22px; line-height: 30px;}
.banner .bannerBox .bannerLink .bannerText .more {
    width: 110PX;
    height: 30px;
    line-height: 45px;
    font-size: 12px;
}

.bkIcon{    line-height: 30px;
    font-size: 14px;
    min-width: 100px;
    padding: 0 10px;}

.indexHistoryJ .indexHistoryJ1{ display: none;}
.indHisYearBox{ display: none;}
.indHisImg{ display: none;}

.index2{padding: 190px 0 130px;}

.indexCase{ flex-direction: column;}
.indexCase .indexCaseLeft{ width: 100%; margin-bottom: 5%;}
.indexCase .indexCaseLeft .indexCaseLeft4{grid-template-columns: repeat(4,1fr);}
.indexCase .indexCaseRight{ width: 100%;}

.parBox{    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;}
.parBox li { border: #fff solid 2px; width: 75px; height: 30px; padding: 5px; position: relative; left:initial !important;
    top:initial !important;}

.parBg{ display:none; }
.parBox {
    position: relative;
    padding: 90px 5% 45px;
}

.index5 .indexNei1 { top: 45px;}

.fo1 .foRight1{ display: none;}

.foMenu{ display: none;}
.foContent{ width: 100%;}

.fo3{ flex-direction: column; align-items: center;}
.fo3 div{ flex-direction: column; align-items: center;text-align: center;}

.indexTitle { top: -10px;}
.indexTitle .indexTitleText { font-size: 20px; line-height: 30px; margin-top: -5px; font-weight: bolder;}

.index1 .indexTitle { top: -85px;}

.index2 {    padding: 80px 0 80px;}

.bkBox {
    overflow: hidden;
    overflow-x: auto;
    grid-template-columns: minmax(auto,auto) minmax(auto,auto) minmax(auto,auto) minmax(auto,auto) minmax(auto,auto) minmax(auto,auto) minmax(271px,auto);
}
.bkLink a {
    margin: 0 5px;
    padding: 0 10px;
    min-width: 100px;
    white-space: pre;
    font-size: 12px;
}

.indHisText .indHisTitle {
    font-size: 20px;
    color: #000;
}
.indHisText .indHisSmall {
    font-size: 16px;
}
.indexHistory::-webkit-scrollbar { width:2px; }

.indexCase .indexCaseLeft .indexCaseLeft1 {
    font-size: 18px;
    color: #fff;
}
.indexCase .indexCaseLeft .indexCaseLeft2 {
    font-size: 24px;
}
.indexCase .indexCaseLeft .indexCaseLeft3 {
    font-size: 14px;
}
.indexCase .indexCaseLeft .indexCaseLeft4 a {
    height: 26px;
    font-size: 12px;
}

.caseLogoRow div {
    height: 30px;
    padding: 0 5px;
}
.caseLogoRow {
    padding: 10px 0;
    grid-column-gap: 10px;
}

.caseLogoArrow img{ width:30px; }
.caseLogoArrow div {
    margin-left: 0px;}

.index6{height: 120px;}
.index6 .indexArrow6 {
    width: 95px;
}
.indexArrow6 img{ width:45px; }
.indexArrow6 div {
    margin-left: 0px;}

.index6 .indexLeft6 {
    font-size: 17px;
    color: #000;
}

.index7 {
    max-width: 1220px;
    margin: -55px auto 45px !important;
}
.indexNewsItem .indexNewsShow .indexNewsText .indexNewsDeta {
    font-size: 14px;
    color: #999999;
    margin: 15px 0 15px;
}

.mTop .hamburger{ padding:0; }
.mMenu .hamburger{ padding:0; }

.indexNewsItem .indexNewsShow .indexNewsText .indexNewsTitle {
    font-size: 15px;}
.indexNewsItem .indexNewsShow .indexNewsText .indexNewsMore{ font-size:14px; }

.fo1{ height:70px; }
.fo1 .foLeft1 img{ height:40px; }

.index1{padding: 120px 0 105px;}

.bk {
    width: 100%;
    height: 40px;
}
.bk ul{ padding: 0 15px;}
.bk ul li{ width: 50px;;}
.bkBox .bkBoxItem .bkIcons li { text-align: center;}
.bkBox {width: 102%;
    margin-left: -1%;}

.index2 .indexTitle { top: 60px;}

.index3{padding-top: 40px;}
.index3 .indexTitle {    top: 5px;}

.indexHonor { padding: 40px 0 45px;}
.honorBoxTitle {
    line-height: 60px;
    font-size: 14px;
}


.ict2 {
    padding: 50px 0 35px;
}

.index4 { padding: 45px 0;}

.ictBox1{ flex-direction: column-reverse !important;}
.ictBox1 .ictImg1{ width: 100%;}
.ictBox1 .ictText1{ width: 100%;}

.ictCenter2 { width: 120px;}
.ictCenter2 .ictCenterBox2 .ictCenter21 {
    margin-bottom: 5px;
    width: 40px;
}


.specTitle { font-size: 24px;}
.ictzz { grid-template-columns: repeat(1,1fr);}
.ictzz .ictzzItem .ictzzItemTop{ flex-direction: column;}
.ictzz .ictzzItem .ictzzItemTop .ictzzItemIcon{ margin: 0 0 5%;}

.ictBox1 .ictText1 .ictTitle1 {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--l);
}
.ictBox1 {
    margin-top: 20px;
}
.ictBox2 .ictItem2 .ictTitle2 {
    font-size: 16px;
    margin: 15px 0 15px;
}
.qgzqItem .qgzqTitle {
    font-size: 20px;
    font-weight: bolder;
}

.neiBanner{ margin-bottom:0 !important; }
.nav.on {
    top: initial;
    position: relative;
}

.neiBanner .banerNeiZhan {
    height: 35vh;
}
.neiBanner .bannerNei .bannerText1 { font-size: 24px;}
.neiBanner .bannerNei .bannerText3 {
    font-size: 14px;
}
.neiBanner .moreBox {
    margin-top: 15px !important;
}

.neiBanner .moreBox .more{
    width: 110PX;
    height: 30px;
    line-height: 45px;
    font-size: 12px;
}
.safe1 { grid-template-columns: repeat(1,1fr);}

.nlzz{ grid-template-columns: repeat(1,1fr);}

.cloud{ display: flex; flex-direction: column;}
.cloud .cloudLeft{ width: 100%;}

.cloud3{ grid-template-columns: repeat(1,1fr);}

.safe1 .safeItem1{ padding:5%; }
.safe1 .safeItem1 .safeItemNum1{ font-size:16px; }
.safe1 .safeItem1 .safeItemTitle1 {
    font-size: 18px;
    font-weight: bolder;
}
.safe1 .safeItem1 .safeItemSmall1{ line-height:20px; }

.nlzz .nlzzItme{ padding:5%; flex-direction:column; }
.nlzz .nlzzItme .nlzzIcon{ margin-right:0; margin-bottom:15px; }
.nlzz .nlzzItme .nlzzText .nlzzTitle {
    font-size: 18px;
    font-weight: bolder;
}
.nlzz .nlzzItme .nlzzText{ display:flex; align-items:center; flex-direction:column; }

.solu .soluItem .soluText .soluSmall {
    font-size: 14px;
    line-height: 35px;
    color: #666666;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.more {
    width: 100PX;
    height: 30px;
    line-height: 45px;
    font-size: 12px;
}

.ictZyrz.ictZyrz2{ grid-template-columns: repeat(1,1fr);}

.ictZyrz .ictZyrzItem .ictZyrzNum div {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
}

.ict4 {
    padding: 45px 0 45px;
    overflow: hidden;
}

.cloud3 .cloudItem1{ padding:5%; display:flex; align-items:center; flex-direction:column; }
.cloud3 .cloudItem1 .cloudItemTitle1 {
    font-size: 16px;
    color: #000000;
    margin: 10px auto 10px;
}
.cloud3 .cloudItem1 .cloudItemSmall1 {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}

.neirong { font-size:16px; }

.conBot{ display:flex; align-items:flex-start; flex-direction:column; }
.conBot a:nth-child(1) {
    font-size: 14px;
    width: 100%;
}
.conBot a:nth-last-child(1) {
    font-size: 14px;
    width: 100%;
}
.conBotBlock{ display:none; }

.content{ margin: 0 auto 45px;}

.aboutProArrow div {
    width: 45px;
}

.soluPro {
    width: 90%;
}
.soluProItem .soluProTitle {
    display: block;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #000000;
    margin-top: 15px;
}
.aboutPro .aboutProLeft {
    font-weight: bolder;
    font-size: 24px;
}

.aboutProArrow img{ width:37px;  }

.solu .soluItem{ flex-direction: column !important;padding: 5% 0 0;}
.solu .soluItem .soluImg{ width: 100%;}
.solu .soluItem .soluText{ width: 100%; padding: 5% 0;}

.conTop{ flex-direction: column; align-items: flex-start;padding: 20px 0 25px;}

.soluCase{ grid-template-columns: repeat(3,1fr);margin: 30px auto 45px;}

.technoBot .tbiTop{ padding: 0 5%;height: 50px;}
.technoBot .tbiBot .tbiBotNei{ padding: 5%;}
.technoTop { height: 140px;}
.technoTop .technoTopTitle{ 
	
    padding: 0 5%;
    font-size: 18px;
}

.ictzz .ictzzItem .ictzzItemTop .ictzzItemTitle {
    font-size: 16px;}
.ictzz .ictzzItem .ictzzItemSmall {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}
.soluCase a{height: 80px; padding: 0 10px;}

.case1 .case11{font-size: 60px;}
.case1 .case12 {
    font-size: 26px;
}
.case1 {
    margin-top: 70px;
    margin-bottom: 30px;
}

.technoBot .tbiTop .tbiTopMore {
    font-size: 12px;
    width: 90px;
    height: 24px;}

.technoTop .technoTopIcon{ width:140%; left:50%; transform:translateX(-50%); }
.technoTop .technoTopIcon img{ width: 45px;}
.technoBot .tbiTop .tbiTopTitle {
    font-size: 16px;
    color: #000000;
}

.ictZyrz .ictZyrzItem .ictZyrzText .ictZyrzTitle {
    font-size: 18px;}

.ictZyrz{ grid-template-columns: repeat(1,1fr);}

.special1 .spebg1 { width: 100%;}

.spe1{ display: flex; flex-direction: column-reverse; padding: 5% 5% 0;}
.spe1 .spe12{ width: 100%; margin-bottom: 5%; padding-right: 0;}
.spe1 .spe11{ width: 100%;}

.news{ grid-template-columns: repeat(1,1fr);}
.news .indexNewsItem .indexNewsShow .indexNewsText .indexNewsTitle {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
}

.marketItem{ padding: 0; flex-direction: column;}
.marketItem .marketImg { margin-right: 0; width: 100%;}
.marketItem .marketText { padding: 5%;}

.marketItem .marketText .marketTitle {
    font-weight: bolder;
    font-size: 18px;
}
.baoming{ flex-direction:column; align-items:flex-start !important; margin-bottom:15px; }
.baoming div {
    margin: 5px 25px 5px 0 !important;
    font-size: 14px !important;
}

.title2 .title21 {
    margin-right: 40px;
    font-size: 14px;
}
.title2 .title21 span {
    color: var(--l);
    font-size: 14px;
}
.title2 .title22 {
    width: 100%;
    font-size: 14px;
    line-height: 2em;
}

.soluProItem .spMask{ opacity:1; }

.title2{ margin-bottom: 20px;}

.about2 .shuzi{ display:none; }

.aboutArrow3 img{ width:30px; }

.about1{ flex-direction: column; margin:105px auto 45px}
.about11{ width: 100%; margin-bottom: 5%;}

.about2 .shuziXun .abxBot { font-size: 14px;}
 
.about4{ flex-direction: column;}
.about4 .aboutLeft4{ width: 100%; margin-bottom: 5%;}
.about4 .aboutRight4{ width: 100%;}
.about4 .aboutLeft4 .aboutLeft41{ margin-top: 0;    font-size: 20px;}

.about4 .aboutLeft4 .aboutLeft43 .aboutWeb {
    margin: 10px 0;
}
.about4 .aboutLeft4 .aboutLeft43 .aboutWeb .aboutWebTitle {
    font-size: 14px;
}

.about5 .aboutItem5 {
    flex-direction: column;}
.about5 .aboutItem5 .aboutImg5 {
    width: 100%;}
.about5 .aboutItem5 .aboutText5{
    width: 100%;}
.about5 .aboutItem5 .aboutImg5{ height:200px; }
.about5{ grid-template-columns: repeat(1,1fr);}

.fo3 { padding: 5%;}

.indHis{ margin-bottom: 45px;}

.title {
    font-size: 20px;
    color: #000000;
}

.tcLeft{ display: none;}

.tcRight{ width: 100%;}

.qgzqBox {
    width: 90%;
}

.cusBox {
    width: 90%;
}
.cusItem{margin: 30px 0 30px;}

.cusItem .cusText .cusTitle {
    font-size: 20px;}
.soluAboutPro {
    padding: 45px 0 0px;
}

.solu2 .soluItem .soluText .soluTitle {
    font-size: 18px;
}

.crumbs{ height:20px; }
.crumbs span {
    font-size: 0px;}

.crumbs i {
    font-size: 0px;}

.crumbs a {
    font-size: 0px;}




.conTopMore .more { width: 120PX; margin-top: 30px;}

.solu2 .soluItem {
    flex-direction: column;
    padding: 5%;
}
.solu2 .soluItem .soluImg{ width: 100%;}
.solu2 .soluItem .soluText{ width: 100%; padding: 5% 0;opacity: 1;}

.soluProItem .spMask {
    padding: 0px 5% 30px;
}
.soluProItem .spMask .soluProTitle {
    margin-top: 20px;
}
.soluProItem .spMask .soluProSmall {
    font-size: 14px;
    margin: 10px 0 10px;
    height: 10em;
}

.spe1 .spe12 .spe121 {
    font-size: 20px;
    margin-bottom: 10px;
}

.special31{padding: 5%;}
.special31 .special311 {
    font-size: 14px;
    text-align: left;
}

.ictCenter2 {
    width: 420px;
    height: 40px;
    box-shadow: none;
    position: relative;    
    background: none;
}
.ictCenter2 .ictCenterBox2 .ictCenter21{ display:none; }

.ictCenter2 .specTitle {
    font-size: 20px;
}

.ictBox2{grid-template-columns:1fr;grid-row-gap: 10px; padding: 0 5%;}

.ictItems2{ display:none; }

.histroy{ overflow:hidden; }
.indexHistory{ transform:translateX(-2px); }

.indexHistoryJ{ left:2px; }

.scroll-to-top{width: 30px;height: 30px;}
.scroll-to-top i{width: 30px;height: 30px;line-height: 30px;}
.scroll-to-top div:nth-child(1){width: 40px;height: 40px;}
.scroll-to-top div:nth-child(2){width: 40px;height: 40px;}

.bkBox .bkBoxItem {
    width: 240px;
}

.bkBox .bkBoxItem2 {
    width: 240px;
}

}
@media screen and (max-width:640px){




}
@media screen and (max-width:420px){




}


/*新增NEW*/
/* html {margin:0;padding:0;font-size:14px;background:#fff;scrollbar-color: #888 #f0f0f0; scrollbar-width: thin;}
body { margin:0 auto;background:#FFF;color:#000;font-family:"Microsoft YaHei","微软雅黑";overflow: hidden;overflow-x:hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;}
td,th,caption {font-size:14px; }
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:100%;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal; font-weight:normal;} */
/* a {color:#000; text-decoration:none;} */
a:hover {text-decoration:underline;text-decoration:none;}
img {border:none;}
ol,ul,li {list-style:none;}
input, textarea, select, button {font:14px Verdana,Helvetica,Arial,sans-serif;}
table {border-collapse:collapse;}
html {overflow-y: scroll;}
.nav_fixed{position:fixed;top:0;}
.fixed {position:fixed;top:0;}
.absolute {position: absolute;}
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.con {width:1430px;margin:0 auto;position: relative;}
.left {float:left;}
.right {float:right;}
.mt10 {margin-top:10px;float:left;width:100%;}
.mt20 {margin-top:20px;float:left;width:100%;}
.red {color:#AD2823;}
.ccc {color:#ccc;}
.ncon {width:1430px;margin:0 auto;position: relative;} /*2025.2.20 加*/
.con12 {width:1200px;margin:0 auto;position: relative;} 
@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('../images/fonts/webfont.eot'); /* IE9 */
    src: url('../images/fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../images/fonts/webfont.woff2') format('woff2'),
    url('../images/fonts/webfont.woff') format('woff'), /* chromeã€firefox */
    url('../images/fonts/webfont.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
    url('../images/fonts/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}
@-webkit-keyframes jumpY{
    0%{-webkit-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(-3px);
        transform:translateY(-3px)
    }
    100%{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes jumpY{
    0%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
    50%{
        -webkit-transform:translateY(-3px);
        -ms-transform:translateY(-3px);
        transform:translateY(-3px)
    }
    100%{
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes gif
{
    from {
        -ms-transform:scale(1,1); /* IE 9 */
        -moz-transform:scale(1,1); /* Firefox */
        -webkit-transform:scale(1,1); /* Safari and Chrome */
        -o-transform:scale(1,1); /* Opera */
        -khtml-transform:scale(1,1);
        transform:scale(1,1);
    }
    to {
        -ms-transform:scale(1.2,1.2); /* IE 9 */
        -moz-transform:scale(1.2,1.2); /* Firefox */
        -webkit-transform:scale(1.2,1.2); /* Safari and Chrome */
        -o-transform:scale(1.2,1.2); /* Opera */
        -khtml-transform:scale(1.2,1.2);
        transform:scale(1.2,1.2);
    }
}
-webkit-@keyframes gif{
	from {
		transform:scale(1,1);
	}
	to {
		transform:scale(1.2,1.2);
	}
}
		
/* 为所有滚动条设置样式 */
::-webkit-scrollbar { width: 2px;}
::-webkit-scrollbar-track { background: #f1f1f1;}
::-webkit-scrollbar-thumb {background: #888;}
::-webkit-scrollbar-thumb:hover {background: #555;}

/*--HEADER--*/
#top {
	width:100%;
	height:60px;
	float:left;
	background-color: #fff;
	position: fixed;
	top:0;
	z-index:9999;
	border-bottom: 1px solid #CDCFDF;
}
.logo {width:145px;height:33px;float:left;overflow:hidden;margin-top:15px;margin-left: 30px;}
.logo img {width:100%;height:auto;float:left;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.navBar{
	position:relative;
	z-index:1;
	color:#fff;
	width:auto;
	height:60px;
	line-height:60px;
	float:left;
}
.nav{
	width:auto;
	margin:0 auto;
	font-family:"Microsoft YaHei",SimSun,SimHei;
}
.nav h3{ 
	font-size:100%;
	font-weight:normal;
	font-size:14px;
}
.nav .m{  
	position:relative;
	float:left;
	padding-left:60px;
	display:inline;
	text-align:center;
}
.nav .m h3 i{
	position: absolute;
	right: -12px;
	top: 28px;
	margin-left: 5px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
}
.nav .m h3:hover i{
	top: 30px;
	border-right: 2px solid #3679FF;
	border-bottom: 2px solid #3679FF;
	transform: rotate(-135deg);
}
.nav h3 a{  
	zoom:1;  
	height: 60px;
	line-height: 60px;
	display:block; 
	color:#333;
}
.nav .on h3 a{
	color:#3679FF;
}
.nav .on h3 a i{ 
	filter:alpha(opacity=100);
	opacity:1;  
}
.nav .sub{ 
	display:none;
	position:absolute;
	left:60px; 
	top:60px; 
	padding: 30px;
	border-radius: 8px;
	background-color: #fff;
}
.nav .sub ul {
	display: block;
	overflow: hidden;
}
.nav .m:nth-child(4) .sub  ul {
	width: 400px;
}
.nav .sub li{ 
	width: 130px;
	text-align:left;  
	float: left;
}
.nav .m:nth-child(4) .sub li {
	width: 200px;
}
.nav .sub li a{
	color:#333; 
	display:block; 
	font-weight: bold;
	zoom:1;
	line-height: 16px;
	padding: 20px 0;
}
.nav .sub li a:hover{
	color:#3679FF;
}
.nav .sub.ictcp ul {
	width: 600px;
}
.nav .sub.ictcp ul li{
	width: 300px;
}
.nav .sub.znxt ul li>div,
.nav .sub.ictcp ul li>div,
.nav .sub.ictfw ul li>div {
	line-height: 30px;
	margin-top: -10px;
}
.nav .sub.znxt ul li>div span,
.nav .sub.ictcp ul li>div span,
.nav .sub.ictfw ul li>div span{
	color: #B1B9C6;
	font-size: 13px;
	margin-right: 10px;
}
.nav .sub.ictfw {
	width: 695px;
}
.nav .sub.ictfw ul {
	width: 300px;
	float: left;
}
.nav .sub.ictfw ul li{
	width: 300px;
}
.nav .sub.ictfw .right {
	width: 320px;
	background: #F5F7FB;
	border-radius: 8px 8px 8px 8px;
	text-align: left;
	padding: 15px;
	box-sizing: border-box;
	margin-top: 10px;
}
.nav .sub.ictfw .right h3{
	color: #0D192F;
	line-height: 40px;
}
.nav .sub.ictfw .right p{
	color: #B1B9C6;
	font-size: 13px;
	line-height: 20px;
}
.nav .sub.znxt {
	width: 460px;
}
.nav .sub.gywm {
	width: 500px;
}
.sub.gywm ul {
	max-width: 260px;
	float: left;
}
.gywm .right {
	position: relative;
	left: -30px;
	top: -10px;
}
.gywm .right div{
	margin-top: 90px;
}
.gywm .right div span {
	display: block;
	color: #0D192F;
	text-align: left;
	line-height: 25px;
	text-align: center;
}
.gywm .right div span:nth-child(2) {
	color: #B1B9C6 ;
	font-size: 13px;
}
.gywm .right img {
	display: inline-block;
}
.gywm .right img:nth-child(1) {
	position: absolute;
	left: 45px;
	top: 10px;
	z-index: 1;
	width: 95px;
	height: 70px;
}
.gywm .right img:nth-child(2) {
	position: absolute;
	left: 58px;
	top: 15px;
	z-index: 2;
	width: 65px;
	height: 65px;	
}

.nav .sub dl{ 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	vertical-align:top; 
	padding:15px 29px; 
	line-height:35px;  
}
.nav .sub dl a:hover{ color:#6BBB30;}
.nav .sub dl dt a{ color:#6BBB30;  }
.nav .sub dl dd a{ 
	color:#fff; 
	padding-left:7px; 
	background:url(images/icon.png) 0 -332px no-repeat;
}
.nav #m2 .sub{ z-index:1; width:850px; left:-116px;  }
#m2 .sub {float:left;}
#m2 .sub dl {width:40%;height:auto;float:left;}
#m2 .sub dt {width:100%;height:auto;float:left;text-align:left;text-indent:7px;font-size:16px;}
#m2 .sub dd {float:left;width:49%;text-align:left;}
.tel {
	height:60px;
	line-height:60px;
	float:right;
}
.tel img {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}
.tel>a {
	display: inline-block;
	font-size:14px;
	color:#333;
	margin-right: 50px;
}
.tel .zx {
	display: inline-block;
	width: 196px;
	height: 60px;
}
.tel .zx a {
	display: inline-block;
	width: 196px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background-color: #3679FF;
	cursor: pointer;
}
/*--BANNER--*/
#banner {width:100%;margin-top:60px;overflow: hidden;}
.fullSlide{ width:100%;  position:relative;height:auto;}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;height:auto!important;}

.fullSlide .bd.shouye ul{ height: 700px !important;}
.fullSlide .bd.erjibanner ul{ height: 600px !important;}

.fullSlide .bd.bgznh ul{ height: 450px !important; position: relative;}
.fullSlide .bd.bgznh ul li>div { width: 1430px; height: 100%; position: absolute; left: calc(50% - 715px); top: 0; } 


.fullSlide .bd li{ width:100% !important;height:auto;overflow:hidden; text-align:center;  }
.fullSlide .bd li img {width:100%;height:auto;float:left;}
.fullSlide .bd li a{ display:block; height:auto; }
.fullSlide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
	background:url(images/touming.png) repeat-x;
	text-align:center;
	_background:#000;
	_filter:alpha(opacity=60); 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:8px; 
	height:8px; 
	margin:5px; 
	background:url(images/tg_flash_p.png) -18px 0; 
	overflow:hidden; 
	line-height:9999px; 
}
.fullSlide .hd ul .on{ background-position:0 0;}

.fullSlide .bd.bgznh ul li>div p { text-align: left; font-size: 48px; margin-top: 100px; }
.fullSlide .bd.bgznh ul li>div span { text-align: left; font-size: 28px; margin-top: 20px; display: block; }
.fullSlide .bd.bgznh ul li>div a { line-height: 40px; font-size: 18px; background-color: #2A62EC; width: 160px; height: 40px; border-radius: 5px; color: #fff; margin-top: 60px; } 


/*--FOOTER--*/
#footer {position: relative;z-index: 1; width:100%;height:auto;float:left;background:#0D192F;padding:90px 0 0 0;}
.footer-top-left {width:365px;height:auto;box-sizing:border-box; float:left;border-right: 1px solid #19253A; padding-right: 130px;}
.footer-top-left dl {width:100%;height:auto;float:left;}
.footer-top-left dl.info {margin-top: 10px;}
.footer-top-left .ewm dl {width:100px;height:auto;float:left;margin-right:15px;margin-top: 30px;}
.footer-top-left .ewm dt img {width:100%;height:auto;float:left;}
.footer-top-left .ewm dd {width:100%;height:40px;line-height:40px;float:left;text-align:center;color:#ccc;}
.footer-top-left dd {color:#626A78; line-height:40px;display: inline-block;}
.footer-top-left dt a img {width:60%;height:auto;float:left;}
.footer-top-left dd img {width:100%;height:auto;float:left;}
.footer-top-center {float:left;margin-left:145px; position: relative;}
.footer-top-center a {color:#626A78; cursor: pointer;}
.footer-top-center dl {width:230px;float:left;}
.footer-top-center dt {
	height:60px;
	line-height:60px;
	font-size: 18px;
	float:left;
	text-align:left;
	color:#fff;
	margin-bottom:10px;
}
.footer-top-center dt a {
	font-size:16px;
}
.footer-top-center dd {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
}
.footer-top-center a:hover {color:#3679FF;}
.footer-bottom {width:100%;height:auto;float:left;}
.footer-link {width:100%;height:auto;line-height:40px;float:left;}
.footer-link i {width:auto;height:auto;color:#ccc;float:left;font-style: normal;}
.footer-link li {float:left;margin-right:15px;}
.footer-link li a {color:#ccc;}
.footer-link li:hover a {color:#3679FF;}
.footer-copyright {width:100%;height:auto;float:left;border-top:1px solid #19253A;margin-top: 20px;padding: 15px 0 10px 0;}
.footer-copyright li {height:30px;line-height:30px;margin-right:15px;color:#626A78;text-align: center;}
.footer-copyright li span {margin-left: 30px;}
.footer-top-center .qiwei-ewm-box {
	position: absolute;
	left: 690px;
	top: 190px;
	z-index: 9;
	padding: 40px 20px 30px 20px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	display: none;
}
.footer-top-center .qiwei-ewm-box.block{
	display: block;
}
.footer-top-center .qiwei-ewm-box h3 {
	display: block;
	width: 200px;
	font-size: 16px;
	line-height: 24px;
}
.footer-top-center .qiwei-ewm-box .ewm-img {
	font-size: 16px;
	color: #4B5563;
	line-height: 25px;
	width: 150px;
	height: 150px;
	margin-top: 10px;
}
.footer-top-center .qiwei-ewm-box .close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.footer-top-center .qiwei-ewm-box .g {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 35px;
	top: 45px;
}


/*--CONTACT--*/
.contact-logo {width:100%;height:auto;float:left;padding:40px 0;}
.contact-logo img {width:260px;height:auto;float:left;}
.contact-info {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	margin:40px auto 40px auto;
}
.contact-info dl {width:33%;height:auto;display:block;}
.contact-info dt {
	width:100%;
	height:60px;
	line-height:60px;
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:22px;
}
.contact-info dd {width:100%;height:50px;line-height:50px;float:left;}
.contact-info dd a {margin-left:10px;}
.contact-info dd a:hover {color:#6BBB30;}
.contact-map {width:100%;height:400px;float:left;}
.contact-map iframe {width:100%;height:100%;float:left;border:none;}


/* ict-jsfw */
.ict-jsfw {
	margin-top: 0px;
}
.con12 .title,
.ncon .title {
	font-size: 40px;
	color: #0D192F;
	line-height: 50px;
	text-align: center;
	margin-bottom: 10px;
}
.con12 .title-p,
.ncon  .title-p {
	font-size: 14px;
	color: #4B5B76;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.ict-jsfw .jsfw-tab-box {
	position: relative;
	background: #F5F7FB;
	border-radius: 12px 12px 12px 12px;
	overflow: hidden;
}
.jsfw-tab-box .jsfw-tab-nav {
	float: left;
	width: 410px;
	box-shadow: 8px 4px 40px 0px #E4E9F3;
}
.jsfw-tab-nav li>div {
	height: 175px;
	border-bottom: 1px solid #FFFFFF;
	padding-left:60px;
	padding-top: 65px;
	box-sizing: border-box;
	position: relative;
}
.jsfw-tab-nav li>div h3 {
	font-size: 20px;
	color: #4B5B76;
	line-height: 23px;
	text-align: left;
	margin-bottom: 10px;
}
.jsfw-tab-nav li>div p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	display: none;
}
.jsfw-tab-nav li>div img {
	position: absolute;
	left: 25px;
	top: 95px;
	display: none;
}
.jsfw-tab-nav li.current div {
	background: url(/template/default/html/skin/images/Groupbg.png); left top no-repeat;
	color: #81B9FF;
}
.jsfw-tab-nav li.current div h3 {
	color: #fff;
}
.jsfw-tab-nav li.current div p {
	display: block;
}
.jsfw-tab-nav li.current div img {
	display: block;
}
.jsfw-tab-nav li.current img {
	display: block;
}
.jsfw-tab-nav li img {
	display: none;
}
img.jsfw-img1 {
	position: absolute;
	right: 63px;
	top: 68px;
	width: 894px;
	height: 389px;
}
img.jsfw-img2 {
	position: absolute;
	right: 123px;
	top: 68px;
	width: 774px;
	height: 389px;
}
img.jsfw-img3 {
	position: absolute;
	right: 123px;
	top: 68px;
	width: 774px;
	height: 389px;
}

/* txbzfw */
.txbzfw{
	margin-top: 100px;
}
.txbzfw-tab-box {
	position: relative;
	overflow: hidden;
}
.txbzfw-tab-box .btns {
	margin: 20px 0;
	text-align: center;
}
.txbzfw-tab-box .btns span{
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 50px;
}
.txbzfw-tab-box .btns span.current {
	color: #fff;
	background: #0D192F;
}

.txbzfw-tab-box .content li{
	display: none;
	height: 500px;
	overflow: hidden;
	box-sizing: border-box;
}
.txbzfw-tab-box .content li.current{
	display: block;
}
.txbzfw-tab-box .content div {
	margin-top: 90px;
}
.txbzfw-tab-box .content div h4 {
	font-size: 32px;
	color: #0D192F;
	line-height: 38px;
	margin-bottom: 25px;
}
.txbzfw-tab-box .content div p {
	font-size: 14px;
	color: #4B5B76;
	line-height: 22px;
}
.txbzfw-tab-box .content div a {
	display: block;
	margin-top: 70px;
	width: 155px;
	height: 45px;
	line-height: 45px;
	background: #3679FF;
	border-radius: 6px;
	text-align: center;
	color: #fff;
}
.txbzfw-tab-box .content div i {
	float: left;
	width: 20px;
	height: 20px;
	background: url(template/default/html/skin/images/Group 157.png)； left bottom no-repeat;
}
.content img.txbzfw-img1 {
	position: absolute;
	top:100px;
	right: 0;
	width: 852px;
	height: 409px;
}
.content img.txbzfw-img2 {
	position: absolute;
	top:100px;
	right: 0;
	width: 852px;
	height: 409px;
}

/* ict-sccg */
.ict-sccg {
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 100px;
	background-color: #F5F7FB;
}
.sccg-tab-box {
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #FFFFFF;
	box-shadow: 0 0 10px 10px #EFF2F8;
	margin-top: 50px;
}
.sccg-tab-box ul.tab-nav {
	position: relative;
	height: 570px;
	background: url('../images/Mask group@2x.png') left top no-repeat;
	background-size: auto 100%;
}
.sccg-tab-box ul.tab-nav>li {
	width: 366px;
	height: 90px;
	padding-left: 30px;
	box-sizing: border-box;
	cursor: pointer;
}
.sccg-tab-box ul.tab-nav>li .left-tab {
	font-size: 18px;
	color: #0D192F;
}
.sccg-tab-box ul.tab-nav>li.current {
	height: 145px;
	background-color: #fff;
}
.sccg-tab-box ul.tab-nav>li.current .left-tab{
	line-height: 28px;
	font-size: 24px;
	color: #3679FF;
}
.sccg-tab-box ul.tab-nav>li .left-tab h3 {
	padding-top: 30px;
}
.sccg-tab-box ul.tab-nav>li .left-tab a {
	display: none;
}
.sccg-tab-box ul.tab-nav>li.current .left-tab a {
	display: inline-block;
	font-size: 14px;
	padding-top: 30px;
	color: #3679FF;
}
.sccg-tab-box .right-content .ul-con li a i,
.sccg-tab-box ul.tab-nav>li.current .left-tab a i {
	float: right;
	margin-left: 3px;
	width: 5px;
	height: 5px;
	border-right: 2px solid #3679FF;
	border-bottom: 2px solid #3679FF;
	transform: rotate(-45deg);
	margin-top: 11px;
}
.sccg-tab-box .right-content .ul-con li a i {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 15px;
	margin-right: 8px;
}
.sccg-tab-nav .right-content {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(1430px - 366px);
	height: 570px;
	display: none;
}
.sccg-tab-box ul.tab-nav>li.current .right-content {
	display: block;
	background-color: #fff;
}
.sccg-tab-box .right-content .ul-con li {
	float: left;
	width: 282px;
	height: 452px;
	margin-left: 52px;
	margin-top: 58px;
	padding:35px 40px 0 30px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	border-radius: 6px;
}
.sccg-tab-box .right-content .ul-con li h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.sccg-tab-box .right-content .ul-con li p{
	font-size: 14px;
	line-height: 20px;
}
.sccg-tab-box .right-content .ul-con li a{
	position: absolute;
	left: 30px;
	top: 165px;
	color: #fff;
	width: 84px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
}
.sccg-tab-box .right-content .ul-con.con2 li {
	border: 1px solid #F1F3F7;
	padding: 10px;
	width: 259px;
	height: 385px;
	margin-top: 90px;
}
.ul-con.con2 li img{
	width: 236px;
	height: 180px;
	margin-bottom: 5px;
}
.ul-con.con2 li h3 {
	font-size: 16px;
	color: #0D192F;
}
.ul-con.con2 li p {
	font-size: 14px;
	color: #4B5B76;
}
.ul-con.con2 li b {
	font-size: 18px;
	color: #3679FF;
	margin-top: 40px;
	display: block;
}
.sccg-tab-box .right-content .ul-con.con2 li a {
	position: absolute;
	left: 10px;
	top: 340px;
	font-size: 14px;
	color: #4B5B76;
	width: 80px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px;
	border: 1px solid #F1F3F7;
}
.sccg-tab-box .right-content .ul-con.con2 li a i {
	border-right: 2px solid #4B5B76;
	border-bottom: 2px solid #4B5B76;
	margin-top: 13px;
	margin-right: 8px;
}
.ul-con.con1 li:nth-child(1) {
	background: url('../images/Mask group@2x(1).png') left top no-repeat;
	background-size: 100% 100%;
}
.ul-con.con1 li:nth-child(2) {
	background: url('../images/Mask group@2x(2).png') left top no-repeat;
	background-size: 100% 100%;
}
.ul-con.con1 li:nth-child(3) {
	background: url('../images/Mask group@2x(3).png') left top no-repeat;
	background-size: 100% 100%;
}
.ul-con.con3 li:nth-child(1) {
	background: url('../images/Group 167.png') left top no-repeat;
	background-size: 100% 100%;
}
.ul-con.con3 li:nth-child(2) {
	background: url('../images/Group 166.png') left top no-repeat;
	background-size: 100% 100%;
}
.ul-con.con3 li:nth-child(3) {
	background: url('../images/Group 165.png') left top no-repeat;
	background-size: 100% 100%;
}
/* 交换机 */
.sccg-tab-nav .right-content .tab-jhj {
	height: 56px;
	background-color: #F5F7FB;
}
.tab-jhj span {
	display: inline-block;
	width: 200px;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
	color: #4B5B76;
	border-top: 2px solid #F5F7FB;
}
.tab-jhj span.current {
	color: #3679FF;
	border-top: 2px solid #3679FF;
	background-color: #fff;
}
.sccg-tab-box .right-content .jhj-list {
	display: none;
}
.sccg-tab-box .right-content .jhj-list.current {
	display: block;
}
.sccg-tab-box .right-content .jhj-list li {
	position: relative;
	float: left;
	margin: 15px 20px;
	padding: 0 !important;
	height: 180px;
	width: 46%;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid #F1F3F7;
}
.sccg-tab-box .right-content .jhj-list li .cp-img {
	/*width: 180px;*/
	height: 100%;
	float: left;
	margin-right: 20px;
}
.sccg-tab-box .right-content .jhj-list li .lj-ewm-img {
	position: absolute;
	right: -90px;
	bottom: -50px;
	z-index: 2;
}
.sccg-tab-box .right-content .jhj-list li h3 {
	color: #0D192F;
	font-size: 24px !important;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 20px;
	line-height: 25px;
}
.sccg-tab-box .right-content .jhj-list li p {
	font-size: 14px;
	color: #4B5B76;
	line-height: 16px;
}
.sccg-tab-box .right-content .jhj-list li b {
	font-size: 18px;
	color: #3679FF;
	display: inline-block;
	position: absolute;
        bottom: 20px;
}
.sccg-tab-box .right-content .ul-con li a.jhj-jjgd {
	position: absolute;
	top: 130px;
	left: 385px;
	font-size: 14px;
	color: #4B5B76;
	width: 82px;
	height: 32px;
	line-height: 32px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #F1F3F7;
}
.sccg-tab-box .tab-nav2 li .right-content .img-box{
	overflow: hidden;
	margin-top: 100px;
}
.sccg-tab-box .tab-nav2 li .right-content .img-box>img {
	float: left;
	width: 320px;
	height: 220px;
	margin-left: 30px;
}
.sccg-tab-box .tab-nav2 li .right-content p.txt {
	text-align: center;
	font-size: 18px;
	color: #4B5B76;
}
.sccg-tab-box .tab-nav2 li .right-content.znbg-box {
	padding: 30px !important;
	box-sizing: border-box;
}
.sccg-tab-box .tab-nav2 li .right-content .znbg {
	position: relative;
	border: 1px solid #F1F3F7;
	border-radius: 6px;
	overflow: hidden;
	width: 45%;
	height: 42%;
	margin: 20px 2%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	box-shadow: 0 0 5px 5px #f1f1f1;
}
.sccg-tab-box .tab-nav2 li .right-content .znbg h3{
	font-size: 20px;
	color: #0D192F;
}
.sccg-tab-box .tab-nav2 li .right-content .znbg p{
	font-size: 14px;
	color: #4B5B76;
}
.sccg-tab-box .tab-nav2 li .right-content .znbg a{
	width: 94px;
	height: 32px;
	font-size: 14px;
	color: #4B5B76;
	border-radius: 4px;
	border: 1px solid #F1F3F7;
	position: absolute;
	left: 335px;
	top: 160px;
	line-height: 32px;
	text-align: center;
}


/* ict-jjfa */
.ict-jjfa {
	padding-top: 100px;
	overflow: hidden;
	margin-bottom: 100px;
}
.ict-jjfa .jjfa-tab-box {
	border: 1px solid #F1F3F7;
	overflow: hidden;
	height: 260px;
	box-sizing: border-box;
}
.jjfa-tab-box ul li {
	float: left;
	width: 475px;
	height: 260px;
	box-sizing: border-box;
}
.jjfa-tab-box li .h {
	display: none;
}
.jjfa-tab-box li .m {
	display: block;
}
.jjfa-tab-box li .m {
	text-align: center;
}
.jjfa-tab-box li .m img {
	display: inline-block;
	width: 18%;
	margin-top: 60px;
	margin-bottom: 30px;
}
.jjfa-tab-box li .m h5 {
	font-size: 24px;
	color: #0D192F;
}
.jjfa-tab-box li .m p {
	font-size: 14px;
	color: #4B5B76;
	line-height: 30px;
}
.jjfa-tab-box li .h h5 {
	font-size: 24px;
	line-height: 28px;
}
.jjfa-tab-box li .h p {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 65px;
}
.jjfa-tab-box li .h span {
	display: block;
	height: 25px;
	line-height: 25px;
}
.jjfa-tab-box li .h span i {
	float: left;
	width: 20px;
	height: 20px;
	background: url(/template/default/html/skin/images/Group 158.png); left bottom no-repeat;
}
.jjfa-tab-box li .h a {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: 45px;
	width: 84px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}

.jjfa-tab-box li.current {
	background: url(/template/default/html/skin/images/Mask_group@2x.png); left bottom no-repeat;
	background-size: 100%;
	padding: 35px;
	color: #fff;
	position: relative;
	box-sizing: border-box;
}
.jjfa-tab-box li.current .h {
	display: block;
}
.jjfa-tab-box li.current .m {
	display: none;
}

/* ict-wljs */
.ict-wljs {
	margin-bottom: 100px;
	overflow: hidden;
	background-image: url('/template/default/html/skin/images/BG02.png');
  background-size: 50% 100%; /* 或者使用contain */
  background-position: center;
  background-repeat: no-repeat;
}

.ict-wljs .wljs-tab-box {
	width:100%;
	float:left;
	position:relative;
	box-sizing: border-box;
	margin-top: 30px;
	padding-bottom: 80px;
	border: 1px solid #fff;
}
.ict-wljs .wljs-tab-box .over-box {
	width:100%;
	height:526px;
	position:relative;
	box-shadow: 0 10px 40px 10px #EAEEF6; 
	overflow: hidden;
}
.wljs-tab-box .prev img,.wljs-tab-box .next img {
	position: absolute;
	z-index: 99;
	width:40px;
	height:40px;
}
.wljs-tab-box .prev img {
	left: 46%;
	bottom: -10px;
}
.wljs-tab-box .next img {
	right: 46%;
	bottom: -10px;
}
.wljs-tab-box .left-wljs {
	position: relative;
	z-index: 2;
	float: left;
	width: calc(1430px - 514px);
	height:526px;
	box-shadow: 20px 20px 25px 10px #EAEEF6; 
	/* 水平偏移 垂直偏移  模糊 扩散 颜色 */
	box-sizing: border-box;
	padding: 60px;
}
.wljs-tab-box .left-wljs h3 {
	font-size: 28px;
	color: #0D192F;
	line-height: 33px;
	margin-top: 5px;
	margin-bottom: 8px;
	font-weight: bold;
}
.wljs-tab-box .left-wljs b {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 45px;
	font-size: 14px;
	color: #4B5B76;
}
.wljs-tab-box .left-wljs p {
	font-size: 14px;
	color: #4B5B76;
	line-height: 25px;
}
.wljs-tab-box .left-wljs p i{
	float: left;
	width: 20px;
	height: 20px;
	background: url('../images/Group 157.png') left bottom no-repeat;
}

.wljs-tab-box .left-wljs ul {
	margin-top: 160px;
}
.wljs-tab-box .left-wljs ul li {
	float: left;
	width: 33.3%;
}
.wljs-tab-box .left-wljs ul li span {
	font-size: 14px;
	color: #4B5B76;
}
.wljs-tab-box .left-wljs ul li h3 {
	font-size: 24px;
	color: #0D192F;
	line-height: 28px;
	font-weight: bold;
}
.wljs-tab-box .right-zx {
	float: right;
	width: 512px;
	height: 526px;
	background: #F5F7FB;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 35px 35px;
}
.wljs-tab-box .right-zx h3 {
	font-size: 16px;
	color: #0D192F;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 35px;
	font-weight: bold;
}
.wljs-tab-box .right-zx span {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #DBE2EE;
	font-size: 14px;
	line-height: 16px;
	color: #4B5B76;
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.wljs-tab-box .right-zx a {
	position: absolute;
	left: 35px;
	top: 420px;
	width: 154px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #3679FF;
	border-radius: 6px;
	color: #fff;
}

/* ICT 运行升级 */
.ict-yxsj {
	overflow: hidden;
	margin-bottom: 100px;
}
.ict-yxsj .yxsj-box {
	margin-top: 55px;
}
.yxsj-box .list {
	float: left;
	width: 33%;
	padding-right: 30px;
	box-sizing: border-box;
}
.yxsj-box .list li {
	height: 73px;
	margin-bottom: 40px;
}
.yxsj-box .list2, .yxsj-box .list3 {
	padding-left: 30px;
}
.yxsj-box .list h3 {
	font-size: 16px;
	font-weight: bold;
}
.yxsj-box .list p {
	font-size: 14px;
	color: #B1B9C6;
	line-height: 20px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;  /* 限制文本为2行 */
	overflow: hidden;
}
.yxsj-box .list1 img {
	width: 433px;
	height: 224px;
}
.yxsj-box .list1 h3 {
	margin-top: 20px;
}
.yxsj-box .list1>div>span{
	display: inline-block;
	padding: 3px 5px;
	background: #F5F7FB;
	color: #B1B9C6;
	margin-top: 10px;
	margin-right: 5px;
}








/* baifb  */
.baifb {
	height: 500px;
	background: url(/template/default/html/skin/images/Group357.png);center bottom no-repeat
	color: #fff;
}
.baifb .content {
	position: relative;
	height: 500px;
}
.baifb ul {
	position: absolute;
	left: 490px;
	top: 250px;
}
.baifb ul li {
	display: inline-block;
	width: 310px;
	text-align: center;
}
.baifb li h3 {
	font-size: 50px;
	font-weight: normal;
}
.baifb li p {
	font-size: 17px;
}
.baifb a {
	position: absolute;
	left: 810px;
	bottom: 60px;
	width: 328px;
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	color: #3679FF;
	text-align: center;
	border-radius:6px;
}
/*--HONOR--*/
.honor-top {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:50px;
}
.honor-top dl {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	margin-top:50px;
}
.honor-top dt {
	width:20%;
	height:200px;
	display:block;
	background:#f2f2f2;
	line-height:200px;
	text-align:center;
	font-size:22px;
	color:#6BBB30;
}
.honor-top dd {width:75%;height:auto;display:block;}
.honor-top dd p {width:100%;height:auto;line-height:35px;float:left;}
.honor-bottom {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.honor-bottom h2 {
	width:100%;
	height:auto;
	float:left;
	line-height:60px;
	text-align:center;
	font-size:22px;
	color:#6BBB30;
}
.honor-bottom p {width:100%;height:auto;float:left;text-align:center;line-height:50px;}
.ladyScroll{
	width:100%;
	height:200px;
	margin:15px auto 35px auto;
	border:#ddd 1px solid;
	position:relative;
}
.ladyScroll .prev,.ladyScroll .next{
	width:51px;
	height:45px;
	position:absolute;
	top:80px;
	left:0;
	z-index:100;
	cursor:pointer;
	background:url("../images/btns.png") no-repeat;
}
.ladyScroll .next{
	left:auto;
	right:0;
	background-position:0 -90px;
}
.ladyScroll .prev:hover{
	background-position:0 -45px;
}
.ladyScroll .next:hover{
	background-position:0 -135px;
}
.ladyScroll .scrollWrap{
	width:100%;
	overflow:hidden;
	position:absolute;
	padding-left:70px;
}
.ladyScroll .scrollWrap .dlList {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.ladyScroll dl{
	float:left;
	width:12%;
	text-align:center;
	position:relative;
	margin:40px auto auto auto;
}
.ladyScroll dt{
	margin:0 auto;
	width:100%;
	overflow:hidden;
	text-align:center;
}
.ladyScroll img{
	display:block;
	width:auto;
	height:auto;
	margin:0 auto;
	max-width:100%;
}
.ladyScroll dl:hover span{
	background:#6BBB30;
}
/*--CASE--*/
.case-slogn {width:100%;height:auto;float:left;margin:30px auto 30px auto;}
.case-slogn p {
	width:60%;
	height:auto;
	margin:0 auto;
	line-height:35px;
	text-align:center;
	font-size:20px;
}
.case-ys {
	width:100%;
	height:auto;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.case-ys dl {
	width:44%;
	height:auto;
	display:block;
	background:#f2f2f2;
	padding:10px 30px 30px 30px;
	margin-bottom:30px;
}
.case-ys dt {
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	font-size:20px;
	color:#6BBB30;
	font-weight:bold;
}
.case-ys dd {
	width:100%;
	height:auto;
	line-height:30px;
	float:left;
}
.case-hz {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}

.case-hz-block {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	background:#f2f2f2;
	margin-bottom:30px;
	padding:30px;
}
.case-hz-img {
	width:25%;
	height:auto;
	float:left;
}
.case-hz-img img {
	width:100%;
	height:auto;
	float:left;
}
.case-hz-info {
	width:70%;
	height:auto;
	float:right;
}
.case-hz-info h2 {
	width:100%;
	height:auto;
	line-height:40px;
	float:left;
	font-size:24px;
	color:#6BBB30;
}
.case-hz-info p {
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
}
#case-list {
	width:100%;
	height:auto;
	float:left;
}
.case-title {
	width:100%;
	height:180px;
	float:left;
	background: url('../images/case-title.png') center center no-repeat;
}
.case-title h2 {
	width:100%;height:180px;
	line-height:180px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#fff;
}
.case-list-a {
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.case-list-img {
	width:25%;
	height:auto;
	float:left;
}
.case-list-img img {
	width:100%;
	height:auto;
	float:left;
}
.case-list-a dl {
	width:70%;
	height:auto;
	float:right;
}
.case-list-a dt {
	width:100%;
	height:auto;
	line-height:35px;
	float:left;
	font-size:24px;
	color:#6BBB30;
}
.case-list-a dd {
	width:100%;
	height:auto;
	float:left;
	margin-top:25px;
}
.case-list-b {
	width:100%;
	height:auto;
	float:left;
	padding:15px 10px;
	margin:20px auto 20px auto;
	background:#f2f2f2;
}
.case-list-b p {
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	line-height:25px;

}
.case-voice {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:30px;
}
.case-voice h2 {
	width:100%;
	height:100px;
	line-height:100px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#6BBB30;
}
.voice-info {
	width:100%;
	height:380px;
	float:left;
	background: url('../images/case-voice.png') center center no-repeat;
}
.focusBox {
	position: relative;
	width:1280px;
	height:380px;
	overflow: hidden;
}
.focusBox .hd {
	overflow:hidden;
	zoom:1;
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:3
}
.focusBox .pic li h3 {
	width:750px;
	height:auto;
	line-height:150px;
	float:right;
	font-size:24px;
	font-weight:bold;
	margin-right:150px;
}
.focusBox .pic li p {
	width:750px;
	height:auto;
	line-height:35px;
	float:right;
	margin-right:150px;
	font-size:18px;
	font-weight: lighter;
}
.focusBox .hd li{
	float:left;
	line-height:15px;
	text-align:center;
	font-size:12px;
	width:25px;
	height:10px;
	cursor:pointer;
	overflow:hidden;
	background:#919191;
	margin-left:4px;
	filter:alpha(opacity=80);
	opacity:.8;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease
}
.focusBox .hd .on{ background:#fff; filter:alpha(opacity=100);opacity:1;}
.focusBox .prev,
.focusBox .next {
	width:45px;
	height:99px;
	position:absolute;
	top:130px;
	z-index:3;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
	-webkit-transition:All .5s ease;
	-moz-transition:All .5s ease;
	-o-transition:All .5s ease
}
.focusBox .prev { background-image:url('../images/index.png'); background-position:-112px 0; left:0 }
.focusBox .next { background-image:url('../images/index.png'); background-position:-158px 0; right:0 }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=60); -moz-opacity:.6; opacity:.6 }

/**--INDEX--**/
#slogn {
	width:100%;
	height:auto;
	float:left;
}
.slogn-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.slogn-list dl {
	width:19%;
	height:auto;
	float:left;
	margin:25px auto 25px auto;
	background:#f2f2f2;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	padding:25px 0;
}
.slogn-list dt {
	width:35%;
	height:auto;
	float:left;
	text-align:center;
}
.slogn-list dd {
	width:55%;
	height:auto;
	float:right;
	margin-right:20px;
}
#services {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:25px;
}
.services-list {
	width:100%;
	height:auto;
	float:left;
}
.services-list h2 {
	width:100%;
	height:60px;
	line-height:60px;
	float:left;
	text-align:center;
	font-size:32px;
	color:#6BBB30;
	font-weight: lighter;
}
.services-c {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.services-c div {
	width:19%;
	height:auto;
	display:block;
	background:#6BBB30;
	margin-top:25px;
	padding-bottom:40px;
}
.services-c div:hover {
	background:#028310;
}
.services-c div img {
	display:block;
	margin:20px auto auto auto;
}
.services-c div h3 {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#fff;
	border-bottom:1px solid #fff;
}
.services-c ul {
	width:100%;
	height:auto;
	float:left;
	margin-top:40px;
}
.services-c li {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	text-align:center;
}
.services-c li a {
	color:#fff;
}
/*--zhineng--*/
#zhineng {
	width:100%;
	height:auto;
	float:left;
	background:url('../images/bg_zhineng.jpg') repeat fixed;
	background-size: cover;
	background-position: center center;
}
.zhineng-title {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:30px;
}
.zhineng-title h2 {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	text-align:center;
	font-size:32px;
	color:#6BBB30;
	margin-top:30px;
	font-weight: lighter;
}
.zhineng-title p {
	width:100%;
	height:auto;
	line-height:30px;
	float:left;
	text-align:center;
	color:#999;
}
.zhineng-list {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:50px;
}
.zhineng-list ul {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.zhineng-list ul li {
	width:32%;
	height:auto;
	min-height:435px;
	display:block;
	background-color: rgba(255,255,255,0.4)!important;
	background-color: #FFF;
	filter:Alpha(opacity=40);
	position: relative;
}
.zn-img {
	width:100%;
	height:205px;
	float:left;
	overflow:hidden;
}
.zn-img img {width:100%;height:100%;float:left;}
.zhineng-list ul li h3 {
	width:100%;
	height:60px;
	line-height:60px;
	float:left;
	text-align:center;
	font-size:18px;
}
.zhineng-list ul li h3 a {
	color:#6BBB30;
}
.zhineng-list ul li p {
	width:90%;
	height:auto;
	float:left;
	line-height:25px;
	padding:0 5%;
}
.zhineng-list ul li span {
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
	float:left;
	margin-top:25px;
	position: absolute;
	left:0;
	bottom:25px;
}
.zhineng-list ul li span a {
	width:145px;
	height:45px;
	background:#6BBB30;
	color:#fff;
	display:inline-block;
}
.zhineng-list ul li:hover .zn-img img {
	animation:gif 0.4s;
	-webkit-animation:gif 0.4s;
	animation-fill-mode : forwards;
}
/*--FANGAN--*/
#fangan {
	width:100%;
	height:auto;
	min-height:340px;
	float:left;
	padding:25px 0;
}
.fangan-list {
	width:100%;
	height:auto;
	float:left;
	position: relative;
}
.fangan-title {
	position: absolute;
	right:0;
	top:0;
}
.fangan-title dt {
	font-size:32px;
	height:50px;
	line-height:50px;
	text-align:right;
	color:#6BBB30;
	font-weight: lighter;
}
.fangan-title dd {
	font-size:22px;
	height:30px;
	line-height:30px;
	text-align:right;
	color:#6BBB30;
}
.notice {
	width:100%;
	overflow: hidden;
	position: relative;
}
.notice .tab-hd {
	width:250px;
	height:auto;
	color: #404040;
	float:right;
	margin-top:120px;
}
.notice .tab-hd ul {
	width:100%;
	height:auto;
}
.notice .tab-hd li{
	float: left;
	width:100%;
	height: 40px;
	line-height: 40px;
	background:#f2f2f2;
	text-align:center;
	margin-bottom:5px;
}
.notice .tab-hd li:hover {
	cursor: pointer;
}
.notice .tab-hd li.on{
	background-color: #fff;
	font-weight: bold;
	position: relative;
	background:#6BBB30;
	color:#fff;
}
.notice .tab-bd {
	width:950px;
	height:auto;
	float:left;
	border:1px solid #eee;
	padding:5px;
}
.tab-pal {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.fangan-down {
	width:23%;
	height:auto;
	display:block;
	margin:25px auto 25px auto;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.fangan-down-left {
	width:35%;
	height:105px;
	display:block;
	overflow:hidden;
}
.fangan-down-left img {
	width:100%;
	height:100%;
	float:left;
}
.fangan-down-right {
	width:60%;
	height:auto;
	display:block;
	position: relative;
}
.fangan-down-right h3:hover a {
	color:#6BBB30;
}
.fangan-down-right span {
	width:80px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	position: absolute;
	left:0;
	bottom:0;
	background:#f2f2f2;
}
.fangan-down-right span a {
	display:block;
}
.fangan-down-right span:hover {
	background:#6BBB30;
}
.fangan-down-right span:hover a {
	color:#fff;
}
/*--INDEX-ABOUT--*/
#index-about {
	width:100%;height:auto;
	float:left;
	margin-bottom:40px;
}
.index-about-title {
	width:100%;
	height:40px;
	float:left;
	padding:10px 0 30px 0;
}
.index-about-title span {
	font-size:32px;
	color:#6BBB30;
	font-weight: lighter;
	float:left;
}
.index-about-title i {
	width:90px;
	height:40px;
	line-height:40px;
	font-style: normal;
	color:#6BBB30;
	float:left;
	border-bottom:1px solid #6BBB30;
	text-align:center;
	font-size:24px;
}
.index-about-info {
	width:100%;
	height:240px;
	float:left;
}
.index-about-info-img {
	width:30%;
	height:auto;
	float:left;
}
.index-about-info-content {
	width:65%;
	height:240px;
	float:right;
	position:relative;
}
.index-about-info-content p {
	line-height:25px;
	margin-bottom:15px;
	font-size:16px;
}
.index-about-info-content span {
	width:135px;
	height:35px;
	line-height:35px;
	text-align:center;
	background:#6BBB30;
	position: absolute;
	left:0;
	bottom:0;
	border-radius:5px;
}
.index-about-info-content span a {
	color:#fff;
	display:block;
	font-size:16px;
}
/*--INDEX-NEWS--*/
#index-news {
	width:100%;
	height:auto;
	float:left;
	background:url('../images/bg_news.png') repeat fixed;
	background-size: cover;
	background-position: center center;
}
.news-notice {
	width:100%;
	height:auto;
	overflow: hidden;
	padding:30px 0 0 0;
	float:left;
}
.news-notice .news-tab-hd {
	width:100%;
	height:55px;
	color: #404040;
	float:right;
}
.news-notice .news-tab-hd ul {
	width:100%;
	height:55px;
}
.news-notice .news-tab-hd li{
	float: left;
	width:160px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	border-radius:5px;
	font-size:16px;
}
.news-notice .news-tab-hd li:hover {
	cursor: pointer;
}
.news-notice .news-tab-hd li.on{
	background-color: #fff;
	font-weight: bold;
	position: relative;
	background:#6BBB30;
	color:#fff;
}
.news-notice .news-tab-bd {
	width:100%;
	height:auto;
	float:left;
	padding:20px 0 40px 0;
}
.news-tab-pal {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.index-news-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.index-news-list li {
	width:32%;
	height:auto;
	display:block;
	background-color: rgba(255,255,255,0.4)!important;
	background-color: #FFF;
	filter:Alpha(opacity=40);
}
.index-news-list li:hover {
	background-color: rgba(107,187,48,1.0)!important;
	background-color: #6BBB30;
	filter:Alpha(opacity=100);
}
.index-news-list li:hover h3 a,.index-news-list li:hover p,.index-news-list li:hover span{
	color:#fff;
}
.index-news-list li img {
	width:100%;
	height:auto;
	float:left;
}
.index-news-list li h3 {
	width:94%;
	height:65px;
	line-height:65px;
	float:left;
	text-align:left;
	margin-left:3%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom:1px solid #ddd;
}
.index-news-list li h3 a {
	font-size:18px;
}
.index-news-list li p {
	width:94%;
	height:auto;
	line-height:25px;
	float:left;
	margin:15px auto auto 3% ;
	color:#999;
}
.index-news-list li span {
	width:94%;
	height:60px;
	line-height:60px;
	float:left;
	text-align:left;
	margin-left:3%;
	color:#999;
}
.news-down {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.index-news-down {
	width:48%;
	height:auto;
	display:block;
	background-color: rgba(255,255,255,0.7)!important;
	background-color: #FFF;
	filter:Alpha(opacity=70);
	margin-bottom:10px;
	padding:10px;
}
.fa-file-pdf-o {
	font-size:24px;
	margin:10px auto auto 20px;
	
}
.qs-right {
	width:90%;
	height:auto;
	float:right;
}
.qs-right h3 {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
}
.qs-right p {
	color:#999;
}
.qs-right h3 a {
	font-size:18px;
}
.index-news-down:hover .qs-right h3 a {
	color:#6BBB30;
}
.qs-right ul {
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}
.qs-right ul li {
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	background:#eee;
	margin-right:10px;
}
.qs-right ul li:hover {
	background:#6BBB30;
}
.qs-right ul li:hover a {
	color:#fff;
}
.qs-right ul li a {
	display:block;
}
/*--BUSINESS--*/
#business {
	width:100%;
	height:auto;
	float:left;
}
.business-title {
	width:100%;
	height:100px;
	line-height:100px;
	float:left;
	text-align:center;
	font-size:32px;
	color:#6BBB30;
}
.business-list {
	width:100%;
	height:auto;
	float:left;
}
.business-list ul {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.business-list li {
	width:32%;
	height:auto;
	display:block;
	background:#f2f2f2;
	padding-bottom:20px;
	overflow:hidden;
}
.business-list li img {
	width:100%;
	height:auto;
	float:left;
}
.business-list li h3 {
	width:94%;
	height:60px;
	line-height:60px;
	float:left;
	text-align:left;
	padding:0 3%;
}
.business-list li h3 a {
	font-size:18px;
}
.business-list li p {
	width:94%;
	height:auto;
	float:left;
	padding:0 3%;
}
/*--HONOR--*/
#index-honor {
	width:100%;
	margin-bottom: 150px;
	overflow: hidden;
}
#index-honor .title {
	width:100%;
	height:auto;
	line-height:60px;
	float:left;
	text-align:center;
	font-size:32px;
	color:#6BBB30;
}
#index-honor .title-p {
	width:100%;
	height:auto;
	float:left;
	line-height:35px;
	text-align:center;
}
#index-honor .index-ladyScroll{
	width:100%;
	height:240px;
	float:left;
	border:#ddd 1px solid;
	position:relative;
	margin-top:30px;
}
#index-honor .index-ladyScroll .prev,#index-honor .index-ladyScroll .next{
	width:51px;
	height:45px;
	position:absolute;
	top:100px;
	left:0;
	z-index:100;
	cursor:pointer;
	background:url('../images/btns.png') no-repeat;
}
#index-honor .index-ladyScroll .next{left:auto;right:0;background-position:0 -90px;}
#index-honor .index-ladyScroll .prev:hover{ background-position:0 -45px;}
#index-honor .index-ladyScroll .next:hover{ background-position:0 -135px;}
#index-honor .index-ladyScroll .scrollWrap{
	width:100%;
	margin-left:50px;
	padding-top:30px;
	overflow:hidden;
	position:absolute;
}
#index-honor .index-ladyScroll .scrollWrap>div.tempWrap{
	width:1330px !important; 
}
#index-honor .index-ladyScroll dl{float:left;width:190px;text-align:center;position:relative;}
#index-honor .index-ladyScroll span{
	display:block;
	width:190px;
	height:53px;
	position:absolute;
	left:5px;
	bottom:0;
}
#index-honor .index-ladyScroll dt{margin:0 auto;width:190px;height:160px;overflow:hidden;}
#index-honor .index-ladyScroll img{display:block;width:190px;height:auto;}
#index-honor .index-ladyScroll dd{
	width:190px;
	height:40px;
	line-height:28px;
	font-size:14px;
	color:#fff;
	text-align:center;
	overflow:hidden;
}
#index-honor .index-ladyScroll dd a{color:#999;}
#index-honor .index-ladyScroll dd a:hover{ text-decoration:none;}

/*--HUOBAN--*/
#kehu {
	width:100%;
	height:auto;
	float:left;
}
.kehu-title {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size:32px;
	color:#6BBB30;
	margin:40px auto 40px auto;
}
.kehu-list {
	width:100%;
	height:auto;
	float:left;
}
.kehu-list ul {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.kehu-list ul li {
	width:15%;
	height:auto;
	display:block;
	border:1px solid #eee;
	margin-bottom:20px;
}
/*--NEWS-LIST--*/
.page-news-nav {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	border-bottom:1px solid #eee;
}
.page-news-nav a {
	margin:auto 5px auto 5px;
}
.page-news-nav a:hover {
	color:#6BBB30;
}
.page-news-main {
	width:100%;
	height:auto;
	float:left;
}
.page-news-left {
	width:360px;
	height:auto;
	float:left;
	padding-bottom:30px;
}
.page-news-col {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}

.page-news-col a {
	width:48%;
	height:40px;
	line-height:40px;
	float:left;
	background:#eee;
	text-align:center;
	margin-top:20px;
}
.page-news-col a:hover {
	background:#6BBB30;
	color:#fff;
}
.page-news-hot {
	width:100%;
	height:auto;
	float:left;
	margin:20px auto auto auto;
}
.page-news-hot-title {
	width:100%;height:auto;
	line-height:50px;
	float:left;
	border-bottom:1px solid #eee;
}
.page-news-hot-title h2 {
	float:left;
	font-size:18px;
}
.page-news-hot-title a {
	float:right;
	margin-right:5px;
}
.page-news-hot-title a:hover {
	color:#6BBB30;
}
.page-news-hot ul {
	width:100%;
	height:auto;
	float:left;
}
.page-news-hot li {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	border-bottom:1px dashed #eee;
}
.page-news-hot li a {
	width:270px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float:left;
}
.page-news-hot li a:hover {
	color:#6BBB30;
}
.page-news-hot li span {
	float:right;
}
.page-news-right {
	width:860px;
	height:auto;
	float:right;
}
.page-news-right li {
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
}
.page-news-img {
	width:320px;
	height:190px;
	float:left;
}
.page-news-img img {
	width:100%;
	height:auto;
	float:left;
}
.page-news-title {
	width:520px;
	height:190px;
	float:right;
	position: relative;
}
.page-news-title h3 {
	width:100%;
	height:auto;
	float:left;
	line-height:40px;
	text-align:left;
	border-bottom:1px solid #eee;
}
.page-news-title h3 a {
	font-size:18px;
}
.page-news-title h3:hover a {
	color:#6BBB30;
}
.page-news-title p {
	width:100%;
	height:auto;
	float:left;
	margin-top:15px;
	color:#999;
}
.page-news-title span {
	width:100%;
	height:30px;
	position: absolute;
	left:0;
	bottom:0;
	color:#999;
}
.page-next {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:right;
}
.page-next i {
	border:1px solid #eee;
	padding:6px 15px;
	font-style:normal;
}
.page-next a {
	border:1px solid #eee;
	padding:6px 15px;
}
.page-next a:hover {
	background:#6BBB30;
	color:#fff;
}
.page-news-content {
	width:100%;
	height:auto;
	float:left;
}
.page-news-content h1 {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	line-height:70px;
	font-size:32px;
	font-weight:bold;
	margin-top:20px;
}
.content-from-date {
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
	padding-left:90px;
}
.content-from-date span {
	float:left;
	margin-left:30px;
}
.content-from-date i {
	float:left;
	margin-left:15px;
	font-style: normal;
}
.content-from-date a {
	float:left;
	text-align:center;
}
.content-main {
	width:100%;
	height;auto;
	float:left;
}
.content-main p {
	width:100%;
	height:auto;
	line-height:25px;
	float:left;
	text-align:left;
}
.content-main img {
	max-width:100%;
	width:auto;
	height:auto;
	display:block;
	margin:15px auto;
}
.shareBox {
	width:100%;
	height:auto;
	float:left;
}
.shareBox-one {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	padding:30px 0;
}
.shareBox-one a {
	display:inline-block;
	background:#6BBB30;
	border-radius:5px;
	width:120px;
	height:40px;
	line-height:40px;
	color:#fff;
}
.socialBox {
	width:100%;
	height:auto;
	float:left;
}
.action-share {
	width:100%;
	height:auto;
	float:left;
	border:1px solid #eee;
	padding:30px 0;
}
.bdsharebuttonbox {
	width:auto;
	height:auto;
	float:left;
	text-align:center;
	margin-left:340px;
}
.bdsharebuttonbox a {
	display:block;
}
.huixin-ad {
	width:100%;
	height:auto;
	float:left;
}
.huixin-ad img {
	width:100%;
	height:auto;
	float:left;
}
.content-next-pre {
	width:100%;
	height:auto;
	float:left;
	padding-bottom:25px;
}
.content-next-pre li {
	width:100%;
	height:20px;
	line-height:20px;
	float:left;
	text-align:left:
}
.content-next-pre li:hover a {
	color:#6BBB30;
}
/*--BUSINESS--*/
#content-banner {
	width:100%;
	height:280px;
	float:left;
	position: relative;
}
#content-banner img {
	width:100%;
	height:100%;
	float:left;
}
.content-banner-title {
	width:100%;
	height:auto;
	float:left;
	margin:-150px auto auto auto;
}
.content-banner-title h2 {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size:32px;
	color:#fff;
	font-weight:bold;
}
.content-banner-title p {
	width:700px;
	height:auto;
	float:left;
	text-align:center;
	color:#fff;
	line-height:25px;
	margin-left:250px;
	margin-top:20px;
}
#hz-section {
	width:100%;
	height:auto;
	float:left;
}
.hz-section-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	margin:30px auto 30px auto;
}
.hz-section-item {
	width:33.3%;
	height:auto;
	display:block;
}
.hz-item-img {
	width:100%;
	height:227px;
	float:left;
}
.hz-item-title {
	width:100%;
	height:227px;
	float:left;
}
.hz-item-title dl {
	width:100%;
	height:auto;
	float:left;
}
.hz-item-title dt,.hz-item-title dd {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size:24px;
	color:#6BBB30;
	margin-top:15px;
}
.hz-item-title dd {
	font-weight:bold;
}
.hz-item-title p {
	width:100%;
	height:auto;
	float:left;
	line-height:25px;
	text-align:left;
	margin-top:25px;
}
/*--ICT-SERVICES--*/
.ict-intro {
	width:100%;
	height:auto;
	float:left;
}
.ict-intro p {
	width:100%;
	height:auto;
	float:left;
	line-height:25px;
	margin:35px auto 35px auto;
	font-size:16px;
}
.ict-item {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	line-height:40px;
	font-size:24px;
	color:#6BBB30;
}
.ict-liucheng,.ict-youshi {
	width:100%;
	height:auto;
	float:left;
}
.ict-liucheng h2,.ict-youshi h2,.ict-case h2 {
	width:100%;
	height:60px;
	line-height:60px;
	float:left;
	text-align:center;
	color:#6BBB30;
	font-size:24px;
}
.ict-liucheng-item {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	background:#eee;
	margin:30px auto 30px auto;
}
.ict-liucheng-item dl {
	width:30%;
	height:auto;
	display:block;
	margin-bottom:30px;
}
.ict-liucheng-item dt {
	width:100%;
	height:100px;
	float:left;
	margin:25px auto auto auto;
}
.ict-liucheng-item dt i {
	width:auto;
	height:70px;
	line-height:70px;
	font-size:52px;
	float:left;
	margin-left:70px;
	color:#666;
}
.ict-liucheng-item dt span {
	width:auto;
	height:70px;
	line-height:70px;
	float:left;
	border-bottom:1px solid #bbb;
	margin-left:20px;
	font-size:16px;
	color:#666;
}

.ict-liucheng-item dd {
	width:100%;
	height:auto;
	line-height:30px;
	float:left;
	text-align:center;
	color:#333;
}


.ict-youshi p {
	width:100%;
	height:auto;
	float:left;
	line-height:35px;
	text-align:center;
}
.ict-youshi-item {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	margin:30px auto 30px auto;
}
.ict-youshi-item dl {
	width:23%;
	height:auto;
	display:block;
	border:1px solid #ddd;
	background:#eee;
	padding:25px 0;
}
.ict-youshi-item dt {
	margin-bottom:25px;
	width:100%;
	height:auto;
	text-align:center;
	float:left;
	font-size:24px;
}
.ict-youshi-item dt i {
	margin-top:15px;
	display:block;
}
.ict-youshi-item dd {
	width:100%;
	height:auto;
	float:left;
	line-height:30px;
	text-align:center;
}
.ict-case {
	width:100%;
	height:auto;
	float:left;
}
.ict-case-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	margin-top:30px;
}
.ict-case-list dl {
	width:18%;
	height:auto;
	display:block;
	margin-bottom:15px;
}
.ict-case-list dt img {
	width:100%;
	height:auto;
	float:left;
}
.ict-case-list dd {
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	text-align:center;
}
.ict-case-list dl:hover {
	cursor: pointer;
}
.ict-case-list dl:hover dd {
	color:#6BBB30;
}
/*--PRODUCT-SHUIPAI--*/
#product-banner {
	width:100%;
	height:auto;
	float:left;

}
#product-banner .con {
	position: relative;
}
.product-img {
	width:100%;
	height:auto;
	float:left;
}
.product-img img {
	width:100%;
	height:auto;
	float:left;
}
.product-banner-info {
	width:100%;
	height:auto;
	position: absolute;
	left:0;
	top:130px;
}
.product-banner-left {
	width:28%;
	height:auto;
	float:left;
	margin-left:70px;
}
.product-banner-left img {
	width:100%;
	height:auto;
	float:left;
}
.product-banner-right {
	width:60%;
	height:auto;
	float:right;
}
.product-banner-right h1 {
	width:100%;
	height:auto;
	float:left;
	text-align:right;
	font-size:24px;
	color:#fff;
	margin:15px auto 15px auto;
}
.product-banner-right p {
	width:100%;
	height:auto;
	float:left;
	line-height:25px;
	color:#fff;
	font-size:16px;
	text-indent:30px;
	margin-bottom:20px;
}
.product-xilie {
	width:100%;
	height:auto;
	float:left;
}
.product-xilie h2 {
	width:100%;
	height:90px;
	float:left;
	line-height:90px;
	text-align:center;
	color:#6BBB30;
	font-size:24px;
}
.product-xilie-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.product-xilie-list dl {
	width:20%;
	height:auto;
	display:block;
}
.product-xilie-list dt {
	width:100%;
	height:224px;
	float:left;
}
.product-xilie-list dt img {
	width:100%;
	height:auto;
	float:left;
}
.product-xilie-list dd {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	text-align:center;
}
.product-youshi-list {
	width:100%;
	height:auto;
	float:left;
}
.product-youshi h2 {
	width:100%;
	height:110px;
	float:left;
	line-height:110px;
	text-align:center;
	color:#6BBB30;
	font-size:24px;
}
.product-youshi-list dl {
	width:46%;
	height:220px;
	float:left;
	padding:10px 2%;
}
.product-youshi-list dt {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	font-size:20px;
}
.product-youshi-list dd .product-dd-left {
	width:30%;
	height:auto;
	float:left;
}
.product-dd-left img {
	width:100%;
	height:auto;
	float:left;
}
.product-youshi-list dd .product-dd-right {
	width:68%;
	height:auto;
	float:right;
}
.product-youshi-left dl:first-child {
	background:#f2f2f2;
}
.product-youshi-left dl:nth-child(2) {
	background:#6BBB30;
}
.product-youshi-left dl:nth-child(2) dt {
	color:#fff;
}
.product-youshi-left dl:nth-child(2) dd .product-dd-right p{
	color:#fff;
}
#product-jiazhi {
	width:100%;
	height:300px;
	float:left;
	background: url(../images/u1938_state0.png) center center no-repeat;
	margin-top:30px;
}
.product-jiazhi h2 {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	line-height:110px;
	color:#FFF;
	font-size:24px;
}
.product-jiazhi-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.product-jiazhi-list span {
	width:18%;
	height:130px;
	line-height:130px;
	text-align:center;
	display:block;
	background-color: rgba(255,255,255,0.7)!important;
	background-color: #FFF;
	filter:Alpha(opacity=70);
	border-radius:10px;
}
#product-changjing {
	width:100%;
	height:auto;
	float:left;
	margin:30px auto 30px auto;
}
#product-changjing h2 {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:left;
	font-size:24px;
	color:#6BBB30;
}
#product-changjing h2 i {
	margin:10px 10px auto auto;
	float:left;
}
.product-changjing-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.product-changjing-list span {
	width:33%;
	height:auto;
	float:left;
	margin-bottom:30px;
}
.product-changjing-list span img {
	width:70%;
	height:auto;
	max-width:100%;
	margin:0 auto;
	display:block;
}
.product-case-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.product-case-list dl {
	width:19%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
.product-case-list dt img {
	width:100%;
	height:auto;
	float:left;
}
.product-case-list dd {
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	float:left;
}
.product-case-list dl:hover {
	cursor: pointer;
}
.product-case-list dl:hover dd {
	color:#6BBB30;
}
/*--XUANZHAN--*/
#main {
	width:100%;
	height:auto;
	float:left;
}
.xuanzhan-info {
	width:100%;
	height:auto;
	float:left;
	margin:50px auto 50px auto;
}
.xuanzhan-info-video {
	width:48%;
	height:auto;
	float:left;
}
.xuanzhan-info-video video {
	border:1px solid #eee;
	margin-top:20px;
	background-color: rgba(0,0,0,0.7)!important;
	background-color: #000;
	filter:Alpha(opacity=70);
}
.xuanzhan-info-content {
	width:48%;
	height:auto;
	float:right;
}
.xuanzhan-info-content h2 {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:left;
	font-size:24px;
	color:#6BBB30;
}
.xuanzhan-info-content p {
	width:100%;
	height:auto;
	float:left;
	line-height:25px;
	margin-bottom:20px;
}
.xuanzhan-mokuai {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:50px;
}
.xuanzhan-mokuai h2 {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#6BBB30;
}
.xuanzhan-mokuai i {
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	text-align:center;
	font-style: normal;
}
.xuanzhan-mokuai span {
	width:100%;
	height:auto;
	float:left;
}
.xuanzhan-mokuai span img {
	width:auto;
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
#xuanzhan-qiheyi {
	width:100%;
	height:auto;
	float:left;
	background:url(../images/u2122_state0.png) center center no-repeat;
	padding:30px 0;
}
.xuanzhan-qiheyi {
	width:100%;
	height:auto;
	float:left;
	position: relative;
}
.qiheyi-title {
	position: absolute;
	right:200px;
	top:50px;
}
.qiheyi-title h2 {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:right;
	font-size:24px;
	color:#6BBB30;
}
.qiheyi-title span {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	text-align:right;
	font-size:24px;
	color:#fff;
}
.qiheyi-list {
	width:100%;
	height:auto;
	float:left;
	margin:50px auto auto 200px;
}
.qiheyi-list-top,.qiheyi-list-bottom {
	width:100%;
	height:auto;
	float:left;
}
.qiheyi-list-top span,.qiheyi-list-bottom span {
	width:150px;
	height:150px;
	line-height:150px;
	text-align:center;
	float:left;
	border-radius:10px;
	background-color: rgba(255,255,255,0.7)!important;
	background-color: #FFF;
	filter:Alpha(opacity=70);
	margin:auto 20px 30px auto;
}
#xuanzhan-app {
	width:100%;
	height:auto;
	float:left;
	margin:30px auto 50px auto;
}
#xuanzhan-app h2 {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#6BBB30;
}
.xuanzhan-app-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.xuanzhan-app-c {
	width:18%;
	height:auto;
	display:block;
}
.xuanzhan-app-c img {
	width:100%;
	height:auto;
	float:left;
}
.xuanzhan-app-c h3 {
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	font-size:16px;
}
.xuanzhan-app-c p {
	width:100%;
	height:auto;
	float:left;
	line-height:25px;
	text-align:center;
	color:#999;
}
/*--ABOUT--*/
.huixin-about-title {
	width:100%;
	height:80px;
	line-height:80px;
	float:left;
	margin:30px auto 30px auto;
}
.huixin-about-title h2 {
	font-size:32px;
	float:left;
}
.huixin-about-title i {
	width:170px;
	height:1px;
	background:#000;
	float:left;
	margin:40px auto auto 20px;
}
.huixin-about-info {
	width:100%;
	height:auto;
	float:left;
}
.about-info-left {
	width:30%;
	height:auto;
	float:left;
}
.about-info-left dt img {
	width:100%;
	height:auto;
	float:left;
}
.about-info-left dt {
	margin-bottom:80px;
	float:left;
}
.about-info-left dd {
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	font-size:16px;
}
.about-info-left dd b {
	color:#6BBB30;
	width:100px;
	float:left;
}
.about-info-right {
	width:60%;
	height:auto;
	float:right;
}
.about-info-right p {
	width:100%;
	height:auto;
	float:left;
	line-height:30px;
	margin-bottom:15px;
	font-size:16px;
	text-indent:32px;
}
/*--licheng--*/
#licheng {
	width:100%;
	height:750px;
	float:left;
	background:url('../images/bg_licheng.jpeg') center center no-repeat;
	margin-top:50px;
}
#licheng h2 {
	width:100%;
	height:100px;
	line-height:100px;
	float:left;
	text-align:center;
	font-size:32px;
	margin-top:20px;
	color:#6BBB30;
}
#timeline {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 50px auto;
  position: relative;
  float:left;
}

.hrLine{
  margin-top: 72px;
}

#dates {
  width: 760px;
  height: 90px;
  overflow: hidden;
  padding:0 60px;
}

#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
}

#dates > li > .onepx{
  width: 1px;
  height: 20px;
  margin: 0 auto;
  background: #eee;
}

#dates a {
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
}

#dates .selected {
  font-size: 38px;
  line-height: 30px;
  color: #6BBB30;
  display: block;
  margin-bottom: 20px;
}

#issues {
  /* width: 800px; */
  height: 300px;
  overflow: hidden;
  text-align: center
}

#issues li {
  width: 100%;
  height: 200px;
  list-style: none;
  float: left;
  position: relative;
}


.timeline{
  position: relative;
}

.timeline > button {
  position: absolute;
  border: 0;
  outline: none;
  top: 10px;
  z-index: 9999;
}

.timeline > button > i{
  display: block;
  height: 40px;
  width: 40px;
}

.timeline > button  > i > img{
  float: left;
  width: 100%;
}

.prev{
  left: 0;
}

.next {
  right: 0;
}

.dates{
  position: absolute;
  top: 0;
  z-index: 999;
}

.wrap{
    overflow: hidden;
}

.issues > li > div{
  width: 50%;
  display: block;
  height: 200px;
  position: relative;
}

.issues > li .right > h5{
  background: url(../images/icon_pointoftime.png) no-repeat;
  background-size: contain;
  text-align: left;
  padding-left: 60px;
  font-size: 18px;
  position: absolute;
  left: -7px;
  top:30px;
  z-index: 9;
}

.issues > li .left > h5{
  background: url(../images/icon_pointoftime.png) 89.5px 0 no-repeat;
  background-size: contain;
  text-align: left;
  padding-right: 60px;
  font-size: 18px;
  position: absolute;
  right: -7px;
  top:30px;
  z-index: 9;
}
.issues > li .right .textArea{
	width:100%;
	display: block;
	padding: 20px;
	margin:70px auto auto 60px;
	background-color: rgba(255,255,255,0.7)!important;
	background-color: #FFF;
	filter:Alpha(opacity=70);
	color: #000;
	border-top-left-radius:0;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
	border-bottom-left-radius:12px;
	float:left;
}

.issues > li .left .textArea{
	width:85%;
	display: block;
	padding: 20px;
	margin:70px 60px auto auto;
	background-color: rgba(255,255,255,0.7)!important;
	background-color: #FFF;
	filter:Alpha(opacity=70);
	color: #000;
	border-top-left-radius:12px;
	border-top-right-radius:0;
	border-bottom-right-radius:12px;
	border-bottom-left-radius:12px;
	float:left;
}
.issues > li .left .textArea i {
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	text-align:left;
	font-style: normal;
	font-size:16px;
}
.issues > li .right .textArea i {
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	text-align:left;
	font-style: normal;
	font-size:16px;
}
.issues > li .right .textArea i b ,.issues > li .left .textArea i b {
	color:#6BBB30;
	font-weight:normal;
}
.issues > li .left .yearLine{
  position: absolute;
  width: 30px;
  height:1px;
  background:#eee;
  top: 33px;
  right: 5px;
  margin:8px 0;
}

.issues > li .right .yearLine{
	position: absolute;
	width: 30px;
	height:1px;
	background:#eee;
	top: 33px;
	left: 5px;
	margin:8px 0;
}
.issues > li div.right {
	border-left:1px solid #eee;
}
.issues > li div.left {
	border-right:1px solid #eee;
}
#huixin-team {
	width:100%;
	height:auto;
	float:left;
}
#huixin-team h2 {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	line-height:110px;
	color:#6BBB30;
	font-size:24px;
}
.team-info {
	width:100%;
	height:auto;
	float:left;
	padding:40px 0;
}
.team-left {
	width:47%;
	height:auto;
	float:left;
}
.team-right {
	width:47%;
	height:auto;
	float:right;
}
.team-left img {
	width:300px;
	height:auto;
	float:right;
}
.team-right dl {
	width:500px;
	height:auto;
	float:left;
}
.team-right dt {
	font-size:24px;
	width:100%;
	height:50px;
	float:left;
}
.team-right dd {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	margin-bottom:20px;
	color:#666;
}
.team-right p {
	width:500px;
	height:auto;
	line-height:30px;
	float:left;
	margin-bottom:20px;
}
.team-list {
	width:100%;
	height:auto;
	float:left;
}
.team-list h2 {
	width:100%;
	height:100px;
	line-height:100px;
	float:left;
	text-align:center;
	font-size:32px;
	color:#6BBB30;
}
.team-youshi {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	margin-bottom:50px;
}
.team-youshi dl {
	width:22%;
	height:auto;
	display:block;
	background:#f2f2f2;
	padding-bottom:15px;
}
.team-youshi dt {
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	font-size:22px;
	color:#fff;
	background:#6BBB30;
	padding-top:15px;
}
.team-youshi dd {
	width:100%;
	height:35px;
	line-height:20px;
	text-align:center;
	float:left;
	color:#fff;
	background:#6BBB30;
	margin-bottom:20px;
}
.team-youshi p {
	width:94%;
	height:auto;
	float:left;
	line-height:25px;
	margin:10px auto auto auto;
	padding:0 3%;
	font-size:16px;
}
/*--DOWN-CONTENT--*/
.down-content {
	width:100%;
	height:auto;
	float:left;
}
.down-info {
	width:100%;
	height:auto;
	float:left;
	margin:10px auto 10px auto;
}
.down-info-left {
	width:35%;
	height:auto;
	float:left;
}
.down-info-left img {
	width:300px;
	height:186px;
	float:left;
}
.down-info-right {
	width:63%;
	height:186px;
	float:right;
	position: relative;
}
.down-info-right h1 {
	width:100%;
	height:auto;
	line-height:50px;
	float:left;
	text-align:left;
	font-size:20px;
	color:#6BBB30;
}
.down-info-right p {
	width:100%;
	height:auto;
	float:left;
	color:#666;
}
.down-info-right span {
	position: absolute;
	left:0;
	bottom:0;
}
.down-info-right span a {
	background:#f2f2f2;
	padding:5px 8px;
	margin-right:5px;
	border-radius:10px;
}
.down-info-right span a:hover {
	color:#6BBB30;
}
.down-url {
	width:100%;
	height:auto;
	float:left;
	padding:5px 0;
}
.down-url span {
	width:80%;
	background:#f2f2f2;
	float:left;
	padding:10px 0;
	text-indent:10px;
	font-size:18px;
}
.down-url a {
	width:18%;
	background:#6BBB30;
	float:right;
	color:#fff;
	font-size:18px;
	text-align:center;
	padding:10px 0;
}
.down-url a i {
	color:#fff;
	margin:auto 5px auto 5px;
}
/*--SUPPORT-DOWN--*/
.support-down-main {
	width:100%;
	height:auto;
	float:left;
}
.support-down-left {
	width:25%;
	height:auto;
	float:left;
	padding-bottom:25px;
}
.support-down-left img {
	width:100%;
	height:auto;
	float:left;
	margin:20px auto 20px auto;
}
.support-down-left p {
	width:92%;
	height:auto;
	float:left;
	background:#f2f2f2;
	border-radius:10px;
	line-height:25px;
	padding:15px 4%;
	font-size:16px;
}
.support-down-left p i {
	font-style:normal;
	color:#6BBB30;
}
.support-down-left span {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:left;
	font-size:32px;
	color:#6BBB30;
	font-weight: lighter;
}
.support-down-left form {
	width:100%;
	height:auto;
	float:left;
}
.support-down-left form label {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:15px;
	font-size:16px;
}
.support-down-left form input {
	margin-right:15px;
	width:70%;
	height:30px;
	border:1px solid #ddd;
}
.support-down-left form label i {
	font-style:normal;
	color:#ddd;
}
.support-down-left form textarea {
	width:100%;
	height:auto;
	border:1px solid #ddd;
	margin:15px auto 15px auto;
}
.support-down-left form button {
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:10px;
	background:#6BBB30;
	float:right;
	border:none;
	color:#fff;
}
.support-down-right {
	width:70%;
	height:auto;
	float:right;
}
.support-down-right h2 {
	width:100%;
	height:auto;
	float:left;
	margin:20px auto 20px auto;
	font-size:32px;
	color:#6BBB30;
}
.support-down-right p.down-right-one {
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	font-size:16px;
}
.support-down-list {
	width:100%;
	height:auto;
	float:left;
	margin-top:35px;
}
.support-down-item {
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px solid #eee;
	padding:15px 0;
	position: relative;
}
.support-down-item h3 {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
}
.support-down-item h3 a {
	font-size:22px;
	font-weight:bold;
}
.support-down-item h3 a:hover {
	color:#6BBB30;
}
.support-down-item p {
	width:100%;
	height:auto;
	float:left;
	font-size:16px;
	margin-top:15px;
}
.support-down-date {
	width:100%;
	height:40px;
	float:left;
	line-height:40px;
}
.support-down-url {
	position: absolute;
	right:0;
	top:15px;
}
.support-down-url span {
	width:70px;
	margin-right:25px;
	color:#fff;
	background:#6BBB30;
	padding:8px 25px;
	border-radius:10px;
	float:left;
	text-align:center;
	font-size:16px;
}
.support-down-url span a {
	color:#fff;
	display:block;
	font-size:16px;
}
.pagination {
	width:100%;
	height:auto;
	float:left;
	margin:30px auto 30px auto;
}
.pagination li {
	float:left;
	margin-right:15px;
	padding:15px;
	font-size:16px;
}
.pagination li a {
	font-size:16px;
}
.pagination li:hover {
	background:#6BBB30;
	color:#fff;
}
.pagination li:hover a {
	color:#fff;
}
.slide{margin:0 auto;text-align:center;}
/*--SLIDE-BAR--*/
.slidebar {
	position: fixed;
	right:20px;
	bottom:66px;
	z-index: 9;
}
.slidebar ul{width:auto;height:auto;float:left;}
.slidebar li{
	margin-bottom:1px;
	width:45px;
	height:45px;
	border-radius: 100%;
	/*background:#6BBB30; */
	background-color: #3679FF;
	position: relative;
}
.slidebar li i {
	width:100%;
	height:auto;
	float:left;
	color:#fff;
	font-size:25px;
	padding-top: 10px;
	text-align:center;
}
.slidebar li span {
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	color:#fff;
	font-size:12px;
	position: absolute;
	left:0;
	bottom:0;
}
.slidebar li dl {
	width:100%;
	height:auto;
	float:left;
}
.slidebar li dt,.slidebar li dd {
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	color:#fff;
}
.scroll{
	width:45px;
	height:45px;
	 /*background:#6BBB30; */
	background-color: #3679FF;
	color:#fff;
	padding:5px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	font-size:14px;
	float:left;
	border-radius: 50%;
}
.scroll>img {
    width: 100%;
}
.slidebarcontent{
    position: absolute;
    right: 45px;
}
.slidebarcontent div{
	/* background:#6BBB30; */
	background-color: #3679FF;
	padding:20px;
	width:170px;
	height:auto;
	margin-right:1px;
	float:left;
	border-radius: 5px;
}
.hover{background:#ff6699;}
.slidebar-phone {
	width:100%;
	heighht:auto;
	float:left;
}
.slidebar-phone dt {
	color:#fff;
	height:30px;
	line-height:30px;
}
.slidebar-phone dd {
	height:30px;
	line-height:30px;
}
.slidebar-phone dd a {
	font-size:24px;
	color:#fff;
}
.slidebar-fangan dl {
	width:100%;
	height:auto;
	float:left;
}
.slidebar-fangan dt {
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
}
.slidebar-fangan dd {
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
}
.online-chat {
	margin-top:70px;
}
.slidebarcontent div.slidebar-shop {
    width: 120px;
	margin-top:45px;
}
.slidebar-wechat {
	margin-top:215px;
}
.online-chat img,.slidebar-shop img {
	width:70px;
	height:auto;
	margin:0 auto;
	display:block;
}
.online-chat span,.slidebar-shop span {
	width:100%;
	height:25px;
	line-height:35px;
	text-align:center;
	float:left;
	color:#fff;
}
.slidebar-wechat dl {
	width:50%;
	height:auto;
	float:left;
}
.slidebar-wechat dt {
	padding:5px;
}
.slidebar-wechat dt img {
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.slidebar-wechat dd {
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	text-align:center;
	color:#fff;
}
.slidebar-fangan dt {
	width:100%;
	height:auto;
	float:left;
	font-size:22px;
	color:#fff;
}
.slidebar-fangan dd {
	width:100%;
	height:35px;
	line-height:35px;
	color:#fff;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slidebar-fangan dd a {
	color:#fff;
}
/*--ZHINENG-XITONG--*/
/*--BANNER--*/
#xt-banner {width:100%;height:auto;float:left;}
.xt-fullSlide{ width:100%;  position:relative;height:auto; background:#000;  }
.xt-fullSlide .xt-bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.xt-fullSlide .xt-bd ul{ width:100% !important;  }
.xt-fullSlide .xt-bd li{ width:100% !important;height:100%; overflow:hidden; text-align:center;  }
.xt-fullSlide .xt-bd li img {width:100%;height:100%;float:left;}
.xt-fullSlide .xt-bd li a{ display:block; height:auto; }
.fullSlide .xt-hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
	background:url(images/touming.png) repeat-x;
	text-align:center;
	_background:#000;
	_filter:alpha(opacity=60); 
}
.xt-fullSlide .xt-hd ul{ text-align:center;  padding-top:5px;  }
.xt-fullSlide .xt-hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:8px; 
	height:8px; 
	margin:5px; 
	background:url(images/tg_flash_p.png) -18px 0; 
	overflow:hidden; 
	line-height:9999px; 
}
.xt-fullSlide .xt-hd ul .on{ background-position:0 0;}

#side-nav {
	width:100%;
	height:auto;
	float:left;
	position: relative;
	margin-top:50px;
}
.left-nav {
	width:18%;
	height:auto;
	float:left;
}
.left-nav li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float:left;
	margin-bottom:2px;
	text-align:center;
	background:#f2f2f2;
}
.left-nav .current {background:#6BBB30;}
.left-nav .current a {color:#fff;}
.left-nav li:hover {
	background:#6BBB30;
}
.left-nav li a {
	display:block;
}
.left-nav li:hover a {
	color:#fff;
}
.right-content {
	width:75%;
	height:auto;
	float:right;
}
.right-content h2 {
	width:100%;
	height:auto;
	float:left;
	line-height:35px;
	font-size:24px;
}
.right-content div {
	margin-bottom:30px;
}
.right-content div>p {
	width:100%;
	height:auto;
	float:left;
	margin:5px auto 5px auto;
	line-height:25px;
}
.right-content div>img {
	max-width:100%;
	wdith:auto;
	height:auto;
	display:block;
	margin:10px auto;
}
/*--TONGXINZUWANG--*/
.tongxinzuwang{
	width:100%;
	height:auto;
	margin:30px auto 30px auto;
	float:left;
}
.tongxinzuwang .hd{
	overflow:hidden;
	border-left:1px solid #ddd;
	margin-bottom:10px;
}
.tongxinzuwang .hd li{
	position:relative;
	margin-left:-1px;
	height:50px;
	line-height:50px;
	text-align:center;
	width:177px;
	float:left;
	cursor:default;
	margin-right:10px;
	background:#f2f2f2;
}
.tongxinzuwang .hd li.on{
	width:176px;
	background:#6BBB30;
	color:#FFF;
	border:1px solid #ddd;
}
.tongxinzuwang .bd{
	height:auto;
	border:1px solid #ddd;
}
.tongxinzuwang .lh{
	overflow:hidden;
}
.bgp {
	width:100%;
	height:auto;
	float:left;
}
.bgp h2,.wifi h2,.jifangjianshe h2 {
	width:100%;
	height:70px;
	line-height:70px;
	float:left;
	text-align:center;
	font-size:28px;
	margin-top:30px;
	color:#6BBB30;
}
.bgp p,.jifangjianshe p {
	width:100%;
	height:25px;
	line-height:25px;
	float:left;
	text-align:center;
}
.bgp-dl {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.bgp-dl dl {
	width:44%;
	height:auto;
	display:block;
	padding:30px 3%;
}
.bgp-dl dl dt {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	text-align:left;
	font-size:22px;
	color:#6BBB30;
}
.bgp-dl dl dd {
	width:100%;
	height:auto;
	float:left;
	line-height:25px;
}
.wifi {
	width:100%;
	height:auto;
	float:left;
}
.wifi p {
	width:80%;
	height:auto;
	line-height:25px;
	padding:0 10%;
	float:left;
}
.wifi-dl{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	padding-top:70px;
}
.wifi-dl dl {
	width:30%;
	height:auto;
	display:block;
	padding-bottom:30px;
}
.wifi-dl dt {
	width:100%;
	height:auto;
	float:left;
	font-size:56px;
	text-align:center;
	margin-bottom:25px;
	color:#6BBB30;
}
.wifi-dl dd {
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:20px;
	float:left;
	color:#6BBB30;
}
.wifi-dl dl p {
	margin-top:10px;
	font-size:14px;
}
.tongxinzuwangfangan {
	width:100%;
	height:auto;
	float:left;
	border:1px solid #ddd;
}
.zuwangfangan-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.zuwangfangan-left {
	width:auto;
	height:auto;
	float:left;
}
.page-fangan-down {
	width:30%;
	height:auto;
	display:block;
	margin:25px auto 15px auto;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.page-fangan-down-left {
	width:35%;
	height:105px;
	display:block;
	overflow:hidden;
}
.page-fangan-down-left img {
	width:100%;
	height:100%;
	float:left;
}
.page-fangan-down-right {
	width:60%;
	height:auto;
	display:block;
	position: relative;
}
.page-fangan-down-right h3:hover a {
	color:#6BBB30;
}
.page-fangan-down-right span {
	width:80px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:center;
	position: absolute;
	left:0;
	bottom:0;
	background:#f2f2f2;
}
.page-fangan-down-right span a {
	display:block;
}
.page-fangan-down-right span:hover {
	background:#6BBB30;
}
.page-fangan-down-right span:hover a {
	color:#fff;
}
.zuwangfangan-left h2,.zuwangfangan-right h2 {
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	font-size:20px;
	color:#6BBB30;
	text-indent:25px;
	margin-top:20px;
}
.zuwangfangan-right {
	width:30%;
	height:362px;
	float:right;
	background:#333;
	padding-bottom:20px;
}
.zuwangfangan-right form {
	width:100%;
	height:auto;
	float:left;
}
.zuwangfangan-right label {
	width:100%;
	height:40px;
	float:left;
	color:#fff;
	line-height:40px;
	text-indent:30px;
	font-size:16px;
	margin-top:15px;
}
.zuwangfangan-right input {
	border-radius:5px;
	padding:5px;
}
.zuwangfangan-right input:focus {
	border:1px solid #ddd;
	outline: none;
}
.zuwangfangan-right button {
	width:100px;
	height:40px;
	text-align:center;
	float:left;
	border: none;
	background:#6BBB30;
	color:#fff;
	border-radius:8px;
	margin-top:30px;
	margin-left:30px;
}
.fuwubiaozhun {
	width:100%;
	height:auto;
	float:left;
	margin:30px auto 30px auto;
}
.fuwubiaozhun h2{
	width:100%;
	height:35px;
	line-height:35px;
	float:left;
	font-size:30px;
	color:#6BBB30;
	text-align:center;
}
#fuwuliucheng {
	width:100%;
	height:350px;
	overflow:hidden;
	float:left;
}
#fuwuliucheng h2 {
	width:100%;
	height:45px;
	line-height:45px;
	float:left;
	font-size:30px;
	color:#fff;
	text-align:center;
	margin-top:50px;
}
#fuwuliucheng .ncon {
	position: relative;
}
.fuwuliucheng-con {
	width:100%;
	height:auto;
	float:left;
	position: absolute;
}
#canvas{
	width:100%;
	height:500px;
	overflow: hidden;
	position:absolute;
	top:0;
	left:0;
	background-color: #1a1724;               
}
.canvas-wrap{
	position:relative;
	
}
div.canvas-content{
	position:relative;
	z-index:2000;
	color:#fff;
	text-align:center;
	padding-top:30px;
}
.jifang-dl {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	padding-top:40px;
}
.jifang-dl dl {
	width:30%;
	height:auto;
	display:block;
	padding:30px 0;;
	background:#f2f2f2;
}
.jifang-dl i {
	font-size:32px;
	color:#6BBB30;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-bottom:25px;
}
.jifang-dl dt {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	text-align:center;
	font-size:22px;
	color:#6BBB30;
	margin-bottom:30px;
}
.jifang-dl dd {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.liucheng-list {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
	margin-top:20px;
}
.liucheng-list dl {
	width:10%;
	height:auto;
	display:block;
	margin:30px auto 20px auto;
	background-color: rgba(255,255,255,0.7)!important;
	background-color: #FFF;
	filter:Alpha(opacity=70);
	padding:25px 0;
	border-radius:10px;
}
.liucheng-list dt {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size:32px;
}
.liucheng-list dd {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:25px;
}
/*--IT-SERVICES--*/
.xinxihuaguihua {
	width:100%;
	height:auto;
	float:left;
	border:1px solid #ddd;
	margin:25px auto 25px auto;
}
.xinxihua-left {
	width:20%;
	height:100%;
	float:left;
}
.xinxihua-left span {
	width:100%;
	height:180px;
	float:left;
	background:#f2f2f2;
	text-align:center;
	line-height:180px;
	font-size:20px;
	color:#6BBB30;
}
.xinxihua-right {
	width:80%;
	height:auto;
	float:right;
}
.xinxihua-right li {
	width:30%;
	height:60px;
	line-height:60px;
	text-align:left;
	float:left;
	margin-left:20px;
	font-size:16px;
}
.it-item {
	width:100%;
	height:auto;
	float:left;
	display:flex;
	display:-ms-flex;
	display:-webkit-flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-between;
}
.it-item dl {
	widht:15%;
	height:auto;
	display:block;
	border:1px solid #ddd;
}
.it-item dt {
	width:100%;
	height:60px;
	line-height:60px;
	float:left;
	text-align:center;
}
.it-item dt a {
	font-size:22px;
	color:#6BBB30;
}
.it-item dd {
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	text-align:center;
}
.it-item dd a:hover {
	color:#6BBB30;
}
.services-tixi {
	width:100%;
	height:auto;
	float:left;
	padding-bottom:50px;
}
.tixi-list {
	padding-left:40px;
}
.services-tixi h2 {
	width:100%;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	font-size:24px;
	color:#6BBB30;
	margin:30px auto 30px auto;
}
.tixi-list div i {
	float:left;
}
.tixi-list div span {
	width:100px;
	height:auto;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	color: #6bbb30;
	margin-top:25px;
}
.shengtai-services {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.shuju-services {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.fangan-services {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.xitong-services {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.zineng-services {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.jicheng-services {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:20px;
}
.ict-services {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:10px;
}
.icon-shengtai {
	width:0;
	height:0;
	border-bottom:50px solid;
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	float:left;
	border-bottom-color:lightseagreen;
	margin-left:200px;
	margin-top:30px;
}
.icon-shuju {
	width:50px;
	height:0;
	border-bottom:70px solid;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	float:left;
	border-bottom-color:lightseagreen;
	margin-left:165px;
}
.icon-fangan {
	width:120px;
	height:0;
	border-bottom:70px solid;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	float:left;
	border-bottom-color:lightseagreen;
	margin-left:130px;
}
.icon-xitong {
	width:190px;
	height:0;
	border-bottom:70px solid;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	float:left;
	border-bottom-color:lightseagreen;
	margin-left:100px;
}
.icon-zineng {
	width:265px;
	height:0;
	border-bottom:70px solid;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	float:left;
	border-bottom-color:lightseagreen;
	margin-left:65px;
}
.icon-jicheng {
	width:335px;
	height:0;
	border-bottom:70px solid;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	float:left;
	border-bottom-color:lightseagreen;
	margin-left:30px;
}
.icon-ict {
	width:400px;
	height:0;
	border-bottom:70px solid;
	border-left:30px solid transparent;
	border-right:30px solid transparent;
	float:left;
	border-bottom-color:lightseagreen;
}
.tixi-pic {
	width:100%;
	float:left;
}
.tixi-ict-ul {
	margin-top:-20px;
}
.tixi-pic ul {
	float:left;
	height:50px;
	line-height:25px;
	width:600px;
	margin-top:25px;
	margin-left:30px;
}
.tixi-pic li {
	float:left;
	margin-right:15px;
}
.tixi-pic li:hover a {
	color:#6BBB30;
}


/* 解决方案 */
.banner-jjfa {
	margin-top: 60px;
	margin-bottom: 60px;
	height: 586px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, #EFF6FF 0%, #FFFFFF 100%);
}
.banner-jjfa .ncon {
	position: relative;
	height: 100%;
	box-sizing: border-box;
	padding-top: 190px;
	padding-left: 30px;
}
.banner-jjfa .ncon>h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #000;
}
.banner-jjfa .ncon>p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #4B5563;
	margin-top: 20px;
}
.banner-jjfa .ncon>a {
	display: inline-block;
	width: 112px;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	background: #2563EB;
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
}
.banner-jjfa .ncon>img {
	position: absolute;
	right: 150px;
	top: 80px;
	width: 364px;
	height: 387px;
}
.wljs-list {
	display: none;
	padding: 50px 15px;
}
.wljs-list.current {
	display: block;
}
.wljs-list>li {
	position: relative;
	float: left;
	width: 435px;
	height: 450px;
	margin: 0 15px 30px 15px;
	padding-bottom: 24px;
	border-radius: 5px;
	box-shadow: 0 5px 6px 3px #EBEFF7;
}
.wljs-list>li>img {
	width: 100%;
	height: 260px;
}
.wljs-list>li>h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 24px;
}
.wljs-list>li>p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	color: #4B5563;
	margin: 10px 24px 20px 24px;
}
.wljs-list>li>button {
	padding: 8px 16px;
	border-radius: 4px;
	background: #2563EB;
	border: 0;
	color: #fff;
	position: absolute;
	left: 24px;
	bottom: 24px;
	cursor: pointer;
}
.click-box {
	margin-bottom: 100px;
	text-align: center;
}
.click-box span {
	padding: 8px 16px;
	border-radius: 3px;
	cursor: pointer;
}
.click-box span.current {
	background: #2563EB;
	color: #fff;
}
.ewm-box {
	position: absolute;
	left: 125px;
	top: 220px;
	z-index: 9;
	width: 403px;
	height: 433px;
	box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	display: none;
}
.ewm-box.block {
	display: block;
}
.ewm-box .g {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 42px;
	top: 50px;
}
.ewm-box h3 {
	font-size: 24px;
	line-height: 50px;
	margin-top: 40px;
}
.ewm-box p {
	font-size: 16px;
	color: #4B5563;
	line-height: 25px;
}
.ewm-box .ewm-img {
	width: 244px;
	height: 244px;
	margin-top: 5px;
}
.ewm-box .close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}
.banner-jjfa .ewm-box {
	position: absolute;
	left: 155px;
	top: 305px;
}



/* 留资页面 */
.lz-con {
	height: 1024px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(135deg, #EFF6FF 1%, #DBEAFE 99%);
}
.lz-con .ncon {
	padding-top: 60px;
	height: 100%;
}
.lz-con h1{
	 font-size: 40px;
	 margin-top: 142px;
}
.con-list {
	margin-top: 72px;
}
.con-list li {
	float: left;
	padding: 0 10px;
	max-width: 220px;
	text-align: center;
	margin-right: 30px;
}
.con-list li>img {
	width: 86px;
	height: 86px;
}
.con-list li>h3 {
	font-size: 18px;
}
.con-list li>p {
	font-size: 14px;
	color: #4B5563;
}
.img-left-bottom {
	position: absolute;
	left: -350px;
	bottom: -80px;
	z-index: 0;
	width: 1127px;
	height: 670px;
}
.mfhq {
	position: absolute;
	top: 205px;
	right: 60px;
}
.mfhq .hq-box {
	width: 454px;
	padding: 32px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 8px !important;
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.hq-box h3 {
	 font-size: 24px;
	 font-weight: bold;
	 margin-bottom: 10px;
}
.hq-box p {
	font-size: 16px;
	color: #4B5563;
	padding-bottom: 10px;
}
.hq-box button {
	background: #2563EB !important;
	border-color: #2563EB !important;
	width: 100%;
	padding: 12px 0px;
	font-size: 16px;
	border: none;
	color: #fff;
	margin-top: 40px;
	border-radius: 5px;
}
.label-list b{
	display: inline-block;
	font-size: 20px;
	color: #4B5563;
	font-weight: normal;
}
.label-list span {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 3px 5px;
	background: #97CAFC;
	margin-right: 10px;
}
.mfhq>p {
	font-size: 16px;
	color: #4B5563;
	margin-top: 10px;
}
.mfhq>p b {
	font-weight: normal;
	font-size: 16px;
	color: #2563EB;
}
.form-horizontal .fc-form-body {
    margin: 10px 0;
}
.form-horizontal .form-group{
    margin-left:0 !important;
    margin-right:0 !important;
    margin-bottom: 10px;
    
}
.fc-form-body .form-group .control-label.col-md-2 {
    float:none;
    text-align:left;
    padding:0;
    display:block;
    width: 100%;
}
.fc-form-body .form-group .col-md-10 {
    width:100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.fc-form-body .form-group .col-md-10 input {
    width:100% !important;
    height: 30px;
}
.fc-form-body .form-group .col-md-10 #dr_zixunneirong {
    height: 50px !important;
}
.fc-form-body .form-group .col-md-10 .help-block {
    display: none;
}
.form-horizontal .form .form-actions {
    padding: 0 !important;
    background-color: #fff !important;
    border-top: 1px solid #fff !important;
}
.fc-form-body .form-group .input-group {
    width: 100%;
}
.form-recaptcha .input-group .form-control {
	height:30px;
	width: 200px;
}
.form-recaptcha .input-group-btn.fc-code{
	display:inline-block
}


/*--AUTO--*/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 960px){

}
@media screen and (max-width: 767px){
	
}
@media screen and (max-width:640px){

}
@media screen and (max-width:480px){
	
}
@media screen and (max-width:320px) {

}
/* 卡片容器 */
.product-card {
  width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}

/* 图片区域 */
.product-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

/* 文字内容区 */
.card-content {
  padding: 15px;
}

/* 价格样式 */
.price-section {
  margin: 10px 0;
}
.original-price {
  color: #999;
  text-decoration: line-through;
  font-size: 14px;
}
.discount-price {
  color: #ff4444;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

/* 购买按钮 */
.buy-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #ff4444;
  color: white;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s;
}
.buy-btn:hover {
  background: #ff3333;
}

/* 平台标识 */
.platform-tag {
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .product-card {
    float: left;
    margin: 20px auto;
  }
}
.product-card.advanced {
  shape-outside: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}
/* 悬停动画 */
.product-card {
  transition: transform 0.3s;
}
.product-card:hover {
  transform: translateY(-5px);
}
.product-recommend {
    margin: 20px 0;
    padding: 0 15px 15px 15px;
    background: #f8f9fa;
    border-radius: 8px;
}
.product-recommend h3{
	padding:10px 0px;
  font-size: 18px;
  color: #1a365d;
  margin-bottom:10px;
  border-bottom: 2px solid #3b82f6;
  display: inline-block;
}
.product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}
.product-item {
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: transform 0.2s;
}
.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.product-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}
.price {
    color: #ff4444;
    font-weight: bold;
}



/* 办公智能化 */
.bgcj {
	margin-top: 100px;
	margin-bottom: 150px;
	overflow: hidden;
}
.bgcj-box {
	margin-top: 60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	overflow: hidden;
}
.znxt-box>div,
.bgcj-box>div { width: 33%; float: left; box-sizing: border-box; padding: 0 4%; }
.bgcj-box>div h4 { font-size: 18px; margin-bottom: 10px; text-align: center;}
.bgcj-box>div p { font-size: 14px; text-align: center; color: #999;}
/*  */
.znxt {
	margin-bottom: 150px;
	overflow: hidden;
}
.znxt-box>div h4 {
	font-size: 28px;
	text-align: center;
	padding: 50px 0 20px;
}
.znxt-box>div h5 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 15px 0;
	border: 2px solid #ccc;
	border-radius: 50px;
	margin-bottom: 50px;
}
.znxt-box>div img {
	width: 100%;
}
/*  */
.zncjfa{
	margin-bottom: 150px;
	overflow: hidden;
}
.zncjfa-tab-box {
	position: relative;
	overflow: hidden;
}
.zncjfa-tab-box .btns {
	margin: 20px 0;
	text-align: center;
}
.zncjfa-tab-box .btns span{
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.zncjfa-tab-box .btns span.current {
	color: #FF9500;
	border-bottom: 2px solid #FF9500;
}
.zncjfa-tab-box .content li{
	display: none;
	height: 360px;
	overflow: hidden;
	box-sizing: border-box;
}
.zncjfa-tab-box .content li.current{
	display: block;
}
.zncjfa-tab-box .content div {
	width: 52%;
	float: right;
}
.zncjfa-tab-box .content div h4 {
	font-size: 16px;
	color: #0D192F; 
	line-height: 25px;
	margin-top: 10px;
}
.zncjfa-tab-box .content div p {
	font-size: 14px;
	color: #4B5B76;
	line-height: 22px;
	margin-top: 6px;
}
.zncjfa-tab-box .content div a {
	float: right;
	margin-top: 10px;
	width: 155px;
	height: 45px;
	line-height: 45px;
	background: #DA2337;
	border-radius: 45px;
	text-align: center;
	color: #fff;
}
.zncjfa-tab-box .content li>img {
	position: absolute;
	top:100px;
	left: 0;
	width: 45%;
}
 
 
 /* 企业发展 */
.gsjj {
	 margin-top: 50px;
	 margin-bottom: 150px;
	 overflow: hidden;
}
.gsjj .ncon {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	overflow: hidden;
}
.msl-jj {
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding-right: 5%;
}
.msl-jj>h3 {
	text-align: center;
	line-height: 70px;
	font-size: 50px;
}
.msl-jj>img {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.msl-jj>div b {
	display: inline-block;
	width: 180px;
	text-align: right;
	font-size: 16px;
	line-height: 30px;
}
.msl-jj>div h4 {
	display: inline-block;
	width: calc(100% - 180px);
	font-size: 16px;
	line-height: 30px;
}
.msr-txt {
	float: right;
	width: 60%;
}
.msr-txt p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 20px;
	overflow: hidden;
}
/*  */
.jskh {
	margin-bottom: 150px;
}
.jskh .ncon {
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
.jskh .jsyy ,
.jskh .khxq {
	overflow: hidden;
	margin-bottom: 30px;
}
.jskh .txt{
	float: left;
	width: calc(100% - 650px);
	box-sizing: border-box;
	padding: 0 100px;
}
.jskh img {
	float: right;
	width: 600px;
	height: 300px;
}
.jskh .txt h3 {
	text-align: center;
	font-size: 20px;
	line-height: 100px;
}
.jskh .txt p {
	text-align: center;
	line-height: 30px;
}
/*  */
.ywfz {
	margin-bottom: 150px;
}
.ywfz .ncon {
	margin-top: 80px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.ywfz .ywfz-box img {
	float: left;
	width: 50%;
}
/*  */
.cpyfw-box {
	margin-top: 80px;
	margin-bottom: 150px;
	padding-bottom: 30px;
	overflow: hidden;
}
.cpyfw-box ul li {
	margin-top: 30px;
	float: left;
	width: 19%;
	padding: 30px;
	margin: 0 7%;
	box-sizing: border-box;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	box-shadow: 5px 5px 20px #ccc;
}
.cpyfw-box ul li h4 {
	font-size: 24px;
	line-height: 70px;
}
.cpyfw-box ul li p {
	font-size: 18px;
	line-height: 50px;
}
.cpyfw-box ul li:nth-child(1) {
	background-color: #5078FF;
}
.cpyfw-box ul li:nth-child(2) {
	background-color: #47C389;
}
.cpyfw-box ul li:nth-child(3) {
	background-color: #975BE3;
}

/* 资源合作 */
.swhz {
	margin-bottom: 150px;
	overflow: hidden;
}
.swhz .title {
	margin: 100px 0 30px;
}
.swhz .title-p {
	padding: 0px 25% 30px;
	font-size: 16px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
}
.swhz .fw-box {
	overflow: hidden;
	padding: 100px 0;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.swhz .fw-box>div {
	float: left;
	width: 50%;
	height: 100%;
}
.swhz .fw-box>img {
	float: right;
	width: 45%; 
}
.swhz .fw-box.img-left>div {
	float: right;
}
.swhz .fw-box.img-left>img {
	float: left;
}
.swhz .fw-box>div h3 {
	font-size: 28px;
	line-height: 100px;
	font-weight: bold;
}
.swhz .fw-box>div p {
	font-size: 24px;
	line-height: 80px;
	font-weight: bold;
}
.swhz .fw-box>div a {
	background-color: #2A62EC;
	border-radius: 5px;
	font-size: 20px;
	display: inline-block;
	padding: 15px 50px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 100px;
 }
.swhz .fw-box.img-left>div a {
	left: 50%;
}
.f-img {
	margin-bottom: 100px;
}
.f-img img {
	width: 100%;
}

/* 2025 */
/* 网络建设 */ 
#banner.wnjs p ,
#banner.wnjs span ,
#banner.cscp p ,
#banner.cscp span {
	color: #fff;
}
.wljssys {
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
.wljssys .ljgd {
	display: inline-block;
	width:160px;
	height: 40px;
	line-height: 40px;
	background-color: #3B4DFF;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 120px;
	margin-left: -80px;
}
.wljssys-list {
	margin-top: 150px;
	padding: 60px 0;
	border-top: 1px solid #ccc;
}
.wljssys-list>div {
	float: left;
	width: 22%;
}
.wljssys-list .list2 {
	margin-left: 17%;
	margin-right: 17%;
}
.wljssys-list>div h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.wljssys-list>div p {
	color: #999;
	margin-top: 20px;
}
.xtjfbz {
	margin-top: 150px;
}
.xtjfbz .xtjfbz-list {
	background-color: #EFEFEF;
	margin-top: 50PX;
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 10px;
}
.xtjfbz-list>div {
	margin-left: 70px;
	margin-right: 50px;
	border-left: 1px solid #101010;
	position: relative;
}
.xtjfbz-list>div:last-child {
	border:0;
}
.xtjfbz-list>div .L {
	display: inline-block;
	padding-left: 25PX;
	width: 200px;
}
.xtjfbz-list>div .L span {
	position: absolute;
	left: -15px;
	top: 0;
	text-align: center;
	color: #3894FF;
	border: 1px solid #3894FF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border-radius: 30px;
}
.xtjfbz-list>div:nth-child(2) .L span {
	color: #101010;
	border: 1px solid #101010;
}
.xtjfbz-list>div:nth-child(3) .L span {
	color: #B9BDC5;
	border: 1px solid #B9BDC5;
}
.xtjfbz-list>div .L h4 {
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: -55px;
}
.xtjfbz-list>div .L p {
	position: relative;
	top: -30px;
}
.xtjfbz-list>div .R {
	display: inline-block;
	width: calc(100% - 230px);
	background-color: #fff;
	border: 1px solid #888;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.xtjfbz-list>div .R p {
	line-height: 25px;
}
.jiagou>div {
	display: inline-block;
	width: 40%;
	overflow: hidden;
}
.jiagou>div:nth-child(2n) {
	margin-left: 19%;
}
.jiagou>div img {
	width: 100%;
}
.jiagou>div h4 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 80px;
}
.jiagou>div p {
	line-height: 30px;
	font-size: 18px;
}
.xtxfw {
	margin-top: 100px;
}
.xtxfw .L {
	float: left;
	width: calc(100% - 500px);
	box-sizing: border-box;
}
.xtxfw .L h3 {
	font-size: 45px;
	font-weight: bold;
	margin-top: 30px;
}
.xtxfw .L span {
	display: inline-block;
	font-size: 16px;
	color: #6C6C6C;
	width: 450px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.xtxfw .L p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.xtxfw .L a {
	display: block;
	width: 10rem;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #2A62EC;
	border-radius: 10px;
	margin-top: 100px;
}
.xtxfw>img {
	float: right;
	width: 495px;
}
.ictsccg {
	margin-top: 150px;
	margin-bottom: 150px;
}
.ictsccg .content {
	margin-top: 50px;
}
.ictsccg .content .ul-con.con1 li {
	display: inline-block;
	border: 1px solid #F1F3F7;
	padding: 50px 30px;
	width: 30%;
	height: 600px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.ictsccg .content .ul-con.con1 li:nth-child(2) {
	margin: 0 4.5%;
}
.ictsccg .content .ul-con li h3{
	font-size: 26px;
	margin-bottom: 20px;
}
.ictsccg .content .ul-con li p{
	font-size: 18px;
	line-height: 25px;
}
.ictsccg .content .ul-con li a {
	display: block;
	margin-top: 80px;
	color: #fff;
	width: 84px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
}


/* 传输产品 */
.xtxfw {
	margin-bottom: 200px;
}
.xtxfw .con12 {
	border-radius: 10px;
	overflow: hidden;
}
.xtxfw .con12.cscp {
	background-color: #EBEBEB;
}
.xtxfw .con12>h3 {
	font-size: 32px;
	margin-bottom: 50px;
	text-align: center;
}
.xtxfw ul {
	padding: 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.xtxfw ul li {
	display: inline-block;
	width: 30%;
	border-radius: 10px;
	padding: 50px 30px;
	box-sizing: border-box;
	color: #fff;
	min-height: 400px;
}
.xtxfw ul li:nth-child(1){
	background-color: #4A5CC2;
}
.xtxfw ul li:nth-child(2){
	background-color: #673287;
	margin: 0 4.5%;
}
.xtxfw ul li:nth-child(3){
	background-color: #C4135A;
}
.xtxfw ul li h3 {
	font-size: 24px;
	margin-bottom: 30px;
}
.xtxfw ul li p {
	font-size: 18px;
	line-height: 50px;
}

/* 一站全栈系统化 */
#banner.qzxth .fullSlide .bd.bgznh ul li>div p {
	margin-top: 80px;
}
#banner .jsjd ,
#banner .yxjd {
	position: absolute;
	bottom: 20px;
	background: linear-gradient(to right, #3BB6FE, #8E4CB7);
	width: 500px;
	height: 135px;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 20px 50px;
}
#banner .jsjd {
	left: 370px;
}
#banner .yxjd {
	left: 930px;
}
#banner .jsjd h3,
#banner .yxjd h3 {
	font-size: 24px;
	color: #fff;
}
#banner .jsjd span,
#banner .yxjd span {
	font-size: 16px;
	text-align: left;
	color: #fff;
}
#banner .jsjd img,
#banner .yxjd img {
	position: absolute;
	left: 20px;
	top: -50px;
	width: 130px;
	height: 130px;
}
.qzxthdw {
	margin-top: 120px;
	margin-bottom: 200px;
}
.qzxthdw-list {
	margin-top: 50px;
}
.qzxthdw-list li {
	background-color: #E0E5FD;
	display: inline-block;
	width: 26%;
	text-align: center;
	box-sizing: border-box;
	padding: 35px 50px;
	min-height: 350px;
	border-radius: 5px;
	overflow: hidden;
}
.qzxthdw-list li:nth-child(2) {
	margin: 0 10.5%;
}
.qzxthdw-list li h4{
	font-size: 28px;
	border-bottom: 1px;
}
.qzxthdw-list li p{
	line-height: 35px;
	font-size: 18px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 2px dashed #999;
}
.xtxfwtxjz.ict-wljs {
	margin-bottom: 200px;
}
.xtxfwtxjz.ict-wljs .wljs-tab-box .over-box {
	height: 370px;
}
.xtxfwtxjz .wljs-tab-box .left-wljs {
	width: calc(1430px - 1002px);
	height: 370px;
}
.xtxfwtxjz .wljs-tab-box .right-zx {
	width: 1000px;
	height: 370px;
	padding: 0;
}
.xtxfwtxjz .wljs-tab-box .left-wljs h3  {
	margin-top: 0;
	margin-bottom: 30px;
}
.xtxfwtxjz .wljs-tab-box .left-wljs p {
	font-size: 18px;
	line-height: 40px;
}
.xtfwys {
	margin-bottom: 150px;
}
.xtfwys-list {
	margin-top: 50px;
}
.xtfwys-list li {
	position: relative;
	display: inline-block;
	width: 29%;
	padding-left: 66px;
	box-sizing: border-box; 
	min-height: 260px;
	border-radius: 5px;
	overflow: hidden;
	margin-top: 50px;
}
.xtfwys-list li:nth-child(2){
	margin: 0 6%;
}
.xtfwys-list li img {
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
}
.xtfwys-list li h4 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.xtfwys-list li p {
	font-size: 16px;
	line-height: 30px;
}
.qybz {
	overflow: hidden;
	margin-bottom: 100px;
}
.qybz-box {
	margin-top: 80px;
}
.qybz-box ul {
	display: inline-block;
	width: 500px;
}
.qybz-box ul li {
	font-size: 24px;
	padding-top: 30px;
	margin-bottom: 20px;
}
 
.qybz-box>div {
	float: right;
	width: 282px;
	height: 452px;
	padding:35px 40px 0 30px;
	color: #fff;
	box-sizing: border-box;
	position: relative;
	border-radius: 6px;
	background: url('../images/Mask group@2x(3).png') left top no-repeat;
	background-size: 100% 100%;
}
.qybz-box>div h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.qybz-box>div p{
	font-size: 14px;
	line-height: 20px;
}
.qybz-box>div a{
	position: absolute;
	left: 30px;
	top: 165px;
	color: #fff;
	width: 84px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
}
.pthjf.wljssys-list {
	margin-top: 50px;
	padding: 30px 0; 
}
.pthw {
	margin-top: 150px;
}
.pthw-box {
	margin-top: 50px;
	background-color: #E3E8F0;
	border-radius: 5px;
	padding: 30px;
	overflow: hidden;
}
.pthw-box li {
	display: inline-block;
	width: 32%;
	box-sizing: border-box;
	padding: 30px 15px;
	border-radius: 5px;
	background-color: #F1F4F8;
	box-shadow: 5px 5px 5px #DBE0E8;
}
.pthw-box li:nth-child(2) {
	margin: 0 1.5%;
}
.pthw-box li h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.pthw-box li p {
	font-size: 16px;
	line-height: 40px;
	position: relative;
	padding-left: 35px;
	padding-top: 10px;
}
.pthw-box li p img {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 30px;
}
.visible {
    visibility: visible;
}
.invisible {
    visibility: hidden;
}


