/* 首页主体内容 */
.body {
	overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 60px;
	font-size: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	background: #a0a0a0;
	border-radius: 0;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	position: absolute;
	top: 55%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 99;
}

.banner .swiper-button-prev {
	background: url(../images/banner_arrow.png) no-repeat left top;
	left: 60px;
}

.banner .swiper-button-next {
	background: url(../images/banner_arrow.png) no-repeat left bottom;
	right: 60px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: '';
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: '';
}

.home1 {
	color: #333;
	padding: 40px 30px;
}

.home1 .list {
	font-size: 0;
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
	display: flex;
}

.home1.show .list {
	transform: none;
	opacity: 1;
}

.home1 .list .tit {
	width: calc(25% - 20px);
	margin: 10px;
	/* height: 590px; */
	border: 1px solid #ccc;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.home1 .list .tit .inner {
	padding: 50px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.home1 .list .tit .h {
	font-size: 42px;
	color: #1a1a1a;
}

.home1 .list .tit .p {
	font-size: 24px;
	color: #424242;
	margin-top: 32px;
	text-transform: uppercase;
}

.home1 .list .g {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}

.home1 .list .item {
	width: calc(33.33% - 20px);
	margin: 10px;
	height: 183px;
	display: inline-block;
	border: 1px solid #ccc;
	font-size: 14px;
	box-sizing: border-box;
	transition: all 0.2s ease-out 0s;
	position: relative;
}

.home1 .list .item a {
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	padding: 0 30px;
}

.home1 .list .item a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid #445e9f;
	border-left: 1px solid #445e9f;
	width: 0;
	height: 0;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	box-sizing: border-box;
}

.home1 .list .item .icon1 {
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	float: left;
}

.home1 .list .item .text {
	padding-left: 140px;
	height: 100%;
}

.home1 .list .item .text:before {
	content: "";
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}

.home1 .list .item .text .inner {
	display: inline-block;
	vertical-align: middle;
	width: 96%;
}

.home1 .list .item .h {
	font-size: 30px;
	color: #1b1b1b;
}

.home1 .list .item .p {
	margin-top: 10px;
	line-height: 18px;
	color: #434343;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/*超出3行部分显示省略号，去掉该属性 显示全部*/
	-webkit-box-orient: vertical;
}

.home1 .list .item a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 1px solid #445e9f;
	border-bottom: 1px solid #445e9f;
	width: 0;
	height: 0;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	box-sizing: border-box;
}

.home1 .list .item a .hide_smallIcon {
	display: none;
}

.home1 .list .item a:hover:before {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.home1 .list .item a:hover:after {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.home1 .list .item a:hover .icon1 {
	border: 1px solid #445e9f;
}

.home1 .list .item a:hover .icon1 span {
	border: 1px solid #445e9f;
}

.home1 .list .item a:hover .show_smallIcon {
	display: none;
}

.home1 .list .item a:hover .hide_smallIcon {
	display: inline-block;
}

.home1 .list .item.more .icon1 {
	background: #274174;
	border-color: rgba(255, 255, 255, 0.3);
}

/* 多图 */
.home2 {
	position: relative;
	padding: 0px 1%;
}

.case_list {
	padding: 0 0.5%;
	display: flex;
	flex-wrap: wrap;
}

.case_list .item {
	width: 32.33%;
	margin: 0 0.5% 1%;
	position: relative;
	overflow: hidden;
	opacity: 0;
	background: #ddd;
	float: left;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	transition: all 0.6s ease-out 0s;
	-webkit-transition: all 0.6s ease-out 0s;
}

.case_list .item:nth-child(4n-3) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.2s;
}

.case_list .item:nth-child(4n-2) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.0s;
}

.case_list .item:nth-child(4n-1) {
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.1s;
}

.case_list .item:nth-child(4n) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.case_list .item img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}

.show .case_list .item {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

.case_list .item .mask {
	background: url(../images/pic_mask.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity='0');
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.case_list .item .mask .cell {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.case_list .item .mask .h3 {
	font-size: 36px;
	color: #fff;
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.case_list .item .mask p {
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
	padding: 0 20px;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.case_list .item .mask p a {
	margin: 0 10px;
	display: inline-block;
	color: #fff;
}

.case_list .item:hover img {
	filter: blur(5px);
}

.case_list .item:hover .mask {
	opacity: 0.75;
	filter: alpha(opacity='75');
}

.case_list .item:hover .mask .h3 {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.case_list .item:hover .mask p {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

/* 提升形象 */
.enhanceImage {
	max-width: 1360px;
	height: 595px;
	margin: 45px auto 0;
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}

.enhanceImage.show {
	transform: none;
	opacity: 1;
}

.enhanceImage .vivid {
	width: 542px;
	padding: 0 68px;
	height: 593px;
	border: 1px solid #cccccc;
	position: relative;
}

.enhanceImage .vivid .p1 {
	font-size: 30px;
	color: #274174;
	line-height: 40px;
	margin-top: 60px;
	font-weight: bold;
}

.enhanceImage .vivid .p2 {
	height: 125px;
	font-size: 14px;
	color: #959595;
	line-height: 25px;
	margin-top: 30px;
}

.enhanceImage .vivid .p3 {
	height: 26px;
	width: 100px;
	position: absolute;
	left: 70px;
	bottom: 70px;
}

.enhanceImage .vivid .p3 span {
	display: inline-block;
	width: 22px;
	height: 25px;
	background: url('../images/jt.png') no-repeat;
	margin-right: 8px;
}

.enhanceImage .vivid .p4 {
	width: 203px;
	height: 221px;
	background: url('../images/jz_map.png') no-repeat;
	position: absolute;
	right: 84px;
	bottom: 36px;
}

.vividRight {
	width: 680px;
}

.vividRight dl {
	float: left;
	width: 330px;
	height: 292px;
	border: 1px solid #cccccc;
	margin-left: 8px;
	margin-bottom: 7px;
	text-align: center;
}

.vividRight dl dt {
	color: #274174;
	font-size: 36px;
	font-weight: bold;
	margin: 80px 0 16px;
}

.vividRight dl dd {
	width: 268px;
	margin: auto;
	font-size: 18px;
	color: #434343;
	line-height: 30px;
}

/* 太原科辉荣盛科技有限公司 */
.kh_company {
	border: 1px solid #d5d5d5;
	max-width: 1360px;
	margin: 90px auto 0;
	box-sizing: border-box;
	transition: all 0.2s ease-out 0s;
}

.kh_company .com {
	padding: 50px;
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}

.kh_company.show .com {
	transform: none;
	opacity: 1;
}

.kh_company .com .comp_des {
	width: 415px;
}

.kh_company .com .pic {
	width: 735px;
	height: 430px;
	margin: auto;
}

.kh_company .com .pic img {
	width: 100%;
	height: 100%;
}

.kh_company .comp_des .title {
	font-size: 24px;
	color: #4461a0;
	text-align: center;
}

.kh_company .comp_des .tit {
	font-size: 18px;
	color: #434343;
	margin-top: 15px;
	line-height: 26px;
}

.kh_company .comp_des .des {
	color: #959595;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

.home3 {
	padding: 50px 40px;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}

.home3 .item {
	width: 33.33%;
	display: inline-block;
	color: #333;
	transition: all 0.3s ease-out 0s;
	display: block;
	padding: 30px 50px;
	box-sizing: border-box;
	transform: translateY(30px);
	opacity: 0;
}

.home3.show .item {
	transform: none;
	opacity: 1;
}

.home3 .item:nth-child(3n-2) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.home3 .item:nth-child(3n-1) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.home3 .item:nth-child(3n) {
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
}

.news_list .item .date {
	font-family: Arial;
	line-height: 1;
	padding-bottom: 25px;
	border-bottom: 1px solid #4461a0;
}

.news_list .item .h {
	margin-top: 25px;
	font-size: 24px;
}

.news_list .item .h a {
	color: #1b1b1b;
}

.news_list .item .p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
}

.news_list .item .p a {
	color: #434343;
	font-size: 15px;
	line-height: 26px;
}

.news_list .item .tags {
	margin-top: 20px;
	font-size: 18px;
}

.news_list .item .tags a {
	color: #4461a0;
}

.news_list .item:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

/* 代运营页面 */
.build1 {
	padding: 100px 0 45px;
}

.build_title {
	text-align: center;
}

.build_title h1 {
	font-size: 48px;
	color: #1b1b1b;
}

.build_title p {
	font-size: 18px;
	margin-top: 25px;
	color: #444444;
	text-transform: uppercase;
}

.build1 .dtabs {
	margin-top: 75px;
}

.build1 .dtabs h2 {
	float: left;
	width: 282px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: #4461a0;
	margin: 0 0 22px 22px;
	position: relative;
	cursor: pointer;
}

.build1 .dtabs h2:nth-child(4n-3) {
	margin-left: 0;
}

.build1 .dtabs h2 a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.build1 .dtabs h2.now:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	background: url(../images/arrow1.png) center center no-repeat;
	width: 24px;
	height: 6px;
	margin-left: -12px;
}

.build1 .arc {
	margin-top: 30px;
	height: 353px;
	position: relative;
}

.build1 .arc .pic {
	float: left;
	width: 584px;
	height: 353px;
	overflow: hidden;
}

.build1 .arc .con {
	float: right;
	width: 576px;
	padding-top: 18px;
}

.build1 .arc .con .h3 {
	font-size: 30px;
}

.build1 .arc .con .h4 {
	margin-top: 15px;
	font-size: 20px;
	line-height: 30px;
}

.build1 .arc .con .txt {
	margin-top: 12px;
	line-height: 1.7;
}

.serv {
	margin-top: 65px;
}

.serv .common_button {
	text-align: center;
}

.serv .tel {
	text-align: center;
	font-size: 44px;
	font-family: Arial;
	color: #434343;
	margin-top: 25px;
}

@-webkit-keyframes tel {
	0% {
		-webkit-transform: scale(1);
	}

	1% {
		-webkit-transform: scale(1.3);
	}

	3% {
		-webkit-transform: scale(0.8);
	}

	6% {
		-webkit-transform: scale(1);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes tel {
	0% {
		transform: scale(1);
	}

	1% {
		transform: scale(1.3);
	}

	3% {
		transform: scale(0.8);
	}

	6% {
		transform: scale(1);
	}

	100% {
		transform: scale(1);
	}
}

.tel i {
	animation: tel 6s ease-out 0s infinite;
	-webkit-animation: tel 6s ease-out 0s infinite;
	display: inline-block;
	letter-spacing: -6px;
}

.serv p {
	text-align: center;
	font-size: 20px;
	color: #434343;
	margin-top: 24px;
}

/* 相关案例 */
.build2 {
	padding: 40px 0 55px;
	position: relative;
}

.build2 .list .item {
	position: relative;
	overflow: hidden;
	float: left;
	width: 388px;
	height: 234px;
	margin: 0 0 16px 16px;
	opacity: 0;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.build2 .list .item:nth-child(3n-2) {
	margin-left: 0;
}

.build2 .list .item:nth-child(1) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.build2 .list .item:nth-child(2) {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.build2 .list .item:nth-child(3) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.build2 .list .item:nth-child(4) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.build2 .list .item:nth-child(5) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.build2 .list .item:nth-child(6) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.build2.show .list .item {
	opacity: 1;
	transform: translateY(0px) rotateX(0deg);
	-webkit-transform: translateY(0px) rotateX(0deg);
}

.build2 .list .item img {
	width: 100%;
	height: auto;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.build2 .list .item .mask {
	background: url(../images/pic_mask.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity='0');
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.build2 .list .item .mask .cell {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.build2 .list .item .mask .h3 {
	font-size: 32px;
	transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.build2 .list .item .mask .h3 a {
	color: #fff;
}

.build2 .list .item .mask p {
	font-size: 16px;
	margin-top: 20px;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	padding: 0 10px;
}

.build2 .list .item .mask p a {
	margin: 0 10px;
	display: inline-block;
	color: #fff;
}

.build2 .list .item:hover .mask {
	opacity: 1;
	filter: alpha(opacity='100');
}

.build2 .list .item:hover .mask .h3 {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.build2 .list .item:hover .mask p {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.build2 .common_button {
	margin-top: 40px;
	text-align: center;
}

.build2 .common_button a h3 {
	display: inline-block;
	font-size: inherit;
}

/* 文字描述 */
.build3 {
	position: relative;
	/* padding: 45px 0 80px; */
}

.build3 .item {
	float: left;
	width: 392px;
	height: 180px;
	background: #374b7a;
	color: #fff;
	margin: 0 0 9px 9px;
	position: relative;
	opacity: 0;
	transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

.build3.show .item {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.build3 .item:nth-child(4n-3) {
	margin-left: 0;
}

.build3 .item.s {
	background: #4461a0;
	width: 192px;
}

.build3 .item .h3 {
	padding: 40px 32px 0;
	font-size: 20px;
	transition: all 0.2s linear 0s;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.build3 .item .h3 a {
	overflow-wrap: break-word;
	color: #fff;
}

.build3 .item .tag {
	padding: 0 32px 32px;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.build3 .item .tag a {
	color: #fff;
}

.build3 .item.s .h3 {
	font-size: 16px;
	line-height: 1.5;
}

.build3 .common_button {
	text-align: center;
	margin: 100px 0 60px;
}

.build3 .refresh {
	width: 192px;
	height: 180px;
	float: left;
	margin-left: 9px;
	background: #374b7a;
	opacity: 0;
	transition: transform 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s, opacity 0.5s ease-out 0s;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

.build3.show .refresh {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.build3 .refresh span {
	display: block;
	width: 180px;
	height: 180px;
	background: url(../images/refresh.png) center center no-repeat;
	cursor: pointer;
	margin: auto;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
}

.build3 .refresh:hover span {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

/* 案例页面 */
.case1 {
	background: url(../images/nav_child_bg.png);
	position: relative;
}

.case1 .block {
	padding: 90px 0;
	text-align: center;
}

.case1 .title .h2 {
	color: #fff;
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.5, 0, 0.3, 1) 0s;
	-webkit-transition: all 1.5s cubic-bezier(0.5, 0, 0.3, 1) 0s;
	transform: translateX(-120px);
	-webkit-transform: translateX(-120px);
	font-size: 48px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.case1 .title .h3 {
	color: #fff;
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.5, 0, 0.3, 1) 0s;
	-webkit-transition: all 1.5s cubic-bezier(0.5, 0, 0.3, 1) 0s;
	transform: translateX(120px);
	-webkit-transform: translateX(120px);
	font-size: 24px;
	margin-top: 10px;
	line-height: 1.5;
}

.case1.show .title .h2 {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}

.case1.show .title .h3 {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}

.case_row {
	margin-top: 70px;
	margin-bottom: 70px;
}

.case_row .block .col-xs-3 {
	width: 23%;
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 1.3333%;
	text-align: center;
	line-height: 50px;
	background: #4461a0;
	color: #fff;
	margin-top: 6px;
}

.case_row .block .col-xs-3:nth-child(4n) {
	margin-right: 0;
}

.case_row .block .col-xs-3 .btn {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 22px;
	color: #fff;
}

.case2 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 55px;
	/* padding: 70px 0 80px; */
	/* position: relative; */
}

.case2 .title {
	max-width: 1230px;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 50px;
}

.case2 .list {
	margin-left: -15px;
}

.case2 .list .item {
	width: 388px;
	height: 234px;
	/* background-color: #a0a0a0; */
	border-radius: 10px;
	float: left;
	margin-left: 15px;
	overflow: hidden;
	position: relative;
	/* opacity: 0; */
	/* 	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px); */
}

.case2 .list .item:nth-child(n+4) {
	margin-top: 15px;
}

/* .case2.show .list .item {
	opacity: 1;
	transform: translateY(0px) rotateX(0deg);
	-webkit-transform: translateY(0px) rotateX(0deg);
	overflow: hidden;
	border-radius: 10px;
} */

/* .case2 .list .item:nth-child(6n-5) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.case2 .list .item:nth-child(6n-4) {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.case2 .list .item:nth-child(6n-3) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.case2 .list .item:nth-child(6n-2) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.case2 .list .item:nth-child(6n-1) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.case2 .list .item:nth-child(6n) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
} */

.case2 .list .item img {
	display: block;
	/* 	width: 100%;
	height: 100%;
	object-fit: cover; */

	width: auto;
	height: 100%;
	margin: 0 auto;
	/* 	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s; */
}

.case2 .list .item .mask {
	background: url(../images/pic_mask.png);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity='0');
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	font-size: 36px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case2 .list .item:hover .mask {
	opacity: 1;
	filter: alpha(opacity='100');
}

.case2 .list .item .mask .cell {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.case2 .list .item .mask .h3 {
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	padding: 0 15px;
	transform: translateY(20px);
	-ms-transform: translateY(-20px);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.case2 .list .item .mask .h3 a {
	color: #fff;
}

.case2 .list .item .mask p {
	font-size: 16px;
	margin-top: 20px;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
}

.case2 .list .item .mask p a {
	margin: 0 10px;
	display: inline-block;
	color: #fff;
}

.case2 .list .item:hover .mask .h3 {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.case2 .list .item:hover .mask p {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

/* 我们  页面 */
.title1 {
	text-align: center;
	color: #1b1b1b;
}

.about1 {
	background: url(../images/nav_child_bg.png);
	text-align: center;
	padding: 80px 0;
}

.about1 .title1 {
	color: #fff;
}

.about1 .title1 .h {
	transition: all 1.5s cubic-bezier(0.5, 0, 0.3, 1) 0s;
	-webkit-transition: all 1.5s cubic-bezier(0.5, 0, 0.3, 1) 0s;
	transform: translateX(-120px);
	-webkit-transform: translateX(-120px);
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.about1.show .title1 .h {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}

.title1 .h {
	font-size: 48px;
}

.title1 .d {
	font-size: 24px;
}

.about2 {
	padding: 110px 0 0;
}

.about2 .text {
	margin-top: 40px;
	font-size: 22px;
	line-height: 45px;
	text-align: center;
	color: #434343;
	padding: 0 20px;
	opacity: 0;
	transform: translateY(60px);
	transition: all .6s ease-out 0s;
}

.about2.show .text {
	opacity: 1;
	transform: translateY(0);
}

.about3 {
	padding: 110px 40px 0;
}

.about3 .list {
	display: flex;
	font-size: 0;
	margin: 50px -13px 0;
	flex-wrap: wrap;
}

.about3 .item {
	width: calc(16.66% - 26px);
	display: inline-block;
	margin: 0 13px 26px;
	height: 145px;
	line-height: 145px;
	text-align: center;
	box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
	position: relative;
	opacity: 0;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.about3.show .item {
	opacity: 1;
	transform: translateY(0px) rotateX(0deg);
	-webkit-transform: translateY(0px) rotateX(0deg);
}

.about3 .item:nth-child(6n-5) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.about3 .item:nth-child(6n-4) {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.about3 .item:nth-child(6n-3) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.about3 .item:nth-child(6n-2) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.about3 .item:nth-child(6n-1) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.about3 .item:nth-child(6n) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.about3 .item a {
	display: block;
	height: 100%;
}

.about3 .item img {
	max-height: 80%;
	max-width: 80%;
}

.about3 .item a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-top: 1px solid #445e9f;
	border-left: 1px solid #445e9f;
	width: 0;
	height: 0;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	box-sizing: border-box;
}

.about3 .item a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	border-right: 1px solid #445e9f;
	border-bottom: 1px solid #445e9f;
	width: 0;
	height: 0;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	box-sizing: border-box;
}

.about3 .item a:hover:before {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.about3 .item a:hover:after {
	width: 100%;
	height: 100%;
	visibility: visible;
}

.about4 {
	padding: 100px 40px 0;
}

.about4 .list {
	margin: 50px -15px 0;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
}

.about4 .list .item {
	width: calc(25% - 30px);
	display: inline-block;
	margin: 0 15px 30px;
	color: #333;
	opacity: 0;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.about4 .list .item:nth-child(4n-3) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.about4 .list .item:nth-child(4n-2) {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.about4 .list .item:nth-child(4n-1) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.about4 .list .item:nth-child(4n) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.about4.show .list .item {
	opacity: 1;
	transform: translateY(0px) rotateX(0deg);
	-webkit-transform: translateY(0px) rotateX(0deg);
}

.about4 .list .item a {
	display: block;
	padding: 40px 50px;
	border: 1px solid #ccc;
	position: relative;
}

.about4 .list .item .h {
	font-size: 24px;
	line-height: 1.3;
	overflow: hidden;
	color: #1b1b1b;
}

.about4 .list .item .p {
	font-size: 14px;
	margin-top: 10px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	color: #1b1b1b;
}

.about4 .list .item .more {
	font-size: 27px;
	color: #465fa1;
	margin-top: 35px;
}

.about4 .list .item a:before {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	border-top: 1px solid #445e9f;
	border-left: 1px solid #445e9f;
	width: 0;
	height: 0;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	box-sizing: border-box;
}

.about4 .list .item a:after {
	content: "";
	position: absolute;
	right: -1px;
	bottom: -1px;
	border-right: 1px solid #445e9f;
	border-bottom: 1px solid #445e9f;
	width: 0;
	height: 0;
	transition: all 0.4s ease-out 0s;
	visibility: hidden;
	box-sizing: border-box;
}

.about4 .list .item a:hover:before {
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	visibility: visible;
}

.about4 .list .item a:hover:after {
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	visibility: visible;
}

.about5 {
	padding: 80px 80px 100px;
}

.about5 .list {
	margin-top: 60px;
}

.about5 .item {
	height: 500px;
	overflow: hidden;
}

.about5 .item .pic {
	width: 50%;
	display: inline-block;
	height: 100%;
	background: #eee;
}

.about5 .item .text {
	width: 50%;
	display: flex;
	align-items: center;
	color: #434343;
	height: 100%;
}

.about5 .item .text .inner {
	padding: 0 80px;
	display: inline-block;
	vertical-align: middle;
	width: 99%;
	box-sizing: border-box;
}

.about5 .item .text .h {
	font-size: 42px;
}

.about5 .item .text ul {
	margin-top: 20px;
	line-height: 30px;
}

.about5 .item .text li {
	margin-bottom: 8px;
	font-size: 20px;
}

/* 新闻内页 */
.news_content {
	width: 820px;
	margin: 140px auto 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
}

.news_content p {
	font-size: 16px;
	line-height: 30px;
	color: #434343;
	margin-bottom: 20px;
}



/* 新闻列表 */
.news .news2-text .box{
	background: #dcdcdc;
	padding: 15px 0;
	width: 160px;
	text-align: center;
}
.news .news2-text .box-text{
	margin-left: 30px;
}
.news .news2-text .box-text h4{
	font-size: 20px;
	font-weight: 550;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 10px;
}
.news .news2-text .box span{
	font-size: 16px;
}
.news .news2-text .box h4{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news .news2-text  .box-text p{
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	min-height: 63px;
	line-height: 1.5em;
}
.news .news2-text{
	display: flex;
	align-items: center;
	overflow: hidden;
	padding:10px 5px;
	border-bottom: 1px solid #bcbcbc;
}


.articles_number {
	width: 820px;
	margin: auto;
	height: 80px;
	line-height: 80px;
	color: #434343;
	font-size: 14px;
}

.articles_number p {
	width: 400px;
	height: 80px;
	overflow: hidden;
}

.articles_number p.next {
	text-align: right;
}

.articles_number a {
	color: #434343;
}

.news_content .title {
	font-size: 30px;
	color: #1b1b1b;
	text-align: center;
}

.news_content .date {
	font-size: 14px;
	color: #434343;
	margin-top: 14px;
	text-align: center;
	margin-bottom: 50px;
}

/* 机电行业 */
/* 机电行业 */
/* 机电行业 */
.electromechanical .title .h3 {
	margin-top: 40px;
}

.electromechanical .title .wordList {
	margin-top: 30px;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.5, 0, 0.3, 1) 0s;
	-webkit-transition: all 1.5s cubic-bezier(0.5, 0, 0.3, 1) 0s;
	transform: translateX(120px);
	-webkit-transform: translateX(120px);
}

.case1.show .title .wordList {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
}

/* 竞价托管 */
/* 竞价托管 */
/* 竞价托管 */
.price_puzzled {
	width: 1074px;
	margin: auto;
}

.price_puzzled .priceTitle {
	margin: 0;
	margin-bottom: 85px;
}

.priceTitle {
	color: #1b1b1b;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

.price_puzzled .partOne {
	width: 590px;
	margin: 0 auto 75px;
}

.price_puzzled .puzzledDl {
	width: 245px;
	text-align: center;
}

.price_puzzled .puzzledDl dt {
	width: 96px;
	height: 96px;
	line-height: 96px;
	text-align: center;
	border: 2px solid #cccccc;
	border-radius: 50%;
	margin: auto;
}

.price_puzzled .puzzledDl .dd1 {
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	margin: 14px 0 16px;
}

.price_puzzled .puzzledDl .dd2 {
	color: #737373;
	font-size: 18px;
}

.presentProblem {
	width: 460px;
	height: 80px;
	background: #274174;
	border-radius: 39px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 80px;
	margin: 82px 0 0 70px;
}

.chooseReason {
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}

.chooseReason.show {
	transform: none;
	opacity: 1;
}

.chooseReason .priceTitle {
	margin-top: 110px;
	margin-bottom: 80px;
}

.chooseReason .fourReason {
	border: 1px solid #cccccc;
	width: 1198px;
	height: 230px;
	padding-top: 50px;
	margin: auto;
}

.chooseReason .fourReason dl {
	float: left;
	width: 25%;
	padding: 0 60px;
	box-sizing: border-box;
	position: relative;
}

.chooseReason .fourReason dl:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 154px;
	background: #ccc;
	top: 15px;
	right: 0;
}

.chooseReason .fourReason dl:last-child:after {
	display: none;
}

.chooseReason .fourReason dl dt {
	width: 42px;
	margin: auto;
}

.chooseReason .fourReason dl .line {
	width: 42px;
	height: 2px;
	background: #274174;
	margin: 20px auto;
}

.chooseReason .fourReason dl .dd1 {
	color: #7f7f7f;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	height: 72px;
}

.chooseReason .fourReason dl .dd2 {
	color: #1b1b1b;
	font-size: 30px;
	text-align: center;
}

.provide_services {
	padding: 120px 0;
	margin-top: 110px;
	background: url(../images/nav_child_bg.png);
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}

.provide_services.show {
	transform: none;
	opacity: 1;
}

.provide_services .insetService {
	width: 1200px;
	margin: auto;
}

.provide_services .serviceLeft {
	width: 435px;
}

.provide_services .serviceCenter {
	width: 316px;
	height: 545px;
	background: url('../images/service.png') no-repeat;
	margin-left: 7px;
}

.provide_services .serviceLeft dl {
	background: #fff;
	padding: 28px 30px 0 30px;
	height: 126px;
	width: 375px;
	margin-top: 21px;
}

.provide_services .serviceLeft dl dt {
	height: 45px;
	line-height: 45px;
	font-size: 28px;
	color: #333;
}

.provide_services .serviceLeft dl dt span {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #274174;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	font-weight: bold;
}

.provide_services .serviceLeft dl dd {
	margin-top: 10px;
	height: 48px;
	line-height: 24px;
	font-size: 16px;
	color: #656565;
	overflow: hidden;
}

/* 解决所有烦恼 */
.solve_troubles {
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}

.solve_troubles.show {
	transform: none;
	opacity: 1;
}

.solve_troubles .priceTitle {
	margin: 130px 0;
}

.priceTitle span {
	color: #274174;
}

.solve_troubles .troubleDl {
	margin: 30px auto 0;
	width: 1140px;
}

.solve_troubles .troubleDl dt {
	width: 515px;
	height: 399px;
}

.solve_troubles .troubleDl dd .p1 {
	margin: 100px 0 14px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.solve_troubles .troubleDl dd .p2 {
	color: #737373;
	font-size: 20px;
	margin-bottom: 24px;
}

.solve_troubles .troubleDl dd ul li {
	height: 40px;
	line-height: 40px;
	color: #737373;
}

.solve_troubles .troubleDl dd ul li span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #274174;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	top: 5px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
}

/* 行业见证 */
.industry_witness .witness {
	width: 1200px;
	margin: auto;
	padding-bottom: 120px;
}

.industry_witness .witness a {
	display: block;
	width: 200px;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #333333;
}

.industry_witness .witness a .p1 {
	width: 132px;
	height: 97px;
	padding-top: 35px;
	border: 2px solid #ccc;
	border-radius: 50%;
	margin: 0 auto 23px;
}

.industry_witness .witness a .p1 img {
	margin: auto;
}

.industry_witness .witness a .p1 .img1 {
	display: block;
}

.industry_witness .witness a .p1 .img2 {
	display: none;
}

.industry_witness .witness a:hover .p1 {
	background: #274174;
}

.industry_witness .witness a:hover .p1 .img1 {
	display: none;
}

.industry_witness .witness a:hover .p1 .img2 {
	display: block;
}

/* 代运营 */
/* 代运营 */
/* 代运营 */
.website_function {
	width: 935px;
	margin: 80px auto 0;
	height: 431px;
	background: url('../images/phone_yy.png') no-repeat center;
}

.website_function .websiteLeft {
	margin-top: 140px;
}

.website_function li {
	height: 40px;
	width: 345px;
	margin-bottom: 50px;
}

.website_function li .word {
	height: 38px;
	width: 218px;
	border: 1px solid #333;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #1b1b1b;
}

.website_function li .cir {
	width: 16px;
	height: 16px;
	background: #5c80ca;
	border-radius: 50%;
	position: relative;
	margin-top: 12px;
}

.website_function li .cir:before {
	content: '';
	width: 78px;
	height: 2px;
	background: #5c80ca;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -78px;
}

.website_function .websiteRight li .cir:before {
	left: 16px;
}

/* 怎样才能让您的网站会赚钱 */
.website_make_money {
	padding: 20px 0 80px;
}

.click_makeMoney {
	display: block;
	width: 400px;
	height: 52px;
	background: #274174;
	border-radius: 26px;
	font-size: 18px;
	color: #fff;
	line-height: 52px;
	text-align: center;
	margin: -40px auto 86px;
}

.targeted_profession {
	width: 1100px;
	margin: auto;
}

.targeted_profession dl {
	float: left;
	width: 305px;
	margin-right: 92px;
	text-align: center;
}

.targeted_profession dl:nth-child(3n) {
	margin-right: 0;
}

.targeted_profession dl .dd1 {
	font-weight: bold;
	font-size: 30px;
	color: #333;
	margin: 30px 0 15px;
}

.targeted_profession dl .dd2 {
	font-size: 16px;
	color: #737373;
	line-height: 25px;
}

/* 服务流程 */
.website_process {
	width: 100%;
	height: 842px;
	padding-top: 96px;
	background: url('../images/pic_lc_service.png') no-repeat center;
	background-size: cover;
	color: #fff;
}

.website_process .tit1 {
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}

.website_process .tit2 {
	font-size: 20px;
	margin-top: 30px;
	text-align: center;
}

.website_process .step {
	width: 1066px;
	height: 450px;
	margin: 135px auto 0;
	position: relative;
}

.website_process .step dl {
	width: 130px;
	text-align: center;
	position: absolute;
	opacity: 0;
	transition: all 0.8s ease-out 0s;
	-webkit-transition: all 0.8s ease-out 0s;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
}

.website_process.show .step dl {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}

.website_process .step dl dt {
	font-weight: bold;
	font-size: 24px;
}

.website_process .step dl dd {
	font-size: 26px;
	margin-top: 20px;
}

.website_process .step .dl1 {
	left: 0;
	top: 75px;
	transition-delay: 0s;
}

.website_process .step .dl2 {
	left: 135px;
	top: 245px;
	transition-delay: 0.8s;
}

.website_process .step .dl3 {
	left: 288px;
	top: 0;
	transition-delay: 1.6s;
}

.website_process .step .dl4 {
	left: 450px;
	top: 120px;
	transition-delay: 2.4s;
}

.website_process .step .dl5 {
	left: 590px;
	bottom: 0;
	transition-delay: 3.2s;
}

.website_process .step .dl6 {
	right: 130px;
	top: 240px;
	transition-delay: 4s;
}

.website_process .step .dl7 {
	right: 15px;
	top: 55px;
	transition-delay: 4.8s;
}

.website_process .step .line1 {
	width: 82px;
	height: 107px;
	position: absolute;
	background: url('../images/lc_service1.png') no-repeat;
	top: 85px;
	left: 115px;
}

.website_process .step .line2 {
	width: 92px;
	height: 168px;
	position: absolute;
	background: url('../images/lc_service2.png') no-repeat;
	top: 125px;
	left: 288px;
}

.website_process .step .line3 {
	width: 72px;
	height: 135px;
	position: absolute;
	background: url('../images/lc_service3.png') no-repeat;
	top: 253px;
	left: 515px;
}

.website_process .step .line4 {
	width: 138px;
	height: 96px;
	position: absolute;
	background: url('../images/lc_service4.png') no-repeat;
	top: 235px;
	left: 660px;
}

.website_process .step .line5 {
	width: 113px;
	height: 149px;
	position: absolute;
	background: url('../images/lc_service5.png') no-repeat;
	top: 168px;
	right: 0;
}

.website_product {
	opacity: 0;
	transition: all 0.3s ease-out 0s;
}

.website_product.show {
	opacity: 1;
}

.website_product .map {
	width: 1167px;
	height: 555px;
	margin: auto;
}

/* 案例展示 */
.website_caseShow {
	padding-top: 40px;
}

.website_caseShow .case2 {
	padding-top: 0;
}

/* 小程序开发 */
/* 小程序开发 */
/* 小程序开发 */
.smallProgram_what .info {
	/* padding: 0 105px; */
	font-size: 18px;
	color: #737373;
	/* line-height: 30px; */
	text-align: center;
	/* margin: -55px 0 105px; */
}

.wrap_margin {
	width: 1200px;
	margin: auto;
}

.smallProgram_what dl {
	float: left;
	width: 240px;
	padding: 0 30px;
	text-align: center;
	margin-top: 50px;
}

.smallProgram_what dl dt {
	width: 68px;
	height: 68px;
	margin: auto;
}

.smallProgram_what dl dd .p1 {
	font-size: 24px;
	color: #333;
	margin: 54px 0 16px;
}

.smallProgram_what dl dd .p2 {
	line-height: 20px;
	color: #737373;
}

/* 小程序流量入口 */
.smallProgram_entrance {
	background: #fafafa;
	padding: 20px 0 60px 0;
	margin-top: 120px;
}

.smallProgram_entrance .info {
	font-size: 18px;
	color: #737373;
	line-height: 30px;
	text-align: center;
	margin: -55px 0 65px;
}

.smallProgram_entrance dl {
	width: 220px;
	padding: 0 40px;
	float: left;
	height: 220px;
	text-align: center;
}

.smallProgram_entrance dl .dd1 {
	font-size: 18px;
	color: #333;
	margin: 30px 0 20px;
}

.smallProgram_entrance dl .dd2 {
	font-size: 14px;
	color: #737373;
	line-height: 20px;
}

.smallProgram_entrance .click_makeMoney {
	margin: 20px auto 0;
}

/* 为什么要做小程序 */
.smallProgram_why {
	padding: 80px 0 380px;
}

.smallProgram_why .programReason {
	width: 580px;
}

.smallProgram_why .programKnow {
	width: 600px;
}

.smallProgram_why .whyTitle {
	font-size: 36px;
	font-weight: bold;
	color: #1b1b1b;
	margin-bottom: 50px;
}

.smallProgram_why .whyTitle span {
	color: #274174;
}

.smallProgram_why .programReason dl {
	margin-bottom: 44px;
}

.smallProgram_why .programReason dl dt {
	font-size: 18px;
	color: #2c6ed5;
	font-weight: bold;
	margin-bottom: 10px;
}

.smallProgram_why .programReason dl dd {
	color: #737373;
}

.smallProgram_why .programReason ul li {
	height: 25px;
	line-height: 25px;
	color: #737373;
	position: relative;
	padding-left: 16px;
}

.smallProgram_why .programReason ul li:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	border: 2px solid #0e70bb;
	border-radius: 50%;
	top: 9px;
	left: 0;
}

.smallProgram_why .programKnow dl {
	margin-bottom: 20px;
}

.smallProgram_why .programKnow dl dt {
	width: 71px;
	height: 71px;
	border-radius: 20px;
	text-align: center;
	line-height: 71px;
}

.smallProgram_why .programKnow dl dd {
	width: 500px;
	margin-left: 20px;
	color: #737373;
}

.smallProgram_why .programKnow dl .dt1 {
	background: #a07cff;
}

.smallProgram_why .programKnow dl .dt2 {
	background: #3bf4dc;
}

.smallProgram_why .programKnow dl .dt3 {
	background: #ff7496;
}

.smallProgram_why .programKnow dl .dt4 {
	background: #4cf5a5;
}

.smallProgram_why .programKnow dl .dt5 {
	background: #27caff;
}

.smallProgram_why .programKnow dl .p1 {
	margin: 12px 0 10px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

/* 设计搭建售后 */
/* .smallProgram_customer {
	height: 950px;
	background: #fafafa;
	position: relative;
} */

.smallProgram_customer .demand {
	width: 1200px;
	margin: 0 auto;
	/* 	height: 565px;
	position: absolute;
	left: 0;
	right: 0;
	top: -205px;
	margin: auto;
	padding-top: 20px;
	background: #fff;
	box-shadow: 5px 5px 10px #f4f4f4, -5px -5px 10px #f4f4f4; */
}

.smallProgram_customer .demand .priceTitle {
	margin-top: 100px;
	margin-bottom: 80px;
}

.smallProgram_customer .demand .dlOne dl {
	width: 400px;
	text-align: center;
	float: left;
}

.smallProgram_customer .demand .dlOne dl dd {
	color: #333333;
	font-size: 20px;
	margin-top: 20px;
}

.smallProgram_customer .dlTwo .t1 {
	color: #737373;
	font-size: 30px;
	padding: 505px 0 12px;
	text-align: center;
}

.smallProgram_customer .dlTwo .t2 {
	font-size: 36px;
	color: #1b1b1b;
	font-weight: bold;
	text-align: center;
	margin-bottom: 118px;
}

.smallProgram_customer .dlTwo dl {
	float: left;
	width: 300px;
	text-align: center;
}

.smallProgram_customer .dlTwo dl dd {
	margin-top: 28px;
	font-size: 20px;
	color: #333333;
}

/* 定制专属小程序 */
.smallProgram_exclusive {
	padding: 40px 0 100px;
}

.smallProgram_exclusive .exclusive {
	width: 1160px;
	margin: auto;
}

.smallProgram_exclusive .exclusive .item {
	width: 192px;
	height: 200px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	float: left;
}

.smallProgram_exclusive .exclusive .item .proPic {
	width: 192px;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.smallProgram_exclusive .exclusive .item .proPic img {
	width: auto;
}

.smallProgram_exclusive .exclusive .item .gray {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}

.smallProgram_exclusive .exclusive .item dl {
	width: 100%;
	height: 132px;
	padding-top: 68px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
}

.smallProgram_exclusive .exclusive .item dl dd {
	color: #fff;
	font-size: 18px;
	margin-top: 18px;
}

.smallProgram_exclusive .exclusive .item dl dt {
	width: 100%;
	height: 48px;
}

.smallProgram_exclusive .click_makeMoney {
	margin: 60px auto 0;
}

.smallProgram_caseShow .tab .list {
	height: 57px;
	text-align: center;
}

.smallProgram_caseShow .tab .list span {
	display: inline-block;
	width: 140px;
	height: 57px;
	text-align: center;
	margin: 0 15px;
	color: #274174;
	font-size: 20px;
	cursor: pointer;
	line-height: 45px;
}

.smallProgram_caseShow .tab .list span.active {
	background: url('../images/tabBg.png') no-repeat center;
	color: #fff;
}

.smallProgram_caseShow .tab .con {
	margin: 40px 0 120px;
}

.smallProgram_caseShow .tab .con .conItem {
	display: none;
}

.smallProgram_caseShow .tab .con .conItem:first-child {
	display: block;
}

.smallProgram_caseShow .tab .conItem a {
	display: block;
	width: 286px;
	height: 508px;
	float: left;
	margin-right: 18px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.smallProgram_caseShow .tab .conItem a:nth-child(4n) {
	margin-right: 0;
}

.smallProgram_caseShow .tab .conItem a img {
	width: auto;
	height: 100%;
}

/* 微信开发 */
/* 微信开发 */
/* 微信开发 */
.wechatdevelop_part1 .info {
	/* margin-bottom: 50px; */
}

.wechatdevelop_part1 .click_makeMoney {
	margin-top: 75px;
	margin-bottom: 100px;
}

.wechatdevelop_freeCase {
	padding-top: 60px;
	height: 140px;
	width: 100%;
	background: url('../images/weiX_pic.png') no-repeat center;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.wechatdevelop_freeCase .p1 {
	font-size: 28px;
}

.wechatdevelop_freeCase .getCase {
	display: block;
	width: 155px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	font-size: 16px;
	margin: 24px auto 0;
	border-radius: 20px;
	color: #fff;
}

.wechatdevelop_spot {
	margin-top: 0;
	background: #fff;
}

.wechatdevelop_spot dl {
	width: 270px;
	padding: 0 15px;
}

.wechatdevelop_spot dl .dd1 {
	font-weight: bold;
}

.wechatdevelop_spot dl .dd2 {
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}

.wechatdevelop_spot .click_makeMoney {
	margin-top: 50px;
}

.wechatdevelop_industry {
	padding-bottom: 400px;
}

.wechatdevelop_industry .exclusive {
	width: 1200px;
}

.wechatdevelop_industry .exclusive .item {
	width: 300px;
	height: 400px;
	position: relative;
	float: left;
}

.wechatdevelop_industry .exclusive .item .proPic {
	width: 300px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.wechatdevelop_industry .exclusive .item .proPic img {
	width: auto;
	height: 100%;
}

.wechatdevelop_industry .exclusive .item .gray {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
}

.wechatdevelop_industry .exclusive .item dl {
	width: 100%;
	height: 225px;
	padding-top: 175px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
}

.wechatdevelop_industry .exclusive .item dl dd {
	color: #fff;
	font-size: 18px;
	margin-top: 18px;
}

.wechatdevelop_industry .info {
	color: #737373;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin: -55px 0 60px;
}

.smallProgram_developService {
	padding-bottom: 120px;
}

.smallProgram_developService .info {
	color: #737373;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin: -55px 0 30px;
}

.smallProgram_developService dl {
	width: 200px;
	text-align: center;
	float: left;
}

.smallProgram_developService dl dt {
	height: 80px;
	line-height: 80px;
}

.smallProgram_developService dl dt img {
	vertical-align: middle;
}

.smallProgram_developService dl dd {
	margin-top: 15px;
	font-size: 20px;
}

/* 网站建设 */
/* 网站建设 */
/* 网站建设 */
.webSite_page .page .list {
	height: 50px;
	text-align: center;
	margin-bottom: 60px;
}

.webSite_page .page .list span {
	display: inline-block;
	width: 230px;
	height: 50px;
	line-height: 50px;
	color: #0b3a6a;
	font-size: 20px;
	margin: 0 13px;
	border-radius: 5px;
	cursor: pointer;
}

.webSite_page .page .list span.active {
	background: #0b3a6a;
	color: #fff;
}

.webSite_page .info {
	margin-bottom: 65px;
}

.webSite_page .page .con {
	height: 300px;
	padding: 0 30px;
}

.webSite_page .page .con .swiper-slide {
	/*height: 62px;*/
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.webSite_page .page .con .swiper-slide img {
	width: auto;
}

.webSite_page .page .con .conItem {
	position: relative;
	display: none;
	height: 223px;
}

.webSite_page .page .con .swiper-slide a {
	height: 223px;
}

.webSite_page .page .con .conItem:first-child {
	display: block;
}

.webSite_page .conItem .swiper-button-prev,
.webSite_page .conItem .swiper-button-next {
	width: 42px;
	height: 36px;
	outline: none;
}

.webSite_page .conItem .swiper-button-next {
	background: url('../images/website_right.png') no-repeat;
}

.webSite_page .conItem .swiper-button-prev {
	background: url('../images/website_left.png') no-repeat;
}

.webSite_page .conItem .btn {
	width: 200px;
	height: 36px;
	position: absolute;
	top: 270px;
	left: 0;
	right: 0;
	margin: auto;
}

.webSite_goodWeb {
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}

.webSite_goodWeb.show {
	transform: none;
	opacity: 1;
}

.webSiteBuild {
	width: 1200px;
	margin: auto;
	padding: 25px 0 30px;
}

.webSiteBuild dl {
	float: left;
	width: 250px;
	text-align: center;
	margin-right: 222px;
}

.webSiteBuild dl:nth-child(3n) {
	margin-right: 0;
}

.webSiteBuild dl .dd1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 20px 0 15px;
}

.webSiteBuild dl .dd2 {
	height: 95px;
	color: #737373;
	line-height: 22px;
}

.webSite_whatever {
	height: 630px;
	background: url('../images/websitebg.png') no-repeat center;
	background-size: cover;
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
	position: relative;
}

.webSite_whatever .gray11 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #4a6d90;
	opacity: 0.6;
}

.webSite_whatever .gray22 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.webSite_whatever.show {
	transform: none;
	opacity: 1;
}

.webSite_whatever .priceTitle,
.webSite_whatever .info {
	color: #fff;
}

.webSite_whatever .priceTitle {
	margin-top: 100px;
}

.whatever_need {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}

.whatever_need dl {
	padding: 0 28px;
	background: #fff;
	width: 232px;
	height: 218px;
	margin-right: 16px;
	position: relative;
	text-align: center;
}

.whatever_need dl:nth-child(4n) {
	margin-right: 0;
}

.whatever_need dl dt {
	width: 77px;
	height: 77px;
	position: absolute;
	top: -38px;
	left: 0;
	right: 0;
	margin: auto;
}

.whatever_need dl .dd1 {
	margin-top: 55px;
	height: 60px;
	font-size: 20px;
	color: #1b1b1b;
	line-height: 28px;
	overflow: hidden;
}

.whatever_need dl .dd2 {
	margin-top: 12px;
	height: 46px;
	color: #737373;
	line-height: 22px;
	overflow: hidden;
}

.whatever_need dl .dd3 {
	width: 174px;
	height: 52px;
	line-height: 52px;
	color: #fff;
	background: url('../images/website_circle.png') no-repeat center;
	font-size: 16px;
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
}

.whatever_need dl .dd3 a {
	color: #fff;
}

.webSite_doubt {
	transform: translateY(60px);
	opacity: 0;
	transition: all 0.6s ease-out 0s;
}

.webSite_doubt.show {
	transform: none;
	opacity: 1;
}

.webSite_doubt dl {
	margin-bottom: 75px;
}

.webSite_doubt dl dt {
	color: #1b1b1b;
	font-size: 20px;
	margin-bottom: 25px;
}

.webSite_doubt dl dt span {
	font-size: 22px;
	font-weight: bold;
	margin-right: 5px;
}

.webSite_doubt dl dd {
	color: #737373;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: left;
}

.webSite_doubt dl dd span {
	font-size: 22px;
	font-weight: bold;
	color: #0b3a6a;
	margin-right: 5px;
}

.webSite_doubt .click_makeMoney {
	margin: 110px auto 120px;
}

.build1 .arc .con .lookDetail {
	padding: 10px 15px;
	background: #4461a0;
	color: #fff;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 4px;
}


/* 案例详情 */
.case_detail {
	padding-top: 55px;
}

.case_detail img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.case_detail .tit h1 {
	font-size: 36px;
	color: #434343;
}

.case_detail .tit .options {
	font-size: 0;
	margin-top: 25px;
}

.case_detail .tit .options span {
	display: inline-block;
	min-width: 100px;
	line-height: 40px;
	padding: 0 10px;
	border: solid 2px #27c7b6;
	font-size: 22px;
	letter-spacing: 1px;
	color: #27c7b6;
	text-align: center;
}

.case_detail .tit .options span+span {
	margin-left: 15px;
}

.case_detail .tit .options span:nth-child(1) {
	border-color: #27c7b6;
	color: #27c7b6;
}

.case_detail .tit .options span:nth-child(2) {
	border-color: #ff82af;
	color: #ff82af;
}

.case_detail .tit .options span:nth-child(3) {
	border-color: #526fe4;
	color: #526fe4;
}


.case_detail .tit .txt {
	margin-top: 25px;
	line-height: 1.5;
	color: #434343;
}

.case_detail .tit .txt .tit1 {
	font-size: 24px;
	line-height: 1;
	color: #333;
}

.case_detail .tit .txt .tit1:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #cccccc;
	margin: 20px 0;
}

.case_detail .tit .txt .huoqu {
	text-align: center;
	color: #fff;
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;
	width: 140px;
	line-height: 55px;
	background-color: #274174;
}

.case_detail .focus {
	margin: 100px auto 0;
	background: url(../images/mac.png) center top no-repeat;
	padding-top: 39px;
	height: 772px;
	width: 1028px;
	position: relative;
}

.case_detail .focus .frame {
	width: 947px;
	height: 535px;
	overflow: hidden;
	margin: auto;
}

.case_detail .focus .frame .swiper-container,
.case_detail .focus2 .frame .swiper-container {
	width: 100%;
	height: 100%;
}

.case_detail .focus .frame .swiper-slide,
.case_detail .focus2 .frame .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.case_detail .focus .swiper-button-next,
.case_detail .focus .swiper-button-prev {
	width: 31px;
	height: 55px;
}

.case_detail .focus .swiper-button-next {
	background: url('../images/next1.png') no-repeat;
	right: 50px;
}

.case_detail .focus .swiper-button-prev {
	background: url('../images/prev1.png') no-repeat;
	left: 50px;
}

.case_detail .focus2 {
	margin: 120px auto 0;
	background: url(../images/iphone.png) center top no-repeat;
	padding-top: 90px;
	height: 775px;
	width: 521px;
	position: relative;
}

.case_detail .focus2 .frame {
	width: 306px;
	height: 545px;
	overflow: hidden;
	margin: auto;
}

.case_detail .focus2 .frame .swiper-button-next,
.case_detail .focus2 .frame .swiper-button-prev {
	width: 26px;
	height: 44px;
}

.case_detail .focus2 .frame .swiper-button-next {
	background: url('../images/next.png') no-repeat;
	right: 20px;
}

.case_detail .focus2 .frame .swiper-button-prev {
	background: url('../images/prev.png') no-repeat;
	left: 20px;
}

.case_detail .more {
	text-align: center;
	margin-top: 100px;
}

.case_detail .more a.link {
	display: inline-block;
	width: 260px;
	height: 48px;
	line-height: 48px;
	border: 2px solid #777;
	font-size: 16px;
	color: #333;
	margin: 0 15px;
}

.case_detail .more a.link.l {
	background: url(../images/button2.png) center top no-repeat;
	width: 242px;
	border: none;
	height: 52px;
	line-height: 52px;
	padding-left: 20px;
}

.case_detail .more a.link.r {
	background: url(../images/button3.png) center top no-repeat;
	width: 242px;
	border: none;
	height: 52px;
	line-height: 52px;
	padding-right: 20px;
}

.case_detail .more a.link.l:hover {
	background-position: center bottom;
	color: #fff;
}

.case_detail .more a.link.r:hover {
	background-position: center bottom;
	color: #fff;
}

.decision .h2 {
	font-size: 48px;
	text-align: center;
	margin-top: 55px;
}

.decision .common_button {
	text-align: center;
	margin: 26px 0 90px;
}

/* 新加 */
.home3 .common_button {
	text-align: center;
	margin-top: 50px;
}

.phone_price {
	text-align: center;
	padding-top: 95px;
	padding-bottom: 100px;
}

.phone_price .tit {
	font-size: 30px;
	color: #1b1b1b;
	margin-bottom: 55px;
}

.phone_price div {
	display: flex;
	justify-content: center;
}

.phone_price #phone {
	width: 630px;
	height: 60px;
	background-color: #f5f5f5;
	font-size: 18px;
	text-align: center;
	padding: 0 20px;
}

.phone_price #button {
	width: 270px;
	height: 60px;
	background-color: #274174;
	font-size: 20px;
	color: #ffffff;
	margin-left: 30px;
	cursor: pointer;
}

.phone_price1 {
	text-align: center;
	padding-top: 95px;
	padding-bottom: 50px;
}

.phone_price1 .tit {
	font-size: 30px;
	color: #1b1b1b;
	margin-bottom: 55px;
}

.new_four {
	padding-top: 45px;
}

.new_four .tit {
	text-align: center;
	font-size: 36px;
	line-height: 34px;
	letter-spacing: 2px;
	color: #333333;
	margin-bottom: 75px;
}

.new_four .tit span {
	display: block;
	margin-top: 25px;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1px;
	color: #333333;
}



.new_home3 {
	width: 1230px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 70px;
	flex-wrap: wrap;
}

.new_home3 .item {
	width: 573px;
	padding: 0;
	margin-bottom: 70px;
}

.new_home3 a,
.new_home3 img {
	display: block;
	width: 100%;
}

.new_home3 img {
	height: 343px;
	object-fit: cover;
	background-color: #a0a0a0;
}

.new_home3 h2 {
	font-size: 30px;
	line-height: 1;
	letter-spacing: 2px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 35px;
}

.new_home3 p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}

.new_home3 span {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #808080;
	text-align: right;
	position: relative;
}

.new_home3 span:before {
	content: '';
	width: 450px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


.new_back {
	width: 1200px;
	margin: 0 auto;
	padding: 150px 0 210px;
}

.new_back .tit {
	font-size: 34px;
	color: #ffffff;
}

.new_back .tit:after {
	content: '';
	display: block;
	width: 52px;
	margin-top: 20px;
	height: 4px;
	background-color: #00bbec;
}

.new_back .tit2 {
	padding: 65px 0;
}

.new_back .p1 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.new_back .p2 {
	font-size: 16px;
	margin-top: 20px;
	color: #ffffff;
}

.new_back .list {
	font-size: 24px;
	line-height: 1;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.new_back .list li {
	box-sizing: border-box;
	padding-left: 17px;
	position: relative;
	width: 12.5%;
}

.new_back .list li:nth-child(n+9) {
	margin-top: 45px;
}

.new_back .list li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 7px;
	height: 1px;
	background-color: #ffffff;
}


.paging .pagination {
	text-align: center;
	font-size: 0;
	padding-bottom: 20px;
}

.paging .pagination li {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: solid 1px #888888;
}

.paging .pagination li+li {
	margin-left: 10px;
}

.paging .pagination span,
.paging .pagination a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}

.paging .pagination li.active {
	background-color: #244078;
	color: #fff;
}

.paging .pagination li.active span,
.paging .pagination li.active a {
	color: #fff;
}

.paging .pagination li:hover {
	border-color: #244078;
}

.paging .pagination li:hover span,
.paging .pagination li:hover a {
	color: #244078;
}


.pagination_o {
	display: inline-block;
	padding-left: 0;
	/* margin: @line-height-computed 0; */
	border-radius: 4px;
	margin-top: 20px;
}
.pagination_o li {
	display: inline;
}
.pagination_o li a,.pagination_o li span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination_o li:first-child a, .pagination_o li:first-child span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination_o li:last-child a, .pagination_o li:last-child span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination_o .active a, .pagination_o .active a:focus, .pagination_o .active a:hover, .pagination_o .active span, .pagination_o .active span:focus, .pagination_o .active span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination_o .disabled a, .pagination_o .disabled a:focus, .pagination_o .disabled a:hover, .pagination_o .disabled span, .pagination_o .disabled span:focus, .pagination_o .disabled span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}




.form_message {
	display: inline-block;
	text-align: left;
}

.form_message dl+dl {
	margin-top: 30px;
}

.form_message dl:after {
	content: '';
	display: block;
	clear: both;
}

.form_message dt,
.form_message dd {
	float: left;
}

.form_message dt {
	font-size: 24px;
	color: #1b1b1b;
	width: 180px;
	height: 60px;
	line-height: 60px;
}

.form_message dd.pic_s:after {
	content: '';
	display: block;
	clear: both;
}

.form_message dd.pic_s .item {
	width: 224px;
	float: left;
	position: relative;
	overflow: hidden;
}

.form_message dd.pic_s .item+.item {
	margin-left: 25px;
}

.form_message dd.pic_s .pic {
	width: 224px;
	height: 224px;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center;
}

.form_message dd.pic_s .btn {
	width: 135px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 24px;
	line-height: 2;
	color: #ffffff;
	background-color: #274174;
	border-radius: 5px;
	text-align: center;
	position: relative;
}

.form_message dd.pic_s .store {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -2;
}

.form_message dd.pic_s .input_file {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}


.form_message dd {
	width: 722px;
}

.form_message dd input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 60px;
	background-color: #f5f5f5;
	font-size: 18px;
	color: #a0a0a0;
	padding: 0 35px;
}

.form_message dd input#button1 {
	background-color: #274174;
	color: #ffffff;
	cursor: pointer;
}

.form_message dd input#button1:hover {
	opacity: .9;
}

.form_message dd i {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%) rotate(0);
	width: 35px;
	height: 35px;
	cursor: pointer;
	transition: all .3s;
}

.form_message dd i:hover {
	transform: translateY(-50%) rotate(180deg);
}

.form_message dd i.i_add {
	background: url(../images/n_add1.png) no-repeat center;
}

.form_message dd i.i_delete {
	background: url(../images/n_delete1.png) no-repeat center;
}

.form_message dd .reference_box p {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #dfe9fb;
	padding: 0 35px;
	font-size: 18px;
	color: #274174;
	margin-top: 10px;
	position: relative;
}


.item_case .priceTitle {
	margin: 75px 0;
}

.qa .priceTitle {
	margin-top: 100px;
	margin-bottom: 70px;
}

.qa .click_makeMoney {
	margin: 0 auto;
	margin-top: 75px;
	margin-bottom: 50px;
	cursor: pointer;
}

.qa .qa_list_box {
	width: 1200px;
	margin: 0 auto;
}

.qa .qa_list {
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.qa .qa_list:after {
	content: '';
	display: block;
	clear: both;
}

.qa .qa_list ul {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	box-sizing: border-box;
}


.qa .item {
	width: 100%;
}

.qa .item .q,
.qa .item .a {
	background-color: #ffffff;
	border: solid 2px #dedede;
	letter-spacing: 1px;
}

.qa .item span {
	font-size: 22px;
	letter-spacing: 1px;
	color: #0b3a6a;
	margin-right: 10px;
	display: inline-block;
	line-height: 24px;
}

.qa .item .q {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #1b1b1b;
	padding: 0 20px;
	position: relative;
	margin-top: 10px;
}

.qa .item .q span {
	color: #1b1b1b;
	line-height: 50px;
}

.qa .item .q i {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background: url(../images/kai.jpg) no-repeat center;
}

.qa .item .q.q1 i {
	background: url(../images/suo.jpg) no-repeat center;
}

.qa .item .a {
	height: 168px;
	font-size: 14px;
	line-height: 24px;
	color: #737373;
	padding: 20px;
	overflow: hidden;
	display: none;
}

/* .qa .item .a:nth-child(2) {
	display: block;
} */

.qa .item .a div {
	height: 100%;
	overflow-y: auto;
}

.qa .item .a div::-webkit-scrollbar {
	width: 4px;
}

.qa .item .a div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.qa .item .a div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);

}

.qa .item+.item {
	margin-top: 10px;
}

.qa .item .a {
	margin-top: 5px;
	margin-bottom: 30px;
}

.new_service_box .info {
	font-size: 18px;
	color: #737373;
	text-align: center;
}

.new_service_box {
	padding: 0 15px;
}

.new_service {
	margin-top: 60px;
	margin-bottom: 120px;
}

.new_service:after {
	content: '';
	display: block;
	clear: both;
}

.new_service li {
	box-sizing: border-box;
	width: 25%;
	padding: 0 15px;
	float: left;
}

.new_service .p1 {
	line-height: 110px;
	background-color: #1865a8;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	padding: 0 20px;
}

.new_service .div1 {
	border: solid 1px #f1f1f1;
	border-top: none;
	padding: 0 20px;
	font-size: 20px;
	color: #434343;
	line-height: 60px;
}

.new_service .div1 p {
	position: relative;
}

.new_service .div1 p+p {
	border-top: solid 1px #f1f1f1;
}

.new_service .div1 img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
}

.new_service .div1 img.newNo {
	right: 29px;
}

.new_service .div1 span {
	float: right;
}

.new_service .div1 span {
	font-size: 22px;
	color: #17b56e;
}


.back_input {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

.back_input_div {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	padding: 50px 40px;
	z-index: 9999;
	display: none;
}

.back_input_div .close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/newno.png) no-repeat center;
	transition: all .3s;
	cursor: pointer;
}

.back_input_div .close:hover {
	transform: rotate(360deg) scale(1.5);
}


.back_input_div select,
.back_input_div option,
.back_input_div input {
	box-sizing: border-box;
	display: block;
	width: 430px;
	height: 54px;
	border-radius: 10px;
	border: solid 1px #a0a0a0;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 18px;
}

.back_input_div #button2 {
	border-radius: 0;
	background-color: #4461a0;
	color: #ffffff;
}

.back_input_div .p {
	text-align: center;
}

.back_input_div .p1 {
	font-size: 30px;
	font-weight: bold;
	color: #1b1b1b;
	margin-bottom: 20px;
}

.back_input_div .p2 {
	text-align: center;
	font-size: 20px;
	color: #434343;
	margin-bottom: 20px;
}
