﻿
* {
	box-sizing: border-box;
}
i,
em {
	font-style: normal;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}
.overview-wrapper,
.need-wrapper ,
.advantage-wrapper,
.solution-wrapper,
.question-wrapper{
	background: #fff;
	width: 100%;
}
.unscramble,
.overview,
.need,
.solution,
.advantage,
.qustion{
	width: 1200px;
	margin: 0 auto;
}
/*banner图*/
.banner-wrapper {
	width: 100%;
}
.banner {
	/*padding-top:99px;*/
	height: 502px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.banner .place-nav {
	color: rgba(255, 255, 255, 0.8);
	padding-top: 30px;
}

.place-nav a {
	color: rgba(255, 255, 255, 0.8);
}

.banner h1 {
	color: #fff;
	font-size: 36px;
	padding: 70px 0 20px 0;
	margin: 0;
}

.banner .pro-des {
	width: 570px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
	/*min-height: 100px;*/
}

.banner .btn-div {
	padding:30px 0;
	font-size: 16px;
}

.banner .btn-div .btn-orange {
	display: inline-block;
	width: 120px;
	height: 36px;
	transition: all 0.5s;
	/*border-radius: 24px;*/
	line-height: 36px;
	background: #fa553d;
	color: #fff;
	text-align: center;
	margin-right: 12px;
}

.banner .btn-div .btn-orange:hover {
	background: #e53c23;
}

.banner .btn-div .btn-default-plain {
	display: inline-block;
	width: 214px;
	height: 48px;
	border-radius: 24px;
	line-height: 48px;
	border: 1px #fff solid;
	color: #fff;
	text-align: center;
}

.banner .btn-div .btn-default-plain:hover {
	background: #fa553d;
	border: 1px solid #fa553d;
}
/*导航*/
.subMenu-wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.subMenu-wrapper.show {
	display: block !important;
}

.subMenu-wrapper.hidden {
	display: none;
}

.subMenu-wrapper {
	position: relative;
	width: 100%;
	background: #F7F8FC;
	z-index:10;
}

.subMenu-wrapper {
	border-bottom: 1px solid #fff;
}

.subMenu-wrapper .subMenu {
	position: relative;
	width: 1200px;
	height: 60px;
	display: flex;
	margin: 0 auto;
	justify-content: space-around;
}

.subMenu-wrapper .subMenu li {
	height: 60px;
	line-height: 60px;
}

.subMenu-wrapper .subMenu li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

.subMenu-wrapper .subMenu li a:hover {
	/*color: #185C9D;*/
	border-bottom: 2px #0062ac solid;
}

.subMenu-wrapper .subMenu li a.active {
	/*color: #185C9D;*/
	border-bottom: 2px #0062ac solid;
}

.subMenu-wrapper div {
	position: relative;
}
.subMenu-wrapper.fxd a.instant-buy {
    opacity: 1;
    transition: all 0.5s;
    color: #fff;
}
.subMenu-wrapper .instant-buy {
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	opacity: 0;
	margin-left: 600px;
	width: 86px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 14px;
	background-color: #fa553d;
	color: #fff;
	text-align: center;
}

.subMenu-wrapper.show .instant-buy {
	opacity: 1;
	transition: all 1s;
}

.module-title {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	margin: 0;
	line-height: 36px;
}
.sub-module-title {
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #333;
}
/*重点解读*/

.overview-flag {
	padding-top: 30px;
	padding-bottom: 60px;
	display: flex;
	justify-content: space-around;
	/*align-items: center;*/
}

.overview-flag dl {
	text-align: center;
	margin-bottom:0;
}

.overview-flag dl dt img {
	width: 64px;
	height: 64px;
}
.overview-flag dl dt{
	width:64px;
	height:64px;
	background:linear-gradient(180deg,rgba(76,157,249,1) 0%,rgba(120,88,249,1) 100%);
	border-radius:50%;
	margin:0 auto;
}
.overview-flag dl dd{
	margin:0;
}
.overview-flag dl dd h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
}

.overview-flag dl dd p {
	font-size: 14px;
	/*font-weight: bold;*/
	color: #666;
/*	text-align: justify;*/
	line-height:22px;
	padding:0 40px;
}
/*功能模块*/
.need-nav {
	width: 380px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top:30px;
}

.need-nav li {
	position: relative;
	font-size: 14px;
	padding-bottom: 21px;
	width: 190px;
	text-align: center;
	font-family: Microsoft YaHei;
	/* font-weight: bold; */
	line-height: 24px;
	color: #333;
	cursor: pointer;
}

.need-nav li.active:after {
	position: absolute;
	bottom: -2px;
	content: "";
	display: block;
	height: 4px;
	width: 198px;
	background: rgba(250, 85, 61, 1);
}
.need-content {
	width: 100%;
	background: url(/website2019/img/solution/ykj-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 30px;
}
.need-content .need-content-tp {
	width: 816px;
	margin: 0 auto;
	height: 100%;
}

.need-content .need-content-tp img {
	display: block;
	width: 816px;
/*	height: 456px;*/
	background:#fff;
}

.need-content .need-content-tp div h3 {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height:30px;
}

.need-content .need-content-tp>div {
	display: none;
}

.need-content .need-content-tp .show {
	display: block;
}

.need-content .need-content-tp .need-des {
	width: 815px;
	margin: 0 auto;
	padding: 25px 0 70px 0;
	line-height: 24px;
}
.need-content .need-content-tp .need-des p i{
	font-size:14px;
	color:#666;
	font-weight:bold;
}

.need-content-btm {
	width: 1220px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 40px;
}

.need-content-btm .div-lf {
	width: 150px;
	text-align: left;
	font-size: 20px;
	/*padding-top: 35px;*/
	font-weight: bold;
}
.need-content-btm .div-rg {
	flex:1;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.need-content-btm .div-rg dl {
	width: 150px;
	cursor: pointer;
	text-align: center;
}
.need-content-btm .div-rg dl dt{
	margin:0 auto;
}
.need-content-btm .div-rg dl dd {
	margin: 0;
}

.need-content-btm {
	padding-bottom: 30px;
}

.need-content-memo {
	width:1200px;
	margin:0 auto;
	padding-left: 150px;
	padding-bottom: 40px;
}

.need-content-memo p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: rgba(118, 118, 118, 1);
}
/*.need-content-btm .div-rg {
	width: 332px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.need-content-btm .div-rg dl {
	cursor: pointer;
	text-align: center;
}*/

.need-content-btm .div-rg dl:hover dd {
	color: #0873c0;
}
.need-content-btm .div-rg dl dt{
	width:80px;
	height:60px;
	margin-bottom:10px;
}
.question-list{
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
/*功能优势*/
.unscramble ,.qustion , .solution{padding-bottom:60px;}

.unscramble-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.unscramble-content div.unscramble-title {
	position: relative;
	background-size: cover;
	height: 470px;
	width: 393px;
	color: #fff;
	padding:0 10px;
	padding-top: 170px;
	text-align: center;
}

.unscramble-title .hover-div {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	cursor: pointer;
	opacity: 0;
	padding-top: 70px;
	height: 470px;
	line-height: 26px;
	transition: all .5s ease-in-out;
	background-color: rgba(0, 98, 172, 0.6);
}
.hover-div .hover-div-inner {
    transition: all .5s ease-in-out;
    padding: 0 10px;
    top:200px;
    position: absolute;
    left: 0;
    right: 0;
}
/*
.hover-div{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	cursor: pointer;
	opacity: 0;
	padding: 100px 10px;
	bottom:0;
	line-height: 26px;
	background-color: rgba(0, 98, 172, 0.6);
}
*/
.unscramble-title:hover .hover-div .hover-div-inner {
    top: 50%;
    transform: translateY(-50%);
}
.unscramble-title:hover .hover-div .hover-div-bg{
	opacity:0.72;
}
.unscramble-title .hover-div h3 {
	margin-bottom: 26px;
}

.unscramble-title .hover-div p {
	margin-bottom: 20px;
	text-align: justify;
	font-size:14px;
}

.unscramble-title:hover>h3,
.unscramble-title:hover>p {
	display: none;
}

.unscramble-title:hover .hover-div {
	opacity:1;
}
.unscramble-content .tag {
	height: 6px;
	width: 46px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fa553d;
	border-radius: 3px;
	transition: all .5s;
}

.unscramble-title h3 {
	margin: 0;
	margin-bottom: 20px;
	font-weight: normal;
	line-height:32px;
}

.advantage>p {
	font-size: 16px;
	text-align: center;
	margin: 0;
	margin-bottom: 50px;
}
/*案例*/
.case .module-title{color:#fff;}

.case .swiper-container{
	padding:0 55px;
	width:1196px;
}
.case .case-box .swiper-slide{
	width:1086px;
	height:245px;
	padding:33px 70px;
	background:#fff;
	border-radius:20px;
}

.case .case-box img{
	width:110px;
	height:77px;
	display:block;
	margin:0 auto;
	margin-bottom:23px;
}
.case .case-box p{
	font-size:14px;
	font-weight:400;
	line-height:26px;
	color:rgba(58,58,58,1);
}
.case .case-box .swiper-button-prev {
    left: 0;
    background-image: url(/website2019/img/customer-left-btn.png);
}
.case .case-box .swiper-button-next, .swiper-button-prev {
    top: 50%;
    width: 55px;
    height: 172px;
    margin-top: -86px;
    background-size: 55px 172px;
}
.case .case-box .swiper-button-next {
    right: 0;
    background-image: url(/website2019/img/customer-right-btn.png);
}
.case .case-box .swiper-button-next, .swiper-button-prev {
    top: 50%;
    width: 55px;
    height: 172px;
    margin-top: -86px;
    background-size: 55px 172px;
}
/*解决方案*/
.solution-wrapper{
	background:url(/website2019/img/solution/ykj-bg.jpg) no-repeat center top;
}
.solution .solution-box{
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.solution .solution-box img{
	padding:0 20px;
}

/*常见问题*/
.question-item{
	border: 1px #e5e4f1 solid;
    padding: 30px;
    margin-bottom: 10px;
    flex:1;
}
.qusetion-item ul li {
    padding-left: 40px;
    min-height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}
.question-item ul li.ask {
    background: url(/website2019/img/solution/ask.png) no-repeat left 0;
    font-weight: bold;
}
.question-item ul li.answer {
    background: url(/website2019/img/solution/answer.png) no-repeat left 0;
}
.question-item ul li{
	padding-left: 40px;
   /* min-height: 22px;*/
    line-height: 24px;
    margin-bottom: 10px;
}
/*联系浪潮云管家*/
.foot-lxzj {
	height: 474px;
	background: url(/website2019/img/product/ECS_04.png) no-repeat center top;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.lxzj {
	padding-top: 70px;
}

.lxzj h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
}

.lxzj h3 {
	font-size: 16px;
	margin-top: 30px;
}

.lxzj h4 a {
	width: 230px;
	display: block;
	margin: 40px 0 50px 0;
	transition: all 0.5s;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	border-radius: 24px;
	text-align: center;
	background-color: #fa553d;
	color: #fff;
}

.lxzj h4 a:hover {
	background-color: #e7442c;
	transition: all 0.5s;
}

.lxzj h5 {
	font-size: 16px;
	line-height: 26px;
}

/*新增*/

.banner-bottom{
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	position: absolute;
	bottom: 0;
	margin-bottom: 55px;
}
.describe-bg{
	background: #F5F5F6;
	padding-bottom: 60px;
}
.describe-title{
	background: #fff;
	padding: 20px 35px 30px 35px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.13);
	line-height: 24px;
}
/*优势*/
.advantage-bg{
	background: url(/website2019/img/solution/advantage-bg.jpg) no-repeat center top;
	background-size: cover;
}
.advantage{
	width: 393px;
	height: 320px;
	background: rgba(255,255,255,1);
	padding-top: 40px;
}
.advantage-border{
    border-top: 2px #E53C23 solid;
	width: 38px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}
/*深度解读*/
.unscramble-title h3{
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 26px;
}
.font-tag{
	line-height: 24px;
	padding: 0 40px;
	/*padding-top: 20px;*/
	text-align: center;
}
/*方案架构*/
.Framework{
	background: url(/website2019/img/solution/ykj-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-bottom: 60px;
}
.serviceTab{
	border-bottom: 1px #CFCFCF solid;
}
.left-tab li {
	color: #333333;
	font-size: 18px;
	line-height: 66px;
	display: inline-block;
	width: 180px;
}
.left-tab li.hover {
	color: #FA553D;
	border-bottom: 2px #FB553D solid;
}
.item-info{margin: 20px 0;}
.item-info p{
	background: #fff;
	width: 760px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.13);
}
.item-info img{width: 100%;}
.item-content{
	line-height: 24px;
	width: 760px;
	margin: 0 auto;
}
.item-content center{
	font-size: 18px;
	padding-bottom: 10px;
}

/*视频教程*/
.course-tp-tab ul li.active{
	border-top:4px #0062AC solid;
	background: #ffffff;
}

/*demo演示*/

.demo-swiper{
	width: 345px;
}
.demo-slide{
	width: 164px!important;

}
.bofang{
	position: absolute;
	width: 164px;
	height: 113px;
	background: rgba(0,0,0,0.35);
	padding: 35px 0 0 65px;
	display: none;
}
.courseBox a.active .bofang{
	display: block;
}



.swp1{
	position: absolute;
	bottom: 65px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px!important;
	height: 35px!important;
	top: auto!important;
}
/*交付流程*/
.top-img{
	width: 286px;
	height: 166px;
	line-height: 1.42857143;
	clip-path: polygon(100% 100%, 90% 100%, 100% 50%, 90% 0, 0% 0%, 10% 50%,0% 100%);
	-webkit-clip-path: polygon(100% 100%, 90% 100%, 100% 50%, 90% 0, 0% 0%, 10% 50%,0% 100%);
}
.top-div:nth-child(1) .top-img{
	-webkit-clip-path: polygon(100% 100%, 90% 100%, 100% 50%, 90% 0, 0% 0, 0% 100%);
	clip-path: polygon(100% 100%, 90% 100%, 100% 50%, 90% 0, 0% 0, 0% 100%);
}
.bottom-font{
	text-align: center;
	margin-top: 20px;
	width: 286px;
}

/*选配套餐*/
.Matching{
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.13);
}
.Matching-tab{
	height: 66px;
	line-height: 66px;
	background: #fdfdfd;
}
.Matching-tab li{
	font-size: 18px;
	min-width: 180px;
	height: 66px;
	color: #333333;
	display: inline-block;
}
.Matching-tab li.hover{
	border-top: 4px #0062ac solid;
	background: #fff;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}
.left-Matching{
	text-align: center;
}

/*产品推荐*/
.Recommend-content:hover{
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.13);
}
.Recommend-img{
	width: 52px;
	height: 52px;
	margin: 20px;
}
.Recommend{
	padding:20px 40px 25px 0;
}
.Recommend h4{
	margin-top: 0;
}
.cptjbtn{
	display: inline-block;
	width: 120px;
	height: 34px;
	transition: all 0.5s;
	border-radius: 24px;
	line-height: 34px;
	background: #fa553d;
	color: #fff!important;
	text-align: center;
	margin-right: 23px;
}
a:hover.cptjbtn{
	background: #ce4330;
}

/*下载专区*/
.download{
	background-color: #f5f5f6;
	padding-bottom: 60px;
}
.download-content{
	text-align: center;
	width: 462px;
	height: 230px;
	background: #fff;
	border: 1px #ddd solid;
	margin: 0 60px;
}
.download-content:hover{
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.13);
	border:1px #0062ac solid;
}
.download-content img{
/*	width: 120px;*/
	height: 120px;
	margin-top: 30px;
}
.download-content h4{
	text-align: center;
	margin: 20px 0;
}

/*合作伙伴*/
.img-thumbnail{
	width: 255px;
	height: 120px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.13);
}

/*成功案例*/
.solution-des{
	background: #fff;
	min-height: 210px;
	padding: 40px;
	line-height: 24px;
}
.solution-des h4 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

.swiper-wrapper{
	display: flex!important;
}

/*swiper*/
.swiper-button-prev, .swiper-button-next{
			top: auto;
			width: 55px;
			height: auto;
		}
		.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
			right: auto!important;
		}
		.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
			left: auto!important;
		}
.swiper-button-prev, .swiper-button-next{
top:auto!important;
}

