@charset "utf-8";

.top-banner {
	width: 100%;
}

.top-banner img {
	width: 100%;
	vertical-align: top;
}

.bt {
	text-align: center;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.bt span {
	vertical-align: middle;
}

.bt span:first-of-type {
	background-image: linear-gradient(to right, rgba(77, 95, 221, 0), rgba(77, 95, 221, 1));
	display: inline-block;
	width: 80px;
	height: 3px;
	margin-right: 20px;
}

.bt span:last-of-type {
	background-image: linear-gradient(to right, rgba(77, 95, 221, 1), rgba(77, 95, 221, 0));
	display: inline-block;
	width: 80px;
	height: 3px;
	margin-left: 20px;
}

.bt span:nth-of-type(2) {
	max-width: calc(100% - 200px);
	overflow: hidden;
	display: inline-block;
}

.introduce {
	padding: 40px 0;
}

.introduce-cnt {
	max-width: 1200px;
	margin: 30px auto 0;
}

.introduce-fl {
	width: 35%;
	float: left;
}

.introduce-cnt .fr {
	width: 65%;
	box-sizing: border-box;
	padding-left: 20px;
}

.introduce-cnt .fr h4 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 56px;
}

.introduce-cnt .fr p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}

.introduce-cnt .fr a {
	width: 140px;
	height: 40px;
	background: #4D5FDD;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	display: block;
	margin-top: 30px;
}

.development {
	background: url(../images/about/bg.png) center center no-repeat;
	background-size: cover;
	min-height: 360px;
	display: flex;
	align-items: center;
}

.development-cnt {
	max-width: 1200px;
	margin: auto;
	padding: 40px 0;
	box-sizing: border-box;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.development-cnt p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	padding: 0 40px;
	color: #999999;
	line-height: 28px;
	margin-top: 20px;
}

.spot {
	width: 100%;
	background-color: #FFFFFF;
	padding: 60px 0;
	box-sizing: border-box;
}

.spot-cnt {
	max-width: 1200px;
	margin: 50px auto 0;
}

.spot-box {
	width: 32%;
	box-sizing: border-box;
	padding: 16px 20px;
	height: 340px;
	background: #FFFFFF;
	border: 1px solid #E9EBF3;
}

.spot-box:nth-of-type(2) {
	margin: 0 2%;
}

.spot-box img {
	width: 100%;
}

.spot-box h4 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin: 10px auto;
	text-align: center;
}

.spot-box p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-bottom: 5px;
}

.framework {
	padding: 60px 0;
}

.framework-cnt {
	max-width: 1200px;
	margin: 60px auto 0;
	box-sizing: border-box;
	padding: 40px 55px;
	background-color: #FFFFFF;
}

.framework-cnt img {
	width: 100%;
}

.characteristic {
	width: 100%;
	background-color: #FFFFFF;
	padding: 60px 0;
	box-sizing: border-box;
}

.characteristic-cnt {
	max-width: 1200px;
	margin: 50px auto 0;
}

.characteristic-box {
	width: 32%;
	height: 160px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 110px 110px;
}

.characteristic-bt {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 6px;
}

.characteristic-bt em {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #4E5FDD;
	margin-right: 6px;
}

.characteristic-box p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

.characteristic-box:nth-of-type(2),
.characteristic-box:nth-of-type(5) {
	margin-left: 2%;
	margin-right: 2%;
}

.characteristic-box:nth-of-type(1) {
	background-image: url(../images/archives/characteristic1.png);
}

.characteristic-box:nth-of-type(2) {
	background-image: url(../images/archives/characteristic2.png);
}

.characteristic-box:nth-of-type(3) {
	background-image: url(../images/archives/characteristic3.png);
}

.characteristic-box:nth-of-type(4) {
	background-image: url(../images/archives/characteristic4.png);
}

.characteristic-box:nth-of-type(5) {
	background-image: url(../images/archives/characteristic5.png);
}

.characteristic-box:nth-of-type(6) {
	background-image: url(../images/archives/characteristic6.png);
}

.characteristic-foot {
	max-width: 1200px;
	height: 80px;
	background: #F4F4FC;
	border: 1px solid #EEEEEE;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	text-align: center;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}

.customer {
	padding: 60px 0;
}

.customer-cnt {
	max-width: 1200px;
	margin: 40px auto 0;
}

.customer-box {
	width: 32%;
	background: rgba(77, 95, 221, .1);
}

.customer-box:nth-of-type(2) {
	margin: 0 2%;
}

.customer-box .fl {
	width: 30%;
	vertical-align: top;
	height: 100%;
}

.customer-box .fr {
	padding: 17px 15px 0;
	box-sizing: border-box;
	width: 70%;
}

.customer-box .fr h4 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.customer-box .fr p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin-top: 10px;
}

.about {
	background: url(../images/about/dbbg.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 480px;
	display: flex;
	align-items: center;
}

.about-cnt {
	max-width: 1200px;
	margin: auto;
	background-color: #FFFFFF;
	width: 100%;
}

.about-cnt-fl {
	width: 27%;
	box-sizing: border-box;
	padding: 30px;
	height: 380px;
	border-right: 1px solid #EEEEEE;
	position: relative;
}

.about-cnt h4 {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
}

.about-cnt-fl p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	margin: 15px 0;
}

.about-cnt-fl #kuai {
	width: 20px;
	height: 2px;
	background: #4D5FDD;
}

.about-cnt-fr {
	width: 73%;
	box-sizing: border-box;
	padding: 30px;
}

.about-cnt-fr h4 {
	display: none;
}

.about-cnt-zixun {
	width: 140px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	left: 30px;
	bottom: 95px;
	background: #FFFFFF;
	border: 1px solid #4D5FDD;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4D5FDD;
}

.about-cnt-zxtel {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.about-cnt-zxtel a {
	font-size: 22px;
	font-family: Arial;
	font-weight: 400;
	color: #4D5FDD;
	margin-left: 10px;
}

.about-cnt-fr label {
	width: 100%;
	margin-bottom: 16px;
	line-height: 40px;
	display: block;
	vertical-align: middle;
}

.about-cnt-fr label span {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-right: 20px;
	width: 30px;
	display: inline-block;
}

.about-cnt-fr label input,
.about-cnt-fr label textarea {
	height: 40px;
	background: #F5F5F5;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	border: none;
	box-sizing: border-box;
	padding: 0 14px;
	width: calc(100% - 50px);
	vertical-align: top;
}

.about-cnt-fr label textarea {
	padding: 7px 14px;
	line-height: 26px;
	height: 92px;
}

.about-cnt-fr-foot {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 24px;
}

.about-cnt-fr-foot span:first-of-type {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	line-height: 40px;
	background: #4D5FDD;
	color: #FFFFFF;
	text-align: center;
	margin-right: 20px;
}

.characteristic-introduce {
	padding: 60px 0;
	box-sizing: border-box;
}

.characteristic-introduce-cnt {
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
}

.characteristic-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.characteristic-img img {
	max-width: 100%;
}

.characteristic-introduce.white {
	background-color: #FFFFFF;
}

.characteristic-introduce-cnt>.fl {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
}

.characteristic-wz-bt {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.characteristic-wz-bt span {
	width: 6px;
	height: 21px;
	background: linear-gradient(0deg, #2992FD 0%, #4E5FDD 100%);
	border-radius: 3px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.characteristic-wz-cnt {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
	margin: 20px 0;
}

.characteristic-wz-wzbtn {
	width: 120px;
	line-height: 40px;
	background: #4E5FDD;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	display: block;
}

.nav-top {
	width: 100%;
	background-color: #FFFFFF;
}

.nav-top-cnt {
	max-width: 1200px;
	margin: 0 auto;
	height: 58px;
	line-height: 58px;
}

.nav-home {
	width: 60px;
	height: 58px;
	display: inline-block;
	background: #F7F8FC;
	margin-right: 20px;
}

.nav-home img {
	width: 15px;
	vertical-align: top;
	margin: 21.5px auto;
	display: block;
}

.nav-top-cnt a {
	display: inline-block;
	line-height: 58px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	vertical-align: middle;
}

.nav-top-cnt a.on {
	color: #4E5FDD;
}

.nav-top-lj {
	width: 6px;
	vertical-align: middle;
	margin: 0 5px;
}

.nav-top-cnt .fr a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.nav-top-cnt .fr a.on {
	color: #4E5FDD;
}

.nav-top-cnt .fr a.on::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url(../images/news/xhx.png) bottom center no-repeat;
	background-size: 100%;
	width: 54px;
	height: 2px;
	margin-left: -27px;
}

.content {
	max-width: 1200px;
	margin: 24px auto;
}

.content-left {
	box-sizing: border-box;
	width: 74%;
	padding: 30px;
	background-color: #FFFFFF;
}

.content-left .content-bt {
	text-align: center;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}

.content-jj {
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
}

.content-cnt {
	padding: 20px 0;
}

.content-cnt p {
	line-height: 1.5;
	color: #333333;
}

.content-cnt img{
	max-width: 100%;
}

.content-share div {
	width: 110px;
	line-height: 30px;
	height: 32px;
	box-sizing: border-box;
	border: 1px solid #E31E22;
	color: #E31E22;
	border-radius: 16px;
	text-align: center;
	float: right;
	cursor: pointer;
	margin-left: 15px;
}

.content-share img {
	width: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

.content-share div:nth-of-type(2) {
	border: 1px solid #09BB07;
	color: #09BB07;
}

.content-share div:nth-of-type(1) {
	border: 1px solid #4CAFE9;
	color: #4CAFE9;
}

.content-tips {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}

.content-pages a {
	margin-top: 20px;
	height: 47px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	display: block;
	padding: 0 20px;
	width: 45%;
	color: #333333;
	line-height: 47px;
}

.content-pages a:hover {
	background-color: #4E5FDD;
	color: #FFFFFF;
}

.content-right {
	width: 24%;
	box-sizing: border-box;
}

.content-right>div {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.content-search {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	line-height: 38px;
	padding: 0 16px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
}

.content-search input {
	font-size: 14px;
	border: none;
	background: none;
	flex: 1;
	box-sizing: border-box;
}

.content-search img {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}

.content-right-wz-bt {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 0 20px;
	line-height: 46px;
	border-bottom: 1px solid #EEEEEE;
}

.content-right-wz-bt img {
	width: 18px;
	vertical-align: middle;
	margin-right: 8px;
}

.content-right-ul {
	box-sizing: border-box;
	padding: 20px;
}

.content-right-li {
	margin-bottom: 20px;
}

.content-right-li:last-of-type {
	margin-bottom: 0;
}

.content-right-li .fl {
	width: 60%;
}

.content-right-li .fl p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.content-right-li .fl p:last-of-type {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.content-right-li .fr {
	width: 38%;
	height: 54px;
	object-fit: cover;
}

.content-right-cp {
	box-sizing: border-box;
	padding: 20px 20px 10px;
}

.content-right-cp a {
	float: left;
	width: 48%;
	text-align: center;
	display: block;
	line-height: 38px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: 40px;
	background: #F7F8FC;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}

.content-right-cp a:nth-of-type(even) {
	margin-left: 4%;
}

.content-right-cp a:hover {
	color: #FFFFFF;
	background: #4D5FDD;
	border: 1px solid #4D5FDD;
}

.advertisement-right {
	width: 100%;
	cursor: pointer;
}

.content-left-li {
	padding: 24px 0;
	border-bottom: 1px solid #EEEEEE;
}
.content-left-li-one{
	padding: 0 0 24px;
	border-bottom: 1px solid #EEEEEE;
}
.content-left-li:last-of-type {
	border-bottom: none;
}

.content-left-li-img {
	width: 23%;
	float: left;
	height: 110px;
}
.content-left-li-one .content-left-li-img{
	width: 40%;
	height: 194px;
	object-fit: cover;
}
.content-left-li-fr {
	float: right;
	width: 75%;	
}
.content-left-li-one .content-left-li-fr{
	width: 56%;
}
.content-left-li-bt {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.content-left-li-cnt {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	margin: 10px 0;
}
.content-left-li-time{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}
.content-left-li-one .content-left-li-time{
	color: #4E5FDD;
}
.content-left-li-cnt-ck{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: center;
	margin-top: 20px;
	display: block;
	width: 100%;
	line-height: 54px;
	background: #F7F8FC;
}
.content-page ul{
	text-align: center;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content-page ul a{
	display: block;
	padding: 0 10px;
	line-height: 32px;
	height: 34px;
	vertical-align: middle;
	border: 1px solid #EEEEEE;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	cursor:pointer;
	border-radius: 2px;
	margin: 0 4px;
}
.content-page ul .disabled a{
	background-color: #eee !important;
	cursor: not-allowed;
	border-color: #eee !important;
	color: #999 !important;
}
.content-page ul li a img{
	width: 11px;
	vertical-align: middle;
}
.content-page ul li a:hover{
	background: #4D5FDD;
	color: #FFFFFF;
	border: 1px solid #4D5FDD;
}
.gsjj{
	background:#FFFFFF url(../images/about/head-bg.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 470px;
	padding: 28px 0;
}
.gsjj-cnt{
	max-width: 1200px;
	margin: 0 auto;
}
.gsjj-wz{
	margin: 30px auto;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 26px;
}
.gsjj-label .fl{
	width: 25%;
	text-align: center;
}
.gsjj-label h3{
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #4E5FDD;
	line-height: 1.5;
}
.gsjj-label p{
	margin-top: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
}
.culture{
	max-width: 1200px;
	margin: 0 auto;
	padding: 35px 0 60px;
}
.culture-cnt{
	margin-top: 50px;
}
.culture-cnt>div{
	width: 48%;
	padding: 0 26px;
	line-height: 100px;
	height: 100px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
}
.culture-cnt>div img{
	width: 50px;
	height: 50px;
	vertical-align: middle;
	margin-right: 10px;
}
.culture-cnt>div span:nth-child(2){
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.culture-cnt>div span:last-of-type{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.culture-xian{
	flex: 1;
	margin: 0 10px;
	display: inline-block;
	height: 1px;
	vertical-align: middle;
	background: #EEEEEE;
}
.business{
	background: #FFFFFF url(../images/about/businessbg.png) center bottom no-repeat;
	background-size: 100% 140px;
	box-sizing: border-box;
	padding: 60px 0 100px;
}
.business-cnt {
	max-width: 1200px;
	margin: 50px auto 0;
}
.business-cnt .img{
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.business-cnt .img img{
	width: 100%;
	height: auto;
}
.business-cnt .img:last-of-type{
	margin-right: 0;
}
.contact{
	max-width: 1200px;
	margin: 30px auto;
	box-sizing: border-box;
}
.contact-cnt>div{
	height: 200px;
	width: 41%;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	background: #FFFFFF url(../images/contact/icon2.png) right bottom no-repeat;
	background-size: 200px 160px;
	box-sizing: border-box;
	padding: 25px 20px;
}
.contact-cnt>.contact-left{
	width: 57%;
	background-image: url(../images/contact/icon1.png);
}
.contact-cnt-bt{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
}
.contact-cnt-bt span{
	width: 4px;
	height: 16px;
	background: #4E5FDD;
	display: inline-block;
	margin-right: 16px;
}
.contact-cnt-box{
	padding: 0 20px;
	box-sizing: border-box;
}
.contact-cnt-box .title{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
	padding: 10px 0;
	border-bottom: 1px solid #EEEEEE;
}
.contact-cnt-box .clearfix{
	margin-top: 20px;
}
.contact-cnt-box .clearfix .fl{
	width: 63%;
}
.contact-cnt-box .clearfix .fr{
	width: 35%;
}
.contact-cnt-box .clearfix>div p{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	line-height: 1.3;
	color: #333333;
}
.contact-cnt-box .clearfix>div p:first-of-type{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-bottom: 10px;
}
.contact-cnt-box .clearfix>div p a{
	color: #333333;margin-right: 15px;
}
.contact-cnt-box-btn{
	width: 140px;
	line-height: 40px;
	background: #4E5FDD;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-top: 30px;
}
.contact-map{
	margin-top: 30px;
}
.contact-map img{
	width: 100%;
}
.honor{
	background: #FFFFFF;
	padding-top: 30px;
}
.honor>img{
	width: 100%;
	max-width: 1200px;
	margin: 30px auto;
	display: block;
}
.honor-tab{
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 50px;
}
.honor-tab span{
	width: 50%;
	float: left;
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	cursor:pointer;
	text-align: center;
	line-height: 50px;
}
.honor-tab span.on{
	color: #4E5FDD;
}
.honor-tab span.on::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 2px;
	background: #4E5FDD;
	margin-left: -15px;
}
.certificate{
	max-width: 1200px;
	padding: 50px 0;
	margin: 0px auto;
}
.certificate .swiper-paginationa {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0 20px;
	text-align: center;
}
.certificate .clearfix .fl{
	width: 22%;
	margin-right: 4%;
}
.certificate .clearfix .fl:nth-of-type(4),.certificate .clearfix .fl:nth-of-type(8){margin-right: 0;}
.certificate .clearfix .fl div{
	padding: 20px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
}
.certificate .clearfix .fl div img{width: 100%;}
.certificate .clearfix .fl p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	text-align: center;
}
.moveFiles{
	background-color: #FFFFFF;
	padding: 40px 0;
}
.moveFiles-cnt {
	max-width: 1200px;
	margin: 30px auto 0;
}

.moveFiles-fl {
	width: 35%;
	float: left;
}

.moveFiles-cnt .fr {
	width: 65%;
	box-sizing: border-box;
	padding-left: 20px;
}

.moveFiles-cnt .fr h4 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
}

.moveFiles-cnt .fr p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin: 20px 0;
	line-height: 26px;
}

.moveFiles-cnt .fr a {
	width: 140px;
	height: 40px;
	background: #4D5FDD;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	display: block;
}
.characteristicb {
	width: 100%;
	background-color: #FFFFFF;
	padding: 60px 0;
	box-sizing: border-box;
}

.characteristicb-cnt {
	max-width: 1200px;
	margin: 50px auto 0;
}

.characteristicb-box {
	width: 48%;
	height: 160px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 110px 110px;
	display: flex;
	align-items: center;
}
.characteristicb-box:nth-of-type(even){
	margin-left: 4%;
}

.characteristicb-bt {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: flex;
}

.characteristicb-bt em {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	color: #4E5FDD;
	margin-right: 10px;
	vertical-align: top;
}
.characteristicb-bt span{
	flex: 1;
}

@media (max-width: 1199px) {
	.top-banner img{
		height: 188px;
		object-fit: cover;
	}
	.introduce-cnt,
	.spot-cnt,.gsjj-cnt
		{
		padding: 0 10px;
		box-sizing: border-box;
	}
	.business{
		padding: 60px 10px 100px;
	}
	.honor{
		padding: 30px 10px 0;
	}
	.certificate{
		margin: 0 10px;
	}
	.moveFiles{
		padding: 30px 10px;
	}
	.characteristic,.characteristicb,.customer {
		padding: 60px 10px;
		box-sizing: border-box;
	}

	.introduce-cnt .fr h4 {
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.introduce-cnt .fr a {
		margin-top: 10px;
	}

	.about-cnt {
		width: 1200px;
	}
	.culture{
		padding: 35px 10px 60px;
	}
	.contact{
		padding: 0 10px;
	}
	.moveFiles-cnt .fr p{margin:10px 0;}
}

@media (max-width: 991px) {
	.top-banner{padding-top: 70px}
	.introduce-cnt .fr p {
		-webkit-line-clamp: 3;
	}

	.characteristic-box {
		width: 48%;
	}

	.characteristic-box:nth-of-type(2),
	.characteristic-box:nth-of-type(4),
	.characteristic-box:nth-of-type(6) {
		margin-left: 4%;
		margin-right: 0;
	}

	.characteristic-box:nth-of-type(5) {
		margin-left: 0;
		margin-right: 0;
	}

	.customer-box {
		width: 100%;
		margin: 0 auto 15px;
	}

	.customer-box .fr {
		padding: 10px 10px 0;
	}

	.customer-box:nth-of-type(2) {
		margin: 0 auto 15px;
	}

	.about {
		background: none;
		height: auto;
		min-height: 0;
	}

	.about-cnt-fr h4 {
		display: block;
		margin-bottom: 20px;
	}

	.about-cnt-fl {
		width: 100%;
		height: 280px;
	}

	.about-cnt-fr {
		width: 100%;
	}
	.moveFiles-cnt .fr p{-webkit-line-clamp: 4;}
}

@media (max-width: 767px) {
	.certificate .clearfix .fl div{
		padding: 0;
	}
	.certificate .clearfix .fl div img{
		display: block;
	}

	.bt span:first-of-type,
	.bt span:last-of-type {
		width: 50px;
	}

	.bt span:nth-of-type(2) {
		max-width: calc(100% - 140px);
	}

	.introduce-fl,.moveFiles-fl {
		width: 100%;
	}

	.introduce-cnt .fr,.moveFiles-cnt .fr {
		width: 100%;
		margin-top: 10px;
		padding-left: 0;
	}

	.introduce-cnt .fr p,.moveFiles-cnt .fr p {
		-webkit-line-clamp: 10;
	}
	.spot-box {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.spot-box:nth-of-type(2) {
		margin: 0 auto 10px;
	}

	.framework-cnt {
		padding: 20px;
	}

	.characteristic-introduce-cnt {
		flex-wrap: wrap;
	}

	.characteristic-introduce-cnt>.fl {
		width: 100%;
		float: none;
	}

	.characteristic-img {
		margin: 20px 10px;
	}

	.nav-top-cnt .fr,
	.content-right {
		display: none;
	}

	.content-left,
	.content-pages a {
		width: 100%;
	}
	.culture-cnt>div{
		width: 100%;
	}
	.culture-cnt>div:first-of-type{
		margin-bottom: 15px;
	}
	.business-cnt .img{
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 15px;
	}
	.business{
		padding: 60px 10px;
		background: #FFFFFF;
	}
	.business-cnt .img:nth-of-type(2),.business-cnt .img:last-of-type{
		margin-right: 0;
	}
	.contact-cnt>.contact-left{width: 100%;margin-bottom: 15px;height: auto;}
	.contact-cnt>.contact-right{width: 100%;height: auto;}
	.contact-cnt-box .clearfix .fl,.contact-cnt-box .clearfix .fr{
		width: 100%;
	}
	.contact-cnt-box .clearfix .fl{margin-bottom: 15px;}
	.characteristicb-box,.characteristic-box{width: 100%;height: auto;min-height: 120px;}
	.characteristicb-box:nth-of-type(even),.characteristic-box:nth-of-type(even){margin-left: 0;}
	.bt{font-size: 24px;}
	.spot-box h4,.about-cnt h4{font-size: 20px;}
	.about-cnt-fr-foot{padding-left: 50px;box-sizing: border-box;}
	.about-cnt-fr-foot span:last-of-type{width: 100%;display: inline-block;}
}
