.service-wrap {
	margin: 0 auto;
}

.ser-cont1 {
	margin: 60px 0 100px;
}

.ser-title h2 {
	margin-bottom: 20px;
	font-size: 30px;
	color: #333333;
}

.ser-title p {
	color: #666666;
}


/*service*/

.ser-cont1-ul,
.ser-cont2-ul {
	margin-top: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.ser-cont1-ul-li1 {
	width: 48.572%;
	height: 320px;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/vr-1.jpg)no-repeat center;
	background-size: 100% 100%;
}

.ser-cont1-ul li {
	position: relative;
}

.ser-cont1-ul li a {
	display: block;
	height: 100%;
}

.ser-cont1-ul li a .vr-title {
	text-align: center;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #246ACE;
	font-weight: bold;
	line-height: 60px;
	background: rgba(255, 255, 255, 0.6);
}

.ser-cont1-ul li a .vr-title i {
	display: none;
}

.ser-cont1-ul li:hover a .vr-title {
	height: 100%;
	padding-left: 0;
}

.ser-cont1-ul li:hover a .vr-title i,
.ser-cont1-ul li:hover a .vr-title span {
	display: block;
	text-align: center;
}

.ser-cont1-ul li:hover a .vr-title i {
	font-size: 40px;
	color: #246ACE;
	font-weight: initial;
	margin-top: 115px;
}

.ser-cont1-ul-li2 {
	width: 22.858%;
	height: 320px;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/vr-2.jpg)no-repeat center;
	background-size: 100% 100%;
}

.ser-cont1-ul-li3 {
	width: 22.858%;
	height: 320px;
	overflow: hidden;
	border-radius: 10px;
	background: url(../img/vr-3.jpg)no-repeat center;
	background-size: 100% 100%;
}

.ser-cont2-ul {
	margin-bottom: 100px;
}

.ser-cont2-ul li {
	width: 22.858%;
	padding: 60px 0;
	text-align: center;
	background-color: #F5F5F5;
	border-radius: 10px;
}

.ser-cont2-ul li span {
	display: block;
	color: #246ACE;
	font-size: 50px;
}

.ser-yun {
	max-width: 1800px;
	height: 762px;
	margin: 0 auto 100px;
	box-sizing: border-box;
	padding: 100px 0;
	border-radius: 10px;
	background: url(../img/yun-ser-img.jpg)no-repeat center;
	background-size: cover;
}

.ser-yun-img {
	margin-top: 60px;
}

.ser-yun .ser-title {
	position: relative;
}

.ser-yun .ser-title span {
	display: inline-block;
	margin-left: 10px;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	top: -5px;
}

.ser-yun .ser-title i:before {
	display: inline-block;
	margin-left: 10px;
	font-size: 28px;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ser-yun .ser-title img {
	position: absolute;
	width: 200px;
	top: 40px;
	left: 220px;
	display: none;
}

.ser-yun .ser-title i:hover,
.ser-yun .ser-title span:hover {
	cursor: pointer;
}

.ser-list-nav ul li {
	border-radius: 5px;
}


/*选型计算机*/

.ser-xuanxing {
	margin-bottom: 100px;
}

div.tb1,
div.tb2 {
	margin-left: 40px;
}

#kin_eight_2 input,
#table_eight_3 input {
	float: left;
	margin-right: 10px;
}

#kin_eight_2 div,
#kin_eight_3 div {
	float: left;
	margin-top: 8px;
}

.container .li-tab button {
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px 15px;
	border-radius: 2px;
	background-color: #246ACE;
	color: #fff;
	border: none;
	outline: none;
}

.container .li-tab input {
	margin-right: 20px;
	margin-left: 20px;
	height: 38px;
	border: 1px solid #e6e6e6;
	border-top: none;
	border-bottom: none;
	text-indent: 10px;
}

.container .li-tab select {
	border: none;
}

.menudiv {
	height: 100px;
	border-top: 0;
	background: #fefefe;
	font-size: 14px;
}

.li-tab .t_list_a a span {
	float: left;
	display: block;
	margin-right: 20px;
	width: 18%;
	height: 40px;
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	color: #333;
	text-align: center;
	line-height: 40px;
}

.container .li-tab table {
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	border-spacing: 0;
}

.container .li-tab td {
	padding-right: 20px;
	padding-left: 20px;
	height: 40px;
	border: 1px solid #e6e6e6;
	color: #666;
	font-size: 14px;
}


/*服务范围*/

.ser-fanwei-ul {
	margin: 60px 0 100px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.ser-fanwei-ul li {
	width: 22.858%;
	height: 500px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.ser-fanwei-li1 {
	background: url(../img/ser-fw-1.jpg)no-repeat center;
	background-size: 100% 100%;
}

.ser-fanwei-li2 {
	background: url(../img/ser-fw-2.jpg)no-repeat center;
	background-size: 100% 100%;
}

.ser-fanwei-li3 {
	background: url(../img/ser-fw-3.jpg)no-repeat center;
	background-size: 100% 100%;
}

.ser-fanwei-li4 {
	background: url(../img/ser-fw-4.jpg)no-repeat center;
	background-size: 100% 100%;
}

.ser-fanwei-inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all .4s;
}

.ser-fanwei-title1 {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.8);
}

.ser-fanwei-title1 h3 {
	font-size: 24px;
	color: #333333;
	margin: 30px 0 15px;
}

.ser-fanwei-title1 p {
	color: #666666;
}

.ser-fanwei-title2 {
	display: none;
}

.ser-fanwei-title2 h4 {
	font-size: 18px;
	margin: 30px 0 10px;
}

.ser-fanwei-title2 i {
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #FFFFFF;
	position: relative;
	top: -5px;
}

.ser-fanwei-title2 h4 span {
	display: inline-block;
	margin: 0 10px;
}

.ser-fanwei-title2 p {
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
}

.ser-fanwei-title2 a {
	display: block;
	width: 100px;
	height: 30px;
	margin: 20px auto 0;
	color: #246ACE;
	text-align: center;
	line-height: 30px;
	background: rgba(255, 255, 255, 1);
	border-radius: 5px;
}

.ser-fanwei-ul li:hover .ser-fanwei-inner {
	padding-top: 30px;
	color: #FFFFFF;
	border-radius: 10px;
	background-color: rgba(36, 106, 206, 0.9);
}

.ser-fanwei-ul li:hover .ser-fanwei-title1 {
	position: initial;
	height: auto;
	background-color: transparent;
}

.ser-fanwei-ul li:hover .ser-fanwei-title1 h3,
.ser-fanwei-ul li:hover .ser-fanwei-title1 p {
	color: #FFFFFF;
}

.ser-fanwei-ul li:hover .ser-fanwei-title2 {
	display: block;
}


/*服务网络*/

.ser-map {
	margin-bottom: 100px;
}

.regionList {
	float: left;
	margin-top: 50px;
	width: 29%;
}

.regionList ul {
	float: left;
	display: inline;
	margin-right: 5px;
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
}

.regionList ul li {
	float: left;
	margin: 0 14px 20px 0;
	padding: 0;
	width: 51px;
	height: 30px;
	border: 1px solid #ebebeb;
	color: #666;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.mapInfo span {
	display: block;
	padding: 0 5px 0 3px;
	color: #666;
	cursor: pointer;
}

.regionList ul li.select {
	background: #246ACE;
}

.regionList ul li.select span {
	color: #fff;
}

.mapInfo i {
	display: none;
	margin-top: 5px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #aeaeae;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 15px;
}

.mapInfo i.active {
	background: #E27F21;
}

#mapone #div3 {
	position: absolute;
	top: 40px;
	left: 62%;
}

#mapone #div3 span {
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 52px;
}

#mapone span.zhu {
	display: block;
	width: 420px;
	float: right;
	color: #ccc;
}

#StateTip,
.stateTip {
	position: absolute;
	display: none;
	padding: 4px;
	border: 1px solid #246ACE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
}


/*服务保障*/

.ser-bz-ul {
	margin: 60px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

.ser-bz-ul li {
	text-align: center;
}

.ser-bz-ul li i {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	line-height: 100px;
	border-radius: 50%;
	background-color: #F5F5F5;
	color: #246ACE;
	font-size: 42px;
}

.ser-bz-ul li p {
	font-size: 16px;
	color: #666666;
}

.ser-bz-ul li span {
	display: block;
	color: #333333;
	margin-top: 10px;
}

.ser-bz-div p {
	text-indent: 2em;
	color: #666666;
	margin-bottom: 20px;
	line-height: 28px;
}

.app-select {
	margin: 50px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.app-select li {
	text-align: center;
	width: 10%;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
}

.app-select li p {
	margin-top: 20px;
}

.app-select li img {
	width: 100%;
	border-radius: 10px;
}


/*呼叫中心*/

.ser-after-sale {
	margin: 100px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.ser-call {
	width: 48.572%;
}

.ser-call-wrap {
	height: 300px;
	overflow: hidden;
	margin-top: 60px;
	box-sizing: border-box;
	padding: 40px 35px;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.ser-call-wrap h3 a {
	display: block;
	font-size: 24px;
	color: #333333;
	font-weight: 400;
	text-align: center;
}

.ser-call-wrap .related-solution-btn a {
	display: inline-block;
	padding: 5px 10px;
}

.ser-call-wrap .related-solution-text {
	width: 52%;
}

.ser-sale-wrap .related-solution-img {
	width: 26.23%;
}

.ser-sale-wrap .related-solution-text {
	width: 64.968%;
}

.ser-call-wrap .related-solution-btn {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}


/*资料下载*/

.ser-date-download {
	margin-bottom: 80px;
}

.date-download-ul {
	margin-top: 60px;
}

.date-download-ul li {
	width: 22.858%;
	height: 140px;
	box-sizing: border-box;
	padding: 30px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	background-color: #F5F5F5;
	border-radius: 10px;
	text-align: center;
	position: relative;
}

.date-download-ul li:nth-child(4n) {
	margin-right: 0;
}

.date-download-ul li img {
	display: block;
	margin: 0 auto 15px;
}

.date-download-ul li span {
	color: #666666;
}

.date-download-ul li .mask-p {
	display: none;
}

.date-download-ul li .mask-p a {
	display: inline-block;
	color: #FFFFFF;
	margin-top: 40px;
}

.date-download-ul li .mask-p i {
	display: block;
	font-size: 26px;
}

.date-download-ul li .mask-p span {
	color: #FFFFFF;
}

.date-download-ul li:hover .mask-p {
	display: block;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -moz-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: -o-linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	background: linear-gradient(270deg, rgba(36, 106, 206, 1), rgba(56, 142, 239, 1));
	opacity: 0.8;
	border-radius: 10px;
}


/*===========*/