/* 9服务支持 */
.servicesItem_item{
	padding: 70px 0;
}
.justified{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #f6f6f6;
	justify-content: space-between;
}

.justified .left{
	width: 50%;
}
.justified .rigth{
	width: 43%;
	padding: 30px 3.5%;
	
}
.justified .left .img img{
	width: 100%;
	height: 100%;
}
.justified .rigth h3{
	font-size: 24px;
	margin: 0 auto;
	color: #126eba;
}
.justified .rigth .text{
	width: 100%;
	font-size: 16px;
	color: #555;
	line-height: 32px;
	margin: 30px auto;
	
}
@media (min-width: 768px) {
	.justified .rigth .text{
		max-height: 130px;
		overflow-y: auto;
	}
}
@media (max-width: 768px) {
	.justified .left{
		width: 100%;
	}
	.justified .rigth{
		width: 100%;
	}
}
@media (max-width: 540px) {
	.servicesItem{
		padding: 45px 0;
	}
	.justified .rigth .text{
		line-height: 30px;
		margin: 25px auto;
	}
}

/* <!-- 表单 --> */
.formlist{
	width: 92%;
	padding: 45px 4% 60px 4%;
	margin-top: 50px;
	margin-bottom: 120px;
	box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 15%);
}
.forminput .seemore{
	border-radius: 5px;
}
/* 表单提示 */
.formlist p{
	font-size: 18px;
	line-height: 30px;
	color: #222;
}
/* 表单提交 */
.forminput{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
.forminput input{
	width: 48%;
	padding: 20px 0;
	outline: none;
	text-indent: 20px;
	border: none;
	font-size: 15px;
	color: #666;
	background-color: #f6f6f6;
	margin-bottom: 25px;
}
.forminput textarea{
	width: 100%;
	height: 100px;
	padding: 20px 0;
	text-indent: 20px;
	margin-bottom: 25px;
	font-size: 15px;
	color: #666;
	outline: none;
	border: none;
	background-color: #f6f6f6;
}

@media (max-width: 540px) {

	.formlist{
		margin-top: 30px;
		margin-bottom: 45px;
		padding: 45px 4% 40px 4%;
	}
	.forminput input{
		width: 100%;
	}
}

/* 服务 联系方式  */
.servicesItem_item3 .mainsVw{
	background-image: url(../images/serverItem002.png);
	padding: 110px 0;
	margin-bottom: 90px;
	background-size:cover;
	background-repeat:no-repeat;
}

.servicesItem_item3 .contact{
	position: relative;
	padding: 45px 40px 45px 30px;
	width: 430px;
	max-width: calc(100% - 70px);
	background-color: #126eba;
}
.servicesItem_item3 .contact p{
	font-size: 20px;
	line-height: 35px;
	color: #fff;
	position: relative;
	z-index: 2;
}

.servicesItem_item3 .contact .absoluteImage{
	position: absolute;
	right: 40px;
	bottom: 30px;
}
@media (max-width: 540px) {
	.servicesItem_item3 .mainsVw{
		padding: 50px 0;
		margin-bottom: 45px;
	}
	.servicesItem_item3 .contact{
		position: relative;
		z-index: 2;
		padding: 35px 25px;
		width: 430px;
		max-width: calc(100% - 70px);
		background-color: #126eba;
	}
	.servicesItem_item3 .contact p{
		font-size: 16px;
		line-height: 30px;
	}
	.servicesItem_item3 .contact .absoluteImage{
		right: 20px;
		bottom: 20px;
	}
}





/* 10服务支持-技术支持 */
.servicesItem2_item{
	padding: 70px 0;
}

.technology{
	margin-top: 40px;
}
.technology li{
	width: 100%;
	margin-bottom: 20px;
	background-color: #f3f3f3;
}
.technologyTop{
	width: 94%;
	padding: 20px 3%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f3f3f3;
	cursor: pointer;
	transition: all 0.5s;
}
.technology li.active .technologyTop{
	background-color: #126eba;
}
/* 按钮 */
.seeMoreImg{
	width: 50px;
	text-align: center;
	cursor: pointer;
}
.seeMoreImg img{
	width: 20px;
	margin: 0 auto;
}
.seeMoreImg img:nth-child(2){
	display: none;
}
.technology li.active .seeMoreImg img:nth-child(1){
	display: none;
}
.technology li.active .seeMoreImg img:nth-child(2){
	display: block;
}

/* 头部 */
.technologyTop_title{
	width: calc(100% - 50px);
	display: flex;
	align-items: center;
}
.technologyTop_title h3{
	width: 32px;
	height: 32px;
	margin-right: 3%;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #999999;
	transition: all 0.5s;
}
.technology li.active .technologyTop_title h3{
	color: #126eba;
	background-color: #fff;
}
/* 标题 */
.technologyTop_title .title_p{
	width: calc(97% - 32px);
	font-size: 20px;
	color: #333;
	transition: all 0.5s;
}
.technology li.active .technologyTop_title .title_p{
	color: #fff;
}

/* 内容 */
.technologyBox{
	width: 94%;
	padding: 20px 3%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.technologyBox_title{
	width: 32px;
	height: 32px;
	margin-right: 3%;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #126eba;
}
.technologyBox_text{
	width: calc(97% - 32px);
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
@media (max-width: 540px) {
	.technologyTop{
		padding: 15px 3%;
	}
	.technologyTop_title .title_p{
		font-size: 14px;
	}
	.technologyTop_title h3,
	.technologyBox_title{
		font-size: 16px;
	}
	.technologyBox_text{
		font-size: 14px;
		line-height: 28px;
		text-align: justify;
	}
}

/* <!-- 在线留言 --> */
.form{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form .iconImgs{
	width: 22px;
	margin-right: 10px;
}
.form p{
	font-size: 18px;
	color: #222;
	margin-bottom: 20px;
}
.form .formlistBox{
	width: 30%;
}
.form .formtext{
	width: 100%;
	margin-top: 30px;
}
.form input{
	width: 100%;
	font-size: 15px;
	outline: none;
	border: 1px solid #ddd;
	padding: 20px 0;
	text-indent: 30px;
	border-radius: 5px;
	background-color: #f7f8f9;
}
.form textarea{
	width: 96%;
	height: 120px;
	outline: none;
	border: 1px solid #ddd;
	padding: 15px 2%;
	border-radius: 5px;
	background-color: #f7f8f9;
}
.form button{
	outline: none;
	margin: 40px auto 0 auto;
}
@media (max-width: 768px){
	.form p{
		font-size: 16px;
		color: #222;
		margin-bottom: 10px;
	}
	.form input{
		text-indent: 20px;
	}
}
@media (max-width: 540px){
	.form{
		margin-top: 30px;
		margin-bottom: 45px;
	} 
	.form .formlistBox{
		width: 100%;
	}
	.form .formtext{
		margin-top: 0;
	}
	.form input{
		margin-bottom: 20px;
	}
	.form button{
		margin: 30px auto 0 auto;
	}
}





/* 11服务支持-下载中心 */
.servicesItem3_item{
	padding: 70px 0;
}
/* 搜索宽 */
.DownloadForm{
	margin: 30px auto;
	width: 70%;
	background-color: #f6f6f6;
}
.DownloadForm input{
	width: calc(100% - 80px);
	height: 70px;
	border: none;
	outline: none;
	text-indent: 30px;
	background-color: #f6f6f6;
	color: #333;
	font-size: 16px;
}
.DownloadForm button{
	width: 70px;
	height: 70px;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: #f6f6f6;
}
.DownloadForm button img{
	width: 30px;
}

@media (max-width: 540px){
	.DownloadForm{
		width: 100%;
	}
	.DownloadForm input{
		height: 50px;
		text-indent: 20px;
		font-size: 14px;
		width: calc(100% - 60px);
	}
	.DownloadForm button{
		width: 50px;
		height: 50px;
	}
	.DownloadForm button img{
		width: 20px;
	}
}


/* 表格  */
.DownloadTable{
	width: 100%;
	
	margin-bottom: 50px;
}
/* 表格头部 */
.DownloadNew{
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.DownloadNew li{
	width: auto;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	padding: 10px 30px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	transition: all 0.5s;
}
.DownloadNew li.active{
	color: #fff;
	background-color: #126eba;
}
.DownloadNew li.active a{
	color: #fff;
	background-color: #126EBA;
}
.DownloadNew li:hover{
	color: #126eba;
}
.DownloadNew li.active:hover{
	color: #fff;
}
.DownloadNew li.active:hover a{
	color: #fff;
}

/* 表格 内容 */
.tableList table{
	width: 100%;
	min-width: 1024px;
	overflow-x: scroll;
	table-layout:fixed;
	border-collapse:collapse;
}


/* 表格 主体 */
.tableList table tr{
	background-color: #fff;
}
.tableList table tr:nth-child(2n+2){
	background-color: #f6f6f6;
}
.tableList table td{
	padding: 25px 0;
	font-size: 16px;
	color: #666;
	text-align: center;
	border-right: 1px solid #d9d9d9;
	transition: all 0.5s;
}
.tableList table td:last-child{
	border-right:none;
}
.tableList table tr:hover td:first-child,
.tableList table tr:hover td:last-child a{
	color: #126eba;
}

/* 下载图标 */
.downloadIcon{
	width: 30px;
}


/* 表格 表头 */
.tableList table.tableTop tr{
	background-color: #126eba !important;
}
.tableList table.tableTop td{
	padding: 25px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #d9d9d9;
}
.tableList table.tableTop tr:hover td:first-child{
	color: #fff;
}

@media (max-width: 1024px) {
	.DownloadTable{
		overflow-x: scroll;
	}
	.tableList table::-webkit-scrollbar {
		width: 2px;
		height: 1px;
	}
	.DownloadNew li{
		font-size: 14px;
		padding: 10px;
	}
}


