body {
	font-family: "microsoft yahei";
}

ul {
	margin: 0;
	padding: 0;
}

h3>a {
	text-decoration: none;
	font-size: 24px;
	color: #262626;
}

h3>a:hover {
	text-decoration: none;
	font-size: 24px;
	color: #262626;
}

a {
	text-decoration: none;
}

.margin-none {
	margin-right: 0px;
}

/* 导航 */
.header {
	width: 100%;
	height: 80px;
	background-color: #fff;
	/* overflow: hidden; */
}

.header-ipad {
	display: none;
}

.header-phone {
	display: none;
}

/* .header .logo-wrap{
	float: left;
	width: 44.2%;
	height: 80px;
} */
.header .logo-wrap {
	position: relative;
	float: left;
	width: 36%;
	margin-right: 7%;
	height: 80px;
	background: url(../icon/logo-bg1.png) no-repeat;
	background-size: 100% 100%;
	background-image: none \9;
	background-color: #4f2fec \9;
}

.header .logo-wrap .frist-logo {
	width: 30%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 0;
	bottom: 0;
	margin: auto;
	/* ie */
	width: auto \9;
	height: 20px \9;
	left: 5% \9;
}

.header .logo-wrap .last-logo {
	width: 22%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	/* ie */
	top: 10px \9;
	width: auto \9;
	height: 60px \9;
	margin-left: 3% \9;
}

/* .header .logo-wrap img{
	width: 100%;
	height: 80px;
} */
.header .menu-list {
	display: block;
	float: left;
	width: 55.8%;
	height: 80px;
	background-color: #fff;
}

.menu-list ul li {
	position: relative;
	float: left;
	list-style: none;
	width: 95px;
	height: 80px;
}

/* .menu-list>ul>li:hover{
		color: #fff;
		background-color: #a290f9;
} */
/* 二级菜单 */
.menu-list ul li ul {
	display: none;
}

.navSub {
	display: none;
	position: absolute;
	width: 100%;
	top: 80px;
	z-index: 999;
	height: auto;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px 0px;
	box-shadow: 0px 2px 8px #999;
}

.subWrap {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.subWrap .subImg {
	position: relative;
	float: left;
	width: 300px;
}

.subWrap .subImg img {
	display: block;
	width: auto;
	height: 120px;
}

.subWrap .subImg:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 40px;
	height: 80px;
	width: 1px;
	background-color: #ADADAD;
}

.subList {
	float: left;
	width: 900px;
}

.subList ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.subList ul p {
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	margin: 15px 0px;

}

.subList ul li {
	position: relative;
	float: left;
	list-style: none;
	width: auto;
	min-width: 180px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.subList ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 5px;
	height: 16px;
	width: 3px;
	background: #5CB85C;
}

.subList ul li a {
	color: #333;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-family: "微软雅黑";
}

.subList ul li:hover a {
	color: #AC2925;
}

.menu-list>ul>li>a {
	display: inline-block;
	width: 100%;
	height: 80px;
	line-height: 50px;
	font-size: 16px;
	color: #545454;
	text-decoration: none;
	padding: 15px;
	box-sizing: border-box;
}

.menu-list>ul>li>img {
	display: none;
}

.menu-list .nav-active-pc {
	color: #fff;
	background: url(../icon/header-bg.png) no-repeat;
	background-size: 100% 100%;
	background-image: none\9;
	background-color: #4c2eea\9;
}

.menu-list ul .nav-active-pc a {
	color: #fff;
}

.menu-list ul .nav-active-pc:hover a {
	color: #fff;
}

/* 轮播 */
#carousel-example-generic {
	width: 100%;
	/* height: 610px; */
	height: auto;
	overflow: hidden;
}

.carousel-indicators li {
	background-color: #999\9;
}

#carousel-example-generic .carousel-inner {
	height: auto;
}

.carousel-inner .item {
	width: 100%;
	height: auto !important;
}

.carousel-inner .item a {
	width: 100%;
	height: auto !important;
}

.carousel-inner .item a img {
	width: 100%;
	height: auto !important;
}

/* 搜索 */
.colum-search {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #1a1c35;
}

.colum-search .search-box {
	width: 1200px;
	height: 76px;
	margin: 0 auto;
}

.search-box ul {
	width: 100%;
	height: 76px;
	display: flex;
	justify-content: flex-start;
}

.search-box ul li {
	position: relative;
	float: left;
	list-style: none;
	width: 20%;
	height: 76px;
}

.search-box ul li:last-child {
	width: 40%;
}

.search-box ul li a {
	display: inline-block;
	width: 100%;
	height: 76px;
	text-align: center;
}

.search-box ul li a:hover {
	text-decoration: none;
}

.search-box ul li a:after {
	position: absolute;
	top: 33px;
	right: 0;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	background-color: #fff;
}

.search-box ul li .clear-after:after {
	display: none;
}

.search-box ul li a p {
	margin: 0;
	line-height: 76px;
	font-size: 16px;
	color: #fff;
}

.search-box ul li a p span {
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
}

/* 搜索框 */
#searchBox input {
	width: 450px;
	height: 50px;
	line-height: 50px;
	margin: 13px 0px;
	line-height: 40px\9;
}

@media screen and(-ms-high-contrast:active),
(-ms-high-contrast:none) {

	/*兼容IE11*/
	#searchBox input {
		line-height: 30px;
	}
}

#searchBox span {
	color: #d8dce3;
	font-size: 22px;
	top: 21px;
	right: 40px;
	display: none\9;
}

/* 硬件 */
.hardware-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

.hardware-wrap>h3 {
	font-size: 24px;
	color: #262626;
	margin-top: 50px;
}

.hardware-wrap>p {
	font-size: 18px;
	color: #545454;
}

.hardware-wrap ul {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 5px 0px 5px;

}

.marginNo {
	margin-right: 0px !important;
}

.hardware-wrap ul li {
	position: relative;
	float: left;
	width: 30%;
	height: auto;
	list-style: none;
	background-color: #f9f9fb;
	border: 1px #f2f2f2 solid;
	border-radius: 10px;
	margin-bottom: 40px;
	margin-right: 5%;
	padding: 0 30px;
	box-sizing: border-box;
	transition: all 0.5s;
}

.hardware-wrap ul li:hover {
	box-shadow: 1px 1px 10px 1px #9e9c9c;
	transform: translateY(-.08rem);
}

.hardware-wrap ul li img {
	width: 60px;
	height: 60px;
	margin: 20px 0px;
}

.hardware-wrap ul li h4 {
	font-size: 20px;
	color: #333;
}

.hardware-wrap ul li span {
	display: block;
	width: 50px;
	height: 2px;
	background-color: #dfdfdf;
	margin: 0 auto;
	margin-bottom: 20px;
}

.hardware-wrap ul li p {
	font-size: 14px;
	color: #727272;
	margin-bottom: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.hardware-wrap ul li p:hover {
	cursor: pointer;
	color: #333;
}

.hardware-wrap ul li a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background: url(../icon/icon-2.png) no-repeat;
}

/* 产品案例 */
.colum-product {
	width: 100%;
	height: auto;
	background: url(../icon/index.png) no-repeat;
	background-size: 100% 100%;
}

.product-box {
	width: 1200px;
	height: 260px;
	margin: 0 auto;
	text-align: center;
}

#carousel-product {
	width: 1200px;
	height: 260px;
	overflow: hidden;
}

#carousel-product .carousel-control {
	background: transparent;
	height: 100%\9;
	filter: alpha(opacity=3);
}

#carousel-product .carousel-inner {
	height: 260px;
}

#carousel-product .item h3 {
	font-size: 24px;
	color: #262626;
	margin: 0px;
	line-height: 80px;
}

#carousel-product .item img {
	float: left;
	width: 200px;
	height: 120px;
	margin-left: 100px;
}

#carousel-product .item p {
	/* float: left; */
	width: 750px;
	height: 40px;
	margin-left: 340px;
	font-size: 16px;
	color: #262626;
	padding: 0px 0px;
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#carousel-product .item>a {
	display: block;
	width: 130px;
	height: 40px !important;
	line-height: 40px;
	text-decoration: none;
	padding: 10px 0xp;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #fff;
	font-size: 16px;
	color: #262626;
	border-radius: 20px;
	transition: all 0.5s;
}

#carousel-product .item>a:hover {
	color: #fff;
	background: url(../icon/icon-2.png) no-repeat;
	background-image: none\9;
	background-color: #3f2de4\9;
	background-size: 100% 100%;
	font-size: 14px;
}

#carousel-product a .glyphicon-chevron-left {
	left: 10%;
}

#carousel-product a .glyphicon-chevron-right {
	right: 10%;
}

/* 软件产品 */
.software-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f7f7f7;
	text-align: center;
}

.software-wrap>h3 {
	font-size: 24px;
	color: #262626;
	margin-top: 50px;
}

.software-wrap>p {
	font-size: 18px;
	color: #545454;
	margin-bottom: 40px;
}

.software-wrap .softBox {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.softL {
	float: left;
	width: 26%;
}

.softBox ul li {
	list-style: none;
	width: 100%;
	height: 170px;
	text-align: center;
	margin-bottom: 60px;
}

.softBox ul li a {
	text-decoration: none;
}

.softBox ul li h4 {
	font-size: 20px;
	color: #333;
	margin: 0px 0px 30px 0px;
}

.soft-text {
	position: relative;
	font-size: 20px;
	color: #333;
	margin: 0px 0px 30px 0px;
	background-color: #fff;
	border: 1px #eee solid;
	box-shadow: 2px 2px 3px #eee;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 20px;
}

.soft-text img {
	position: absolute;
	width: 30px;
	height: 30px;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

.soft-text p {
	text-align: left;
	font-size: 14px;
	color: #727272;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.soft-text p:hover {
	color: #333333;
	cursor: pointer;
}

.softC {
	float: left;
	width: 38%;
	margin-left: 5%;
}

.softR {
	float: left;
	width: 26%;
	margin-left: 5%;
}

/* softc */
.softC #carousel-soft .item {
	width: 100%;
	height: auto !important;
	overflow: hidden;
	height: auto !important\9;
}

#carousel-soft .item img {
	width: 100%;
	height: 370px;
}

#carousel-soft .carousel-inner {
	background-color: #fff;
	border: 1px #eee solid;
	box-shadow: 2px 2px 3px #eee;
	box-sizing: border-box;
	border-radius: 5px;
}

#carousel-soft .item .softContent {
	width: 100%;
	height: 270px;
}

.softContent h4 {
	float: left;
	width: 50%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	font-size: 20px;
	color: #262626;
	margin: 0;
}

.carousel-inner .item .softContent a {
	width: 100px !important;
	height: 30px !important;
	line-height: 30px;
	border: 1px #ccc solid;
	display: inline-block;
	font-size: 14px;
	color: #333333;
	margin: 15px auto;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.5s;
}

.carousel-inner .item .softContent a:hover {
	color: #fff;
	font-size: 12px;
	background-color: #3f2de4;
}

#carousel-soft .item ul {
	width: 100%;
	height: 190px;
	margin-top: 20px;
	padding: 0 40px;
	box-sizing: border-box;
}

#carousel-soft .item ul li {
	list-style: disc;
	list-style: none\9;
	height: 25px;
	margin-bottom: 0px;
}

#carousel-soft .item ul li p {
	margin: 0px;
	color: #000;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 14px;
	color: #727272;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#carousel-soft>a {
	width: 50px;
	height: 20px;
	line-height: 20px;
	top: 600px;
	/* background-color: transparent !important; */
	opacity: 1;
	background: #3f2de4;
	border-radius: 2px;
}

#carousel-soft>a span {
	font-size: 16px;
}

#carousel-soft .left1 {
	left: 160px;
}

#carousel-soft .right1 {
	right: 160px;
}

.dynamic-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}

.dynamic-wrap>h3 {
	font-size: 24px;
	color: #262626;
	margin-top: 50px;
}

.dynamic-wrap .dynamic-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}

.dynamic-box>ul {
	position: relative;
	width: 100%;
	height: 30px;
	padding: 0 425px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	border: none;
	margin-top: 10px;
}

.dynamic-box>ul li {
	width: 90px;
	margin-right: 35px;
}

.dynamic-box>ul li a {
	padding: 0px;
	line-height: 30px;
	border: 1px #ccc solid;
	margin-bottom: 0px;
	color: #545454;
	font-size: 14px;
	transition: all 0.5s;
	margin-right: 0px;
}

.dynamic-box>ul li a:hover {
	color: #fff;
	font-size: 12px;
	background-color: #3f2de4;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-color: #ccc;
}

.dynamic-box>ul>a {
	position: absolute;
	right: 0px;
	font-size: 16px;
	line-height: 30px;
	color: #545454;
	text-decoration: none;
}

.dynamic-box>ul>a:hover {
	color: #3f2de4;
}

.dynamic-box .tab-content,
.dynamic-box .tab-pane {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tab-content>div ul {
	display: flex;
	justify-content: space-between;
}

.tab-content>div ul li {
	float: left;
	width: 31%;
	height: auto;
	overflow: hidden;
	margin-right: 3.5%;
}

.tab-content>div ul li .transBox {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.tab-content>div ul li img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: all 0.5s;
	cursor: pointer;
}

.tab-content>div ul li .transBox img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.2);
	/* Firefox */
	-webkit-transform: scale(1.2);
	/* Safari and Chrome */
	-o-transform: scale(1.2);
	/* Opera */

}

.tab-content>div .dynamic-text {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: left;
	background-color: #f9f9f9;
	padding: 0 10px;
	box-sizing: border-box;
}

.tab-content>div ul li h5 {
	font-size: 16px;
	color: #333;
	line-height: 40px;
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tab-content>div ul li span {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 40px;
}

.tab-content>div ul li p {
	font-size: 14px;
	color: #727272;
	height: 40px;
	line-height: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.tab-content>div ul li p:hover {
	color: #333;
}

.tab-content>div ul li a {
	display: inline-block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border: 1px #ccc solid;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 30px;
	transition: all 0.5s;
}

.tab-content>div ul li a:hover {
	background-color: #eee;
}

.tab-content>div ul li a p {
	float: left;
	display: inline-block;
	width: 70%;
	height: 30px;
	line-height: 28px;
	margin: 0;
	font-size: 14px;
	color: #727272;
}

.tab-content>div ul li a span {
	float: right;
	display: inline-block;
	width: 30%;
	height: 30px;
	line-height: 28px;
	color: #727272;
}

.nav-tabs>.active>a {
	color: #ffffff !important;
	cursor: default !important;
	background-color: #7033f9 !important;
	border: 1px solid #7033f9 !important;
}

/* 合作伙伴 */
.partner-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f7f7f7;
	text-align: center;
}

.partner-wrap>h3 {
	font-size: 24px;
	color: #262626;
	margin-top: 50px;
}

.partner-wrap>p {
	font-size: 18px;
	color: #545454;
	margin-bottom: 40px;
}

.partner-wrap .partner-box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}

.partner-box ul {
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.partner-box ul li {
	float: left;
	list-style: none;
	width: 180px;
	height: 50px;
	margin-bottom: 20px;
	margin-right: 24px;
}

.partner-box ul li a {
	display: block;
	width: 180px;
	height: 50px;
	overflow: hidden;
}

.partner-box ul li img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	cursor: pointer;
}

.partner-box ul li img:hover {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	/* IE 9 */
	-moz-transform: scale(1.2);
	/* Firefox */
	-webkit-transform: scale(1.2);
	/* Safari and Chrome */
	-o-transform: scale(1.2);
	/* Opera */
}

.content p img {
	width: auto;
	max-width: 80%;
	margin: 0 auto;
	display: block;
	min-width: 60%;
	height: auto;
	border: none !important;
}

/* 底部信息 */
.footer-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #f7f7f7;
	text-align: center;
	background: url(../icon/footer-bg.png) no-repeat;
	background-size: 100% 100%;
}

.footer-wrap .footer-box {
	width: 1200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto;
}

.footer-box .footL {
	float: left;
	position: relative;
	width: 33.4%;
	margin-top: 20px;
	text-align: left;
}

.footL img {
	width: auto;
	height: 60px;
}

.footL ul {
	width: 90%;
	height: 50px;
	margin-left: 5%;
	display: flex;
	justify-content: space-between;
}

.footL ul li {
	display: inline-block;
	list-style: none;
}

.footL ul li a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #abaeb7;
}

.footer-box .footL:after {
	position: absolute;
	right: 0;
	top: 0px;
	content: "";
	width: 2px;
	height: 110px;
	background-color: #52555f;
}

.footer-box .footC {
	float: left;
	position: relative;
	width: 33.3%;
	margin-top: 20px;
	text-align: left;
	padding: 0 30px;
	box-sizing: border-box;
}

.footer-box .footC a {
	color: #acaeb7;
}

.footer-box .footC:after {
	position: absolute;
	right: 0;
	top: 0px;
	content: "";
	width: 2px;
	height: 110px;
	background-color: #52555f;
}

.footer-box .footR {
	float: left;
	width: 33.3%;
	margin-top: 20px;
	text-align: left;
}

.footC h4 {
	margin: 0px;
	line-height: 40px;
	font-size: 16px;
	color: #acaeb7;
}

.footC p {
	display: inline;
	font-size: 14px;
	color: #acaeb7;
	margin: 0 20px 20px 0px;
}

.footC p:last-child {
	display: block;
	margin: 10px 0px 0px 0px;
}

.footC p span {
	font-size: 14px;
	color: #acaeb7;
	margin-right: 10px;
}

.footR img {
	display: block;
	width: 100px;
	height: 100px;
	margin-left: 40px;
	padding: 0px;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}

.footR p {
	font-size: 14px;
	color: #acaeb7;
	margin: 0px 0px 0px 40px;
	width: 100px;
	line-height: 30px;
	text-align: center;
}

.footP {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer-box .footP p {
	font-size: 16px;
	color: #acaeb7;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 0px;
}

.footer-box .footP p a {
	color: #acaeb7;
	text-decoration: underline;
}

/* 列表页 */
.banner {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.contain-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.contain-box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.contain-box .bread {
	height: 100%;
	background-color: #fff;
	margin-right: 10px;
}

.bread h2 {
	width: 200px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: url(../icon/header-bg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0 !important;
}

.bread .bread-list a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #4c4c4c;
	text-align: center;
	border-bottom: 1px #ececec solid;
}

.bread .active a {
	color: #492ee8;
	font-weight: bold;
}

.bread .bread-list a:hover {
	text-decoration: none;
}

.listbox {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.listbox .breadBar {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 20px;
	text-align: center;
	color: #fff;
	background: url(../icon/logo-bg.png);
	background-size: 100% 100%;
	box-sizing: border-box;
}

.list-box {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-left: 120px;
	padding-right: 120px;
	box-sizing: border-box;
	background-color: #fff;

}

.list-box ul {
	width: 100%;
	height: auto;

}

.list-box ul li {
	list-style: url(../icon/icon-7.png);
	height: 70px;
	line-height: 70px;
	border-bottom: 1px #dbdde2 solid;
	list-style: none\9;
}

.list-box ul li:last-child {
	margin-bottom: 60px;
}

.list-box ul li a {
	float: left;
	width: calc(100% - 100px);
	width: 600px\9;
	font-size: 16px;
	color: #4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}

.list-box ul li a:hover {
	color: #000;
}

.list-box ul li span {
	float: right;
	width: 100px;
	text-align: right;
}

.pageBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	/* padding: 20px 0px; */
	box-sizing: border-box;
	margin-bottom: 0px;
	margin-top: 35px;
	text-align: center;
}

.pageBox table {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.pageBox ul {
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
}

.pageBox ul li {
	float: left;
	list-style: none;
	/* width: 48px; */
	height: 45px;
	line-height: 45px;
	border: 1px #666 solid;
	box-sizing: border-box;
	text-align: center;
	margin: 0 10px;
}

.pageBox ul li a {
	display: block;
	width: 100%;
	color: #666;
	font-size: 16px;
	text-decoration: none;
	padding: 0 18px;
	box-sizing: border-box;
}

.pageActive {
	background: url(../icon/icon-8.png) no-repeat;
	background-size: 100% 100%;
}

.pageBox ul .pageActive a {
	color: #fff;
}

.pageBox ul .pageActive a:hover {
	color: #fff;
}


/* 详情页 */
.detailsBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 20px 40px;
	box-sizing: border-box;
}

.articeTitle {
	text-align: center;
	margin-bottom: 30px;
}

.detailsBox .articeT {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
}

.detailsBox .articeD {
	display: inline-block;
	width: auto;
	text-align: center;
	line-height: 34px;
	color: #999;
	font-size: 14px;
	margin: 0 auto;
	border-bottom: 2px #ececec solid;
}

/* .details-title{
	width: 100%;
	height: auto;
	text-align: center;
}
.details-title h2{
	font-size: 26px;
	color: #262626;
	font-weight: bold;
}
.details-text{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	text-align: center;
}
.details-text h3{
	font-size: 14px;
	color: #262626;
	text-align: left;
	font-weight: bold;
}
.details-text p{
	font-size: 14px;
	color: #262626;
	text-align: left;
	text-indent: 2em;
}
.details-text img{
	width: 60%;
	height: auto;
	margin: 30px 0px;
} */
.page {
	width: 45%;
	margin: 60px 0px;
}

.pageL {
	float: left;
}

.pageR {
	float: right;
	text-align: right;
}

.page strong {
	font-size: 16px;
	color: #343434;
}

.page a {
	font-size: 16px;
	color: #4c4c4c;
	text-decoration: none;
}

/* 关于我们 */
.about-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.whiteBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0px;
	background-color: #fff;
}

.about-title {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}

.about-title h3 {
	color: #333;
	font-size: 30px;
	margin: 0;
}

.about-title span {
	display: block;
	width: 40px;
	height: 1px;
	margin: 10px auto;
	background-color: #000000;
}

.about-title p {
	display: block;
	font-size: 18px;
	color: #333;
	margin: 0px;
}

.about-tip {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.about-tip p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 0;
}

.accontBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../img/about-bg2.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 0px;
}

.accont {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 4px;
	padding: 30px 0px;
	text-align: center;
}

.accont img {
	display: block;
	width: auto;
	height: 30px;
	margin: 0 auto;
	margin-top: 20px;
}

.whiteBox .about-icon {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.whiteBox .about-icon .about-item {
	float: left;
	width: 300px;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 10px 20px;
}

.about-item img {
	display: block;
	width: 70px;
	margin: 0 auto;
}

.about-item span {
	display: block;
	font-size: 16px;
	color: #333;
	margin: 10px 0px;
}

.about-item p {
	font-size: 14px;
	color: #333;
}

.compos-wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0px;
	background-color: #f6f6f6;
}

.composBox {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.composBox .composL {
	float: left;
	width: 390px;
	height: 200px;
	background: url(../img/about-bg1.png) no-repeat;
	background-size: 100%;
	padding: 40px 40px 20px 80px;
}

.composBox .composR {
	float: left;
	width: 390px;
	height: 200px;
	margin-left: 15px;
}

.composL p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.composR .compos-item {
	width: 100%;
	height: 92px;
	background-color: #efefef;
}

.composR .composFrist {
	margin-bottom: 16px;
}

.compos-item span {
	float: left;
	width: 100px;
	height: 92px;
	line-height: 92px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-color: #e8e8e8;
}

.compos-item p {
	float: left;
	width: 290px;
	height: 92px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	text-align: left;
	background-color: #efefef;
	padding: 16px 10px;
	margin-bottom: 0px;
}

.composImg {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 30px;
}

.composImg img {
	display: block;
	width: 100%;
	height: auto;
}

.whiteBox .aboutPhoto .about-item img {
	width: 90%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

/* 人才招聘 */
.recruit-wrap {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.recruit-show>h3 {
	font-size: 20px;
	color: #333;
	margin: 20px 0px;
}

.recruit-show>p {
	color: #545454;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 25px;
}


.recruit-show>strong {
	display: block;
	margin: 10px 0px;
	font-size: 14px;
}

.recruitBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px #E6E6E6 solid;
	background-color: #fff;
	margin: 20px 0px;
}

.recruitBox .recruit-title {
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
}

.recruitBox .recruit-title p {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #ff4e00;
	margin-bottom: 0;
	padding-left: 20px;
}

.recruit-content {
	padding: 20px 20px;
}

.recLabel {
	display: none;
	width: 100%;
	height: 90px;
}

.recLabel .rec-item {
	float: left;
	width: auto;
	text-align: center;
	padding: 0 20px 0 0;
}

.recLabel .rec-item strong {
	display: block;
	line-height: 45px;
}

.recLabel .rec-item span {
	display: block;
	line-height: 45px;
}