.banner,
.banner .swiper-wrapper {
	width: 100%;
	height: auto;
}

.banner .swiper-wrapper .swiper-slide {
	height: auto;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}


/*服务*/

.service {
	padding: 3.75em 0;
	background: #fbfbfb;
	clear: both;
}

.service-title {
	display: flex;
	align-items: center;
	position: relative;
	height: 8.25rem;
	padding-left: 46.05%;
}

.service-title>span {
	font-size: 3.75rem;
	line-height: 1;
	color: #0095ff;
	margin-left: -1.2rem;
}

.service-title>div>code {
	font-size: 1.625rem;
	color: #0095ff;
}

.service-title>div>p {
	font-size: 1.75rem;
}

.service-title::before,
.service-title::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-64%);
	-ms-transform: translateX(-64%);
	-o-transform: translateX(-64%);
	transform: translateX(-50%);
	width: 7.1875rem;
	height: 2.5rem;
	border: solid 2px #000000;
}

.service-title::before {
	top: -2px;
	border-bottom: 0;
}

.service-title::after {
	bottom: -6px;
	border-top: 0;
}


/*服务切换*/

.service-content {
	display: flex;
	margin-top: 35px;
	height: 39.6875rem;
	overflow: hidden;
}

.right-content>* {
	float: left;
}

.left-list {
	height: 100%;
	width: 19.715%;
	overflow: hidden;
}

.left-list a {
	width: 94.2029%;
	height: 7.5rem;
	color: #3c3c3c;
	position: relative;
	font-size: 0.75rem;
	padding: 2.125rem 0 0 3.75rem;
}

.left-list a>h1 {
	font-size: 1.125rem;
	color: #3c3c3c;
}

.left-list>li:not(:last-child) {
	margin-bottom: 9px;
}

.left-list>li:not(:first-child) a {
	border-top: 0;
}

.left-list>li.active {
	background: url(../images/sActive-bg.png) no-repeat;
	background-size: 100% 100%;
}

.left-list>li.active>a {
	background: none !important;
}

.left-list>li.active a,
.left-list>li.active h1 {
	color: #fff;
}

.mleft-list {
	display: none;
}


/*neirong*/

.right-content {
	margin-left: 5.2%;
	height: 39.6875rem;
	width: 94.8%;
	display: flex;
}

.right-middle {
	width: 58.333%;
}

.right-middle>li:nth-child(1) {
	margin: 1.5rem 0 3.125rem 0;
	padding-left: 0.5625rem;
	border-left: 3px solid #000;
}

.right-middle>li:nth-child(1)>h3 {
	color: #333;
	font-size: 1.875rem;
	line-height: 1;
	font-weight: bold;
	margin-top: 0.75rem;
}

.right-middle>li:nth-child(1)>p {
	color: #666;
	font-size: 1rem;
	line-height: 1;
	margin-top: 1.25rem;
}


/*运算*/

.promise>p {
	display: inline-block;
	width: 9.375rem;
	text-align: center;
}

.promise>p>span {
	color: #6b6a6a;
	display: block;
	margin-top: 0.625rem;
}


/*增加镖局*/

.need {
	margin: 6.5625rem auto 2rem;
	height: 9.3rem;
	overflow: hidden;
}

.need>span {
	display: inline-block;
	width: 49%;
	color: #666;
	font-size: 1rem;
	padding-left: 0.8125rem;
	position: relative;
	margin-bottom: 1.2rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.need>span:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.5rem;
	height: 0.5rem;
	background: #666;
	content: "";
	border-radius: 8px;
}

.more {
	width: 9.5625rem;
	height: 3.0625rem;
	border-radius: 4px;
	color: #0095ff;
	font-size: 1.125rem;
	line-height: 2.9375rem;
	text-align: center;
	border: 1px solid #0095ff;
	background: transparent;
	margin-left: 7.8125rem;
}


/**/

.sright {
	width: 80.285%;
	height: 100%;
	position: relative;
	top: 0;
	transition: all .5s;
}


/*客户案例*/

.combo .service-title>span {
	margin-left: -1.875rem;
}

.service-cases {
	margin-left: 7.3%;
	margin-top: 9.5625rem;
	text-align: center;
	width: 38%;
}

.service-cases>h3 {
	font-size: 30px;
	color: #0095ff;
	margin-bottom: 1.5625rem;
	text-align: center;
}

.cases-list {
	padding: 0 1.9375rem;
}

.cases-list>li {
	position: relative;
}

.cases-list>li:nth-child(1) {
	margin-bottom: 1.875rem;
}

.cases-list>li>a {
	width: 20.4375rem;
	height: 11.875rem;
	border: 1px solid #009aff;
}

.cases-list>li h4 {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	padding: 0.75rem 0;
	font-size: 1.1875rem;
	color: #333;
	background: rgba(256, 256, 256, .7);
}


/*建站套餐*/

.combo {
	padding: 3.75rem 0;
}

.combo>div>p {
	margin: 1.5625rem 0 3.75rem 0;
	color: #1d272e;
	font-size: 0.9375rem;
	text-align: center;
}

.combo {
	position: relative;
}

#Mycanvas {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.combo-list>div {
	float: left;
}

.combo-tab {
	margin: 30px 0;
}

.combo-tab>li:not(:last-child) {
	margin-right: 34px;
}

.combo-tab>li>a {
	font-size: 15px;
	width: 142px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #ffffff;
}

.combo-tab>li.active>a {
	background-color: #ffea00;
}

.lists>div:not(:first-child) {
	display: none;
}

.item-box {
	transition: all .5s;
	width: 25%;
	min-height: 32.8125rem;
	text-align: center;
	background: #fff url(../images/combo-libg.png) no-repeat;
	background-size: 100% 100%;
}

.item-box>div {
	width: 100%;
	padding: 0 1.6875rem;
}

.combo-list>div:not(:last-child) {
	border-right: 0;
}

.item-box .item-head {
	padding-top: 2.125rem;
	background: transparent;
}

.item-head * {
	color: #000;
}

.item-head>p {
	margin-top: 0.4375rem;
	height: 3rem;
	overflow: hidden;
}

.item-head>img {
	padding: 1.25rem 0;
}

.item-box .support {
	margin-top: 3.5rem;
}

.item-box .support h4 {
	color: #999;
	font-size: 1rem;
	text-align: left;
	padding-left: 0.3125rem;
	height: 3rem;
	overflow: hidden;
}

.item-box .support p {
	margin: 10px 0;
	height: 6.375rem;
	overflow: hidden;
}

.item-box .support span {
	position: relative;
	width: 49%;
	display: inline-block;
	margin-top: 10px;
	padding-left: 0.5625rem;
	text-align: left;
	font-size: 0.875rem;
}

.item-box .support span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 6px;
	height: 6px;
	background-color: #0095ff;
	border-radius: 50%;
}

.item-title {
	font-size: 1.625rem;
}

.item-money {
	font-size: 1rem;
}

.item-money>span {
	color: #ffc000;
	font-size: 1.5625rem;
	display: inline-block;
	margin: 0 0.3125rem;
}

.item-list>li {
	margin-top: 1.375rem;
	padding: 5px 0;
	border-bottom: 1px solid #c9c9c9;
}

.item-list>li * {
	font-size: 0.875rem;
	color: #333;
}

.item-box>a {
	width: 5.75rem;
	height: 1.875rem;
	line-height: 1.875rem;
	color: #666;
	border-radius: 4px;
	border: solid 1px #8d8d8d;
	margin: 1.875rem 0;
}


/*animate*/

.item-box .money>p {
	font-size: 0.9375rem;
	padding: 2.5rem 0 3.125rem 0;
	border-top: 2px solid #ccc;
}

.item-box .money>p>span {
	font-size: 2.1875rem;
	color: #0095ff;
	margin: 0 5px;
}

.item-box:hover {
	box-shadow: 0px 0px 7px 0px rgba(4, 153, 255, 0.59);
}

.item-box .item-head::before {
	background: linear-gradient(180deg, #2ad9ff 0%, #0296ff 100%), linear-gradient(#ffffff, #ffffff);
}

.item-box:hover .item-head * {
	color: #fff;
}

.item-box:hover .item-head::before {
	transform: translateY(0);
}


/*案例*/

.cases {
	background: #fbfbfb;
	padding: 3.75rem 0;
}

.cases .service-title>span {
	margin-left: -1.375rem;
}

.case-item>a {
	position: relative;
	float: left;
	width: 23.929%;
	height: 13.125rem;
	margin: 3.875rem 0 2rem 0;
	box-shadow: 0px 0px 0.4375rem 0px rgba(4, 153, 255, 0.59);
	overflow: hidden;
}

.case-item>a:not(:nth-child(4n)) {
	margin-right: 1.428%;
}

.case-item p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.case-item p img{
	max-width: 100%;
}

.case-item h4 {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2.3125rem;
	line-height: 2.3125rem;
	background: #fff;
	font-size: 0.875rem;
	padding: 0 1.125rem;
}

.case-item p>img {
	transform: scale(1);
	transition: all .3s;
}

.case-item>a:hover p>img {
	transform: scale(1.1);
}

.case-item a:hover h4 {
	width: 83%;
	background: none;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%, 50%);
	text-align: center;
	z-index: 3;
	font-size: 1.25rem;
}

.case-item h4::before {
	content: "";
	position: absolute;
	left: 18px;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #0095ff;
	transition: width .3s;
}

.case-item a:hover h4::before {
	width: 45px;
}

.case-item>a::before,
.case-item>a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 150%;
	transform: translate(-50%, -50%);
	transition: top .3s;
}

.case-item>a::before {
	border: 2px solid #fff;
	width: 253px;
	height: 149px;
	z-index: 2;
}

.case-item>a::after {
	background: rgba(256, 256, 256, .7);
	width: 318px;
	height: 190px;
	z-index: 1;
}

.case-item a:hover::after,
.case-item a:hover::before {
	top: 50%;
}


/*免费服务*/

.free-service {
	padding-top: 3.75rem;
}

.free-list {
	display: flex;
	flex-wrap: wrap;
}

.free-tip {
	text-align: center;
	font-size: 16px;
	color: #333;
	margin: 1.25rem 0 3.75rem 0;
}

.free-list>li {
	position: relative;
	width: 20%;
	height: 20.5rem;
	text-align: center;
	margin-bottom: 38px;
	padding-top: 60px;
	border-radius: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.free-list>li:hover {
	padding-top: 0;
	box-shadow: 0px 2px 3px 0px rgba(55, 127, 208, 0.26);
}

.free-list>li>span {
	width: 10.875rem;
	height: 8rem;
	background-image: linear-gradient(180deg, #2ad9ff 0%, #0296ff 100%), linear-gradient(#0095ff, #0095ff);
	background-blend-mode: normal, normal;
	border-radius: 10px;
}

@media only screen and (min-width: 1000px) {
	.free-list>li>span>img {
		transform: scale(1);
		transition: none;
	}
	.free-list>li:hover>span {
		width: 100%;
		height: 156px;
		border-radius: 10px 10px 0 0;
	}
	.free-list>li:hover>span>img {
		transform: scale(.8);
	}
	.free-list>li h3 {
		position: absolute;
		top: 205px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 18px;
		color: #333;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.free-list>li:hover h3 {
		top: 115px;
		color: #fff;
	}
	.free-list>li p {
		display: none;
		padding: 0 1rem;
		font-size: .875rem;
	}
	.free-list>li:hover p {
		display: block;
	}
}

.free-list>li img {
	margin-top: 20px
}

.free-list>li>div {
	position: relative;
	height: 7.3125rem;
	overflow: hidden;
	margin-top: 2.5rem;
}


/*资讯*/

.news {
	background-color: #fbfbfb;
	padding: 3.75rem 0;
	box-shadow: 0px 5px 5px 0px rgba(172, 172, 172, 0.36);
}

.news .service-title>span {
	margin-left: -24px;
}

.news-list {
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}

.news-left {
	width: 35.715%;
	background: #fff;
	padding-bottom: 40px;
}

.news-left>h4 {
	font-size: 18px;
	color: #333;
	padding: 27px 0 18px 36px;
}

.news-left>div {
	height: 552px;
	overflow-x: hidden;
	overflow-y: auto;
}

.news-left>div>a {
	display: flex;
	position: relative;
	width: 100%;
	padding: 16px;
}

.news-left>div>a:not(:last-child) {
	margin-bottom: 24px;
}

.news-left>div>a p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 178px;
	height: 88px;
	margin-right: 10px;
	background: #f6f6f6;
}
.news-left>div>a img{
	max-width: 100%;
	max-height: 100%;
}

.news-left>div>a span {
	position: absolute;
	right: 25px;
	bottom: 16px;
	font-size: 14px;
	color: #999;
}

.news-left>div>a:hover {
	background: #f6f6f6;
}

.news-left>div>a:hover * {
	color: #0095ff;
}

.news-right {
	width: 63.429%;
	background: #fff;
	padding-bottom: 40px;
}

.news-tab {
	padding: 20px;
}

.news-tab>a {
	padding: 8px 18px;
	border-radius: 4px;
	font-size: 18px;
}

.news-tab>a.active,
.news-tab>a:hover {
	background-color: #0095ff;
	color: #fff;
}

.news-recomm {
	display: flex;
	width: 100%;
	padding: 5px 20px;
}

.news-recomm p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 286px;
	height: 142px;
	margin-right: 11px;
}
.news-recomm p img{
	max-width: 100%;
	max-height: 100%;
}

.news-recomm>div {
	position: relative;
	width: 546px;
}

.news-recomm>div>h4 {
	margin: 12px 0 22px;
}

.news-recomm>div>p {
	font-size: 14px;
	color: #666;
}

.news-recomm>div>span {
	position: absolute;
	left: 0;
	bottom: 5px;
	color: #666;
}

.news-recomm>div:hover>a,
.news-recomm>div:hover>span {
	color: #0095ff;
}

.classify-list>a {
	display: flex;
	padding: 15px 0;
}

.classify-list .intro {
	width: 774px;
	padding: 0 39px;
}

.classify-list .intro>h4 {
	margin: 10px 0 20px 0;
}

.classify-list .intro>p {
	font-size: 14px;
	color: #666;
}

.classify-list .date {
	width: 104px;
	border-left: 1px solid #999;
	padding-top: 21px;
}

.classify-list .date>span {
	width: 100%;
	text-align: center;
}

.classify-list .date>span:nth-child(1) {
	font-size: 30px;
}

.classify-list .date>span:nth-child(2) {
	font-size: 18px;
	color: #666
}

.classify-list>a:hover {
	background-color: #f6f6f6;
}

.classify-list>a:hover .intro>h4 {
	color: #0095ff;
}

.classify-list>a:hover .date * {
	color: #0095ff;
}


/*联系我们*/

.contact {
	padding: 60px 0 80px;
	background: url(../images/contactBg.png) no-repeat;
	background-size: 100% 100%;
}

.contact .free-tip {
	margin: 10px 0 23px 0;
}

.contact>div>h2 {
	text-align: center;
}

.contact .nr {
	max-width: 1082px;
	padding: 56px 220px 72px 220px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	margin: 0 auto;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

.contact .nr .li {
	display: block;
	height: 45px;
	width: 50%;
	box-sizing: border-box;
	float: left;
	position: relative;
	margin-bottom: 12px;
}

.contact .nr .li.uname>span {
	display: none;
}

.contact .nr .li span {
	width: 40px;
	text-align: center;
}

.contact .nr .li input {
	width: 280px;
	height: 42px;
	background-color: #f0f0f0;
	border-radius: 4px;
}

.contact .nr textarea {
	width: 642px;
	height: 80px;
	padding: 26px 0 0 .625rem;
	background-color: #f0f0f0;
	border-radius: 4px;
}

.contact .nr .submit {
	width: 180px;
	height: 42px;
	background-color: #009dff;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	display: block;
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	bottom: -25px;
	transition: all 0.5s;
	cursor: pointer;
}

.mnav {
	display: none;
	padding: 2rem 0 1.25rem;
}

.mnav>a {
	width: 25%;
	margin-bottom: 1.5rem;
	text-align: center;
}

.mnav>a>img {
	width: 60.2667%;
}

.mnav>a>h3 {
	margin-top: .4rem;
	font-size: 1.25rem;
}

.mservice-ctn {
	display: none;
	margin-top: 2.6rem;
	padding-right: 26%;
	padding-bottom: 3.75rem;
}

.mservice-ctn .swiper-slide {
	box-shadow: 0 0 1.25rem 0 rgba(0, 149, 255, .16);
	border-radius: 6px;
	background: #fff url(../images/ms-libg.png) no-repeat right bottom;
	background-size: 3.75rem 3.75rem;
}

.mservice-ctn .swiper-slide .ctn-img {
	padding: 2.6rem 0 1.1rem;
	box-shadow: 0 0 1.25rem 0 rgba(0, 149, 255, .16);
}

.mservice-ctn .ctn-img>img {
	width: 6.875rem;
}

.mservice-ctn .ctn-img>h3 {
	margin-top: .6rem;
	font-size: 1.5rem;
}

.ctn-list {
	padding: 3rem 1.25rem 1.5rem;
}

.ctn-list>p {
	float: left;
	margin-bottom: 1rem;
	width: 50%;
	text-align: center;
}

.ctn-list>p:nth-child(2n-1) {
	content: '|';
}

.mservice-ctn .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background-color: #e6e6e6;
	opacity: 1;
	border-radius: 0;
}

.mservice-ctn .swiper-pagination-bullet-active {
	width: 5.625rem;
	background-color: #000;
}

.swiper-slide-active .ctn-img>h3,
.swiper-slide-active .ctn-list>p {
	color: #0095ff;
}

.mcombo-list {
	display: none;
	width: 140%;
	margin-left: -20%;
}

.mcombo-list .swiper-slide {
	padding: 0 1.25rem;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0 0 1rem 0 rgba(0, 149, 255, 0.16);
	border-radius: 6px;
	border: solid 1px #cae9ff;
}

.mcombo-list .swiper-slide:not(.swiper-slide-active) {
	transform: scale(0.9);
}

.mcombo-list .item-head {
	margin-bottom: 1rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #d1d1d1;
}

.mcombo-list .item-head>img {
	padding-bottom: .5rem;
}

.mcombo-list .item-title {
	font-size: 1.5rem;
}

.mcombo-list .item-head>p {
	color: #888;
}

.mcombo-list .item-range>p {
	font-size: 1.25rem;
}

.mcombo-list .item-fun {
	margin-bottom: .25rem;
	border-bottom: 1px solid #d1d1d1;
}

.mcombo-list .item-fun h3 {
	position: relative;
	margin: .3rem 0 .2rem;
	padding-left: 12px;
	font-size: .875rem;
	color: #0095ff;
	text-align: left;
}

.mcombo-list .item-fun h3:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background-color: #0095ff;
	border-radius: 50%;
}

.mcombo-list .item-fun li {
	float: left;
	margin-bottom: .875rem;
	width: 50%;
}

.mcombo-list .swiper-slide>p {
	margin: 1rem auto;
}

.mcombo-list .swiper-slide>p>b {
	font-size: 1.25rem;
	color: #ff0000;
}

.mcombo-list .swiper-slide>img {
	margin-bottom: 1.5rem;
	width: 7.5rem;
}

.case-ad {
	padding-bottom: 5rem;
}

.case-ad .swiper-button-next,
.case-ad .swiper-button-prev {
	top: inherit;
	bottom: 0;
	width: 1.375rem;
	height: 2.625rem;
	background-size: 100% 100%;
}

.case-ad .swiper-button-prev {
	left: 30%;
}

.case-ad .swiper-button-next {
	right: 30%;
}

.case-ad .swiper-pagination {
	color: #0095ff
}

.case-ad .swiper-pagination-total {
	margin-top: 2px;
	color: #57b9ff;
}

.case-ad .swiper-pagination::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 8rem;
	height: 1px;
	background-color: #000;
}

.case-m>p>a {
	margin-top: 1rem;
	width: 8rem;
	height: 2rem;
	line-height: 2rem;
	font-size: .875rem;
	background-color: #000;
	color: #fff;
}

.mfree-list {
	display: none;
	padding-bottom: 3.75rem;
}

.mfree-list .swiper-slide {
	box-shadow: 0px 0px 4px 0px rgba(119, 119, 119, 0.26);
}

.mfree-list .swiper-slide>div {
	padding: 1rem .75rem;
	border-radius: 10px 10px 0px 0px;
}

.mfree-list .swiper-slide>div:nth-child(2n-1) {
	background: linear-gradient(#00a8ff, #00a8ff), linear-gradient(#fff, #fff);
}

.mfree-list .swiper-slide>div:nth-child(2n) {
	background-image: linear-gradient(#0095ff, #0095ff), linear-gradient(#fff, #fff);
}

.mfree-list .swiper-slide>div:nth-child(3n) {
	background-image: linear-gradient(#6745e6, #6745e6), linear-gradient(#fff, #fff);
}

.mfree-list .swiper-slide>div:nth-child(4n) {
	background-image: linear-gradient(#4567e6, #4567e6), linear-gradient(#fff, #fff);
}

.mfree-list .swiper-slide>div img {
	height: 2rem;
	width: 2rem;
}

.mfree-list .swiper-slide>div h3 {
	margin-top: .6rem;
	color: #fff;
}

.mfree-list .swiper-slide p {
	padding: 1.25rem .875rem .75rem;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.mfree-list .swiper-slide p>span {
	height: 3rem;
	line-height: 1.45rem;
	overflow: hidden;
}

.mfree-list .swiper-pagination-bullet {
	width: 1rem;
	height: 1rem;
	background-color: #e6e6e6;
	opacity: 1;
	border-radius: 0;
}

.mfree-list .swiper-pagination-bullet-active {
	width: 5.625rem;
	background-color: #000;
}

.mnew-list {
	margin-top: 1.875rem;
	padding: 0 15px 25px;
	text-overflow: ellipsis;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

.mnew-list>div {
	display: inline-block;
	margin-right: 1rem;
	width: 80%;
	background-color: #ffffff;
	box-shadow: 0 1rem 1.25rem 0 rgba(13, 54, 209, .14);
	border-radius: 10px;
}

.mnew-list>div>p {
	position: relative;
}

.mnew-list>div>p>img {
	width: 100%;
	height: 13rem;
	border-radius: 10px;
}

.mnew-list>div>p>span {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 60%;
	padding: 6px 12px;
	font-size: 1.25rem;
	color: #0095ff;
	background-color: rgba(256, 256, 256, .8);
	border-radius: 0px 10px 0px 10px;
}

.mnew-list>div>ul {
	padding-left: 1.25rem;
	padding-right: 10px;
}

.mnew-list ul>li {
	margin: .875rem auto 1.5rem;
}

.mnew-list ul>li>a {
	width: 100%;
}

.mnew-list ul>li h4 {
	font-size: 1.2rem;
}

.mnew-list ul>li p {
	margin-top: .2rem;
	font-size: .875rem;
	color: #989898;
}

@media only screen and (max-width:1400px) {
	.service-cases {
		margin-left: 3%;
		margin-top: 5.5625rem;
	}
	.right-content {
		margin-left: 4%;
	}
	.left-list a {
		padding: 2.125rem 0 0 3rem;
	}
}

@media only screen and (max-width:1200px) {
	/*案例*/
	.service-title {
		padding-left: 45.05%;
	}
	.right-content {
		margin-left: 1%;
	}
	.service-cases {
		margin-left: 0;
	}
	.left-list a {
		padding: 2rem 0 0 3.2rem;
	}
	.left-list li a:after {
		border-left: 20px solid #fff;
		border-top: 13px solid transparent;
		border-bottom: 13px solid transparent;
		right: -21px;
	}
	.left-list>li.active a:after {
		border-left: 20px solid #314287;
	}
	.right-content {
		width: 98.8%;
	}
	.right-middle>li:nth-child(1) {
		margin: 0.9375rem 0 1.875rem 0;
	}
	.right-middle>li:nth-child(1)>h3 {
		font-size: 1.5625rem;
	}
	.promise>p>span {
		margin-top: 15px;
	}
	/*套餐*/
	/*cases*/
	/*联系我们*/
	.contact-content>form>input,
	.contact-content>form>textarea {
		width: 90%;
	}
}

@media only screen and (max-width:1000px) {
	.left-list a {
		padding: 1.5rem 0 0 2rem;
	}
	.service-cases {
		display: none;
	}
	.right-middle {
		width: 95%;
	}
	.right-content {
		padding-left: 5%;
	}
}


/*资讯*/


/*适配手机端*/

@media (max-width:800px) {
	.mnav {
		display: block;
	}
	.service {
		background: url(../images/service-bg.png) no-repeat;
		background-size: 100% 100%;
	}
	.service-title {
		height: auto;
		padding-left: 39%;
	}
	.service .service-title>span,
	.service .service-title>div>code {
		color: #b1dfff;
	}
	.service .service-title>div>p {
		color: #fff;
	}
	.service .subtitle {
		margin-top: .2rem;
		text-align: center;
		color: #fff;
		opacity: .8;
	}
	.service-title::before,
	.service-title::after {
		content: none;
	}
	.service-content {
		display: none;
	}
	.mservice-ctn {
		display: block;
	}
	.mleft-list>li>a {
		font-size: 1.33333333rem;
		padding: 0.41666666rem 0.83333333rem;
		border-radius: 50px;
	}
	.mleft-list>li {
		margin: 0 .3rem 1rem 0;
	}
	.mleft-list>li.active>a {
		background: #0095ff;
		color: #fff;
	}
	#Mycanvas,
	.combo-list {
		display: none;
	}
	.combo {
		background-color: #f6f5f5;
	}
	/*服务案例隐藏*/
	.free-service {
		background: url(../images/mf-bg.png) no-repeat;
		background-size: 100% 100%;
	}
	.service-content {
		flex-wrap: wrap;
	}
	.left-list {
		width: 100%;
	}
	.sright {
		display: flex;
		width: 100%;
		left: 0;
	}
	.sright::after {
		content: "";
		display: block;
		clear: both;
	}
	.right-content {
		width: 384px;
		height: 100%;
		padding-left: 0;
		margin-left: 0;
	}
	.right-middle {
		width: 100%;
	}
	.service-cases {
		display: none;
	}
	.left-list {
		display: none;
	}
	.mleft-list {
		display: block;
		text-align: center;
	}
	.mleft-list>li {
		display: inline-block;
	}
	.need {
		margin: 5rem 0 4rem 0;
		;
	}
	.item-box {
		border-right: 2px solid #0095ff !important;
	}
	/*套餐*/
	.item-box {
		width: 100%;
		height: auto;
		min-height: auto;
	}
	.combo-list>div {
		margin-bottom: 12px;
	}
	.mcombo-list {
		display: block;
	}
	.case-pc {
		display: none;
	}
	.free-list {
		display: none;
	}
	.mfree-list {
		display: block;
	}
	/*cases*/
	.case-item>a {
		width: 100%;
		height: auto;
		margin: 2rem 0 0 0
	}
	/*免费服务*/
	.free-tip {
		font-size: 0.875rem;
		color: #fff;
	}
	.free-list {
		margin: 1.25rem 0;
	}
	.free-list>li {
		padding: 0 0.3125rem;
		width: 49.5%;
		margin-bottom: 0.25rem;
		height: auto;
		margin-bottom: 5px;
		padding-bottom: 1.25rem;
		box-shadow: 0px 2px 3px 0px rgba(55, 127, 208, 0.26);
	}
	.free-list>li:not(:nth-child(4n)) {
		margin-right: 0
	}
	.free-list>li:nth-child(odd) {
		margin-right: 1%;
	}
	.free-list>li img {
		height: 3.75rem;
		width: 3.75rem;
	}
	.free-list>li h3 {
		margin: 0.9375rem 0 0.625rem 0;
	}
	.free-list>li>div {
		height: auto;
	}
	/*最新资讯*/
	.news-list {
		display: none;
	}
	.contact {
		display: none;
	}
	.mnew-list {
		display: block;
	}
	/*联系我们*/
	.contact .nr {
		padding: 10px;
	}
	.contact .nr .li {
		width: 100%;
	}
	.contact .nr .li span {
		width: 20px;
	}
	.contact .nr .li input {
		width: 94%;
	}
	.contact .nr .li.uname>span {
		display: inline-block;
	}
}

@media only screen and (max-width:400px) {
	.case-item {
		width: 100%;
	}
	.case-item li {
		width: 86px;
	}
	.case-item li .kuang {
		width: 60px;
		height: 60px;
	}
	.case-item li:first-child,
	.case-item li:nth-child(8) {
		margin-left: 43px;
	}
	.case-item li {
		margin-top: -28px;
	}
	.case-item li .kuang {
		margin-left: 15px;
	}
}