
* {
	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%;
}

.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: 42px;
	padding: 70px 0 30px 0;
	margin: 0;
}

.banner .pro-des {
	width: 530px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
	min-height: 100px;
}

.banner .btn-div {
	padding: 0 0 30px 0;
	font-size: 16px;
}

.banner .btn-div .btn-orange {
	display: inline-block;
	width: 214px;
	height: 48px;
	transition: all 0.5s;
	border-radius: 24px;
	line-height: 48px;
	background: #fa553d;
	color: #fff;
	text-align: center;
	margin-right: 23px;
}

.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.hidden {
	display: none;
}

.subMenu-wrapper.show {
	display: block !important;
}

.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;
}

.subMenu-wrapper .subMenu li a.active {
	color: #185C9D;
}

.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: 28px;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	margin: 0;
	line-height: 40px;
}
.sub-module-title {
	font-size: 16px;
	text-align: center;
	margin: 0;
	color: #333;
}
/*重点解读*/

.overview-flag {
	padding-top: 60px;
	padding-bottom: 40px;
	display: flex;
	justify-content: space-around;
	/*align-items: center;*/
}

.overview-flag dl {
	text-align: center;
	margin-bottom:0;
}

.overview-flag dl dt img {
	width: 89px;
	height: 89px;
}
.overview-flag dl dt{
	width:88px;
	height:88px;
	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: 20px;
	color: #333;
}

.overview-flag dl dd p {
	font-size: 14px;
	/*font-weight: bold;*/
	color: #666;
/*	text-align: justify;*/
	line-height:22px;
}
/*功能模块*/
.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;
}
/*功能优势*/
.advantage ,.qustion , .solution{padding-bottom:60px;}

.advantage-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.advantage-content div.advantage-content-item {
	position: relative;
	background-size: cover;
	height: 470px;
	color: #fff;
	padding:0 10px;
	padding-top: 200px;
	text-align: center;
}

.advantage-content-item .hover-div {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	cursor: pointer;
	opacity: 0;
	padding: 100px 10px;
	height: 470px;
	line-height: 26px;
	transition: all .5s ease-in-out;
}
.hover-div .hover-div-inner {
    transition: all .5s ease-in-out;
    padding: 0 10px;
    top:200px;
    position: absolute;
    left: 0;
    right: 0;
}
.hover-div-bg{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	cursor: pointer;
	opacity: 0;
	padding: 100px 10px;
	bottom:0;
	line-height: 26px;
	background-color: rgba(42,12,248,0.72);
}
.advantage-content-item:hover .hover-div .hover-div-inner {
    top: 50%;
    transform: translateY(-50%);
}
.advantage-content-item:hover .hover-div .hover-div-bg{
	opacity:0.72;
}
.advantage-content-item .hover-div h3 {
	margin-bottom: 10px;
}

.advantage-content-item .hover-div p {
	margin-bottom: 20px;
	text-align: justify;
	font-size:14px;
}

.advantage-content-item:hover>h3,
.advantage-content-item:hover>p {
	display: none;
}

.advantage-content-item:hover .hover-div {
	opacity:1;
}
.advantage-content .tag {
	height: 6px;
	width: 46px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #fa553d;
	border-radius: 3px;
	transition: all .5s;
}

.advantage-content-item 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: 15px 35px 5px 35px;
    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: 22px;
    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;
}