body {
	background: #fcfcfc;
	color: #666;
}
.ckick{
	overflow: hidden;
}
.all{
	width: 100%;
	height: 100%;
	background-color:rgba(102, 102, 102, 0.5);
	z-index: 111;
	position: absolute;
	display: none;
}
.luniframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999;
}
.luniframe .close{
	position: absolute;
	right: -65px;
	color: red;
	z-index: 12121212;
	font-size: 20px;
	border: solid 3px red;
	border-radius: 50%;
	padding: 10px;
}
.luniframe .close:hover{
	color: red;
}
.swiper-container .ban1 {
	width: 100%;
	background: url(./../img/banner/banner1.png) no-repeat; 
	/* background: url(././../../static/images/banner/banner1.png)no-repeat; */
	background-size: 100% 100%;
	position: relative;
}

.swiper-container .ban2 {
	width: 100%;
	background: url(./../img/banner/banner2.png) no-repeat; 
	/* background: url(././../../static/images/banner/banner2.png)no-repeat; */
	background-size: 100% 100%;
}

.swiper-container button {
	height:50px;
	width:140px;
	background: transparent;
	border:1px solid #DEE3FF;
	color:#fff;
	border-radius:25px;
	font-size:20px;
	margin:0 20px;
}
.swiper-container .ban1 .buttonWrap{
	position: absolute;
	top:420px;
	left:380px;
}
.swiper-container .ban2 button{
	margin-top:200px;
}
.swiper-container button:hover{
	background:linear-gradient(-90deg,#5372ff 0%, #4259ff 100%);
	border-color: #4259ff;
}
.topChangeNav {
	height: 88px;
	background: #f6f6f6;
}

.boxHead #nevigation a {
	font-size: 16px;
}
.boxHead .logo1{
	display: inline-block;
	width: 180px;
	height: 45px;
	margin-top: 7px;
}
.boxHead .logo1 img{
	width: 100%;
	height: 100%;
}
.topUlWrap {
	width: 1200px;
	height: 88px;
	margin: 0 auto;
	justify-content: space-between;
}

.topUlWrap .title-item {
	height: 100%;
	line-height: 88px;
	font-size: 26px;
	padding: 0 40px;
	cursor: pointer;
	align-items: center;
}

.title-item i {
	font-size: 30px;
	color: #999;
	padding-right: 10px;
}

.topUlWrap .active {
	background: #fff;
}

.topUlWrap .active i {
	color: #ffb60c;
}

.notice_content {
	width: 100%;
	box-sizing: border-box;
	padding: 0 150px;
}

.module {
	background: #fff;
	width: 100%;
	padding: 50px 200px;
	box-sizing: border-box;
	box-shadow: 0 5px 20px -10px rgba(102, 102, 102, 0.5);
	justify-content: space-between;
}

.module_leftTitle {
	font-size: 20px;
}

.module_leftTitle img {
	height: 32px;
	width: 32px;
	/* padding-right: 10px; */
	margin-right: 5px;
}

.module_content {
	font-size: 16px;
	padding-bottom: 30px;
	line-height: 30px;
}

.module_right {
	flex: 1;
}

.module_right img {
	width: 80%;
	margin-left: 20%;
}

.detailWrap {
	text-align: center;
	padding-top: 100px;
}

.detailWrap h5 {
	font-size: 28px;
	color: #343434;
	font-weight: 550;
}

.detailWrap span {
	font-size: 16px;
	color: #ffae11;
	padding: 5px 0 10px 0;
	display: block;
}

.detailWrap p {
	line-height: 28px;
	padding-bottom: 20px;
}

.detailWrap .displayImg {
	width: 75%;
}

.detailWrap .displayText {
	font-size: 24px;
	padding: 30px 20px;
}

.detailWrap .childList {
	width: 70%;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 80px;
}

.childList .li_wrap {
	width: 31%;
	height: 150px;
	box-shadow: 0 0 20px -5px rgba(102, 102, 102, 0.5);
	align-items: center;
	text-align: left;
	margin-bottom: 20px;
}

.li_wrap img {
	height: 100px;
}

.li_wrap h6 {
	font-size: 18px;
	font-weight: 550;
}

.li_wrap span {
	color: #999;
	font-size: 15px;
	line-height: 30px;
}

.bottomShow_wrap {
	padding: 0 150px 60px;
	box-sizing: border-box;
}

.bottomShow_wrap .show_wrap {
	background: #f8f8f8;
	height: 355px;
	margin-bottom: 30px;
	align-items: center;
	box-sizing: border-box;
	padding: 0 135px;
	justify-content: space-between;
}

.show_wrap h6 {
	font-weight: 550;
	font-size: 26px;
	/*border-bottom: 10px solid #dcdcdc;*/
	padding-bottom: -5px;
	position: relative;
}

.show_wrap h6:after {
	position: absolute;
	height: 10px;
	margin: 0 auto;
	content: '';
	left: 0;
	right: 0;
	width: 100%;
	color: #000;
	background-color: rgba(153, 153, 153, 0.4);
	left: 0;
	bottom: 0px;
}

.show_wrap span {
	color: #999;
	display: block;
	padding: 10px 0 20px;
}

.show_wrap p {
	line-height: 30px;
	color: #666;
}

.show_wrap p span {
	width: 10px;
	height: 10px;
	background: #0c85f9;
	display: inline-block;
	padding: 0;
	border-radius: 50%;
	margin-right: 10px;
}

.show_wrap img {
	width: 45%;
}

.lastWrap {
	position: relative;
}

.lastWrap .full_sizeImg {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 90px;
	box-sizing: border-box;
}

.lastWrap .full_sizeImg i {
	font-style: italic;
	color: #fff;
	font-size: 28px;
}

.footRecordNum {
	background: #1C1A1A;
	width: 100%;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	letter-spacing: 1px;
}

.footRecordNum a {
	padding: 15px 0 5px 0;
	display: block;
}

.footRecordNum a:hover {
	color: #0c85f9;
}


/* --- */

.topUlWraptilte {
	width: 1200px;
	height: 130px;
	margin: 0 auto;
	justify-content: space-between;
	line-height: 130px;
	text-align: center;
	margin-top: 30px;
}

.topUlWraptilte span {
	font-size: 36px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	/* line-height: 159px; */
}

.topUlWraptilte .span {
	display: block;
}

.resolve {
	width: 1180px;
	margin: 0 auto;
}

.resolve_left {
	width: 20%;
}

.resolve_right {
	flex: 1;
	height: 580px;
	margin-left: 50px;
	box-shadow: 0 0 20px -5px rgba(102, 102, 102, 0.5);
}

.topUlWrap {
	width: 1200px;
	height: 88px;
	margin: 0 auto;
	justify-content: space-between;
}

.resolve_left .title-item {
	height: 180px;
	font-size: 26px;
	/*padding: 0 40px;*/
	justify-content: center;
	cursor: pointer;
	align-items: center;
	margin-bottom: 20px;
	background: #f4f5f7;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	color: #999999;
	letter-spacing: 1px;
	/* span{
		display: block;
	} */
}
.resolve_left .title-item  span{
	display: block;
}
.title-item i {
	font-size: 30px;
	height: auto;
	color: #999;
	padding-right: 10px;
	margin-top: 5px;
}

.imgbox {
	width: 100%;
}

.imgbox img {
	width: 100%;
	height: 349px;
}

.resolve_right .title {
	font-size: 18px;
	color: #3f54ec;
	text-align: center;
	cursor: pointer;
	margin: 15px auto;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
}

.resolve_right .plan {
	width: 161px;
	height: 35px;
	line-height: 35px;
	background: linear-gradient(-90deg, #73be33 0%, #02a103 100%);
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	display: flex;
	align-items: center;
}

.resolve_right .plan i {
	color: #fff;
	font-size: 24px;
	margin-right: 5px;
	margin-left: 20px;
}

.resolve_right .contain {
	flex-wrap: wrap;
}

.resolve_right .contain .list {
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	align-items: center;
	margin-left: 35px;
	margin-top: 23px;
}

.resolve_right .contain .list .name {
	width: 375px;
	margin-left: 10px;
}

.resolve_right .contain .list .dot {
	width: 10px;
	height: 10px;
	background: linear-gradient(-90deg, #7690ff 0%, #3e53ec 100%);
	border-radius: 50%;
}

.ullist .actives {
	/* background: #fff; */
	background: url(../../img/m1/1选中.png) no-repeat;
	box-sizing: content-box;
	color: #fff;
}

.ullist .actives i {
	color: #fff;
}
.ullist .actives span {
	color: #fff;
}

.ullist .icon-zhanting {
	font-size: 20px;
	margin-top: 2px;
}

.resolve_right .detil {
	padding: 0 15px;
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: left;
	color: #3f54ec;
	line-height: 34px;
}

.resolve_right .two {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tubiao {
	justify-content: space-between;
}

.tubiao .list {
	width: 150px;
	text-align: center;
}

.tubiao .list i {
	font-size: 32px;
	color: #3f54ec;
}

.tubiao .list .name {
	font-size: 22px;
	color: #111;
	font-weight: 500;
}

.product {
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
}

.product .top {
	width: 344px;
	height: 57px;
	background: #8c8e9d;
	border-radius: 14px 14px 0px 0px;
	font-size: 28px;
	font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 48px;
	letter-spacing: 1px;
	padding-left: 20px;
}

.product .contain {
	width: 304px;
	height: 165px;
	background: #ffffff;
	box-shadow: 0 0 20px -5px rgba(102, 102, 102, 0.5);
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 30px;
	padding: 30px;
}

.product .contain .img {
	text-align: right;
}

.alltilte {
	width: 1200px;
	/* height: 130px; */
	margin: 0 auto;
	justify-content: space-between;
	text-align: center;
	margin-top: 30px;
	margin-top: 120px;
}

.alltilte .big {
	font-size: 50px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	text-align: center;
}

.alltilte .small {
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	text-align: left;
	color: #666666;
	text-align: center;
	margin-bottom: 20px;
}

.bg {
	margin-top: 150px;
	width: 100%;
	height: 855px;
	opacity: 0.84;
	background: #ffffff;
	background: url(../../img/m1/4.png);
}

.bgtitle {
	width: 1200px;
	margin: auto;
}

.bgtitle .big {
	font-size: 50px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	line-height: 48px;
	text-align: center;
	padding-top: 79px;
}

.bgtitle .small {
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #666666;
	line-height: 34px;
	margin-top: 20px;
}

.superlist .item {
	width: 338px;
	height: 158px;
	background: #f4f5f7;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.superlist .item i {
	font-size: 50px;
	color: #3e53ec;
	margin-right: 10px;
	/* background: linear-gradient(-90deg,#7690ff 0%, #3e53ec 100%); */
}

.superlist .item .big {
	font-size: 32px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	letter-spacing: 1px;
}

.superlist .item .small {
	font-size: 18px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #999999;
	letter-spacing: 0px;
}

.superlist .activess {
	background: linear-gradient(-90deg, #7690ff 0%, #3e53ec 100%);
	color: #fff;
}

.superlist .activess i {
	color: #fff;
}

.superlist .activess .big {
	color: #fff;
}

.superlist .activess .small {
	color: #fff;
}

.super_right {
	margin-left: 70px;
}

.super_right .imgbox {
	width: 800px;
	height: 575px;
	background: #f0f1f5;
	border-radius: 20px 20px 0px 0px;
}

.super_right .imgbox .top {
	width: 800px;
	height: 40px;
	background: #dbdbdb;
	border-radius: 20px 20px 0px 0px;
}

.super_right .imgbox .img {
	width: 100%;
	height: 95%;
	padding: 20px;
	margin: 0 auto;
	display: block;
}

.super_right .imgbox .video {
	width: 690px;
	height: 520px;
	margin-left: 55px;
	margin-top: -30px;
}

.imgbox .gif {
	display: block;
	width: 530px;
	height: 255px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px auto 0;
}

.caseall {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case {
	width: 280px;
	height: 157px;
	margin: 0 0 40px;
	display: flex;
	align-items: flex-end;
}

.case i {
	display: inline-block;
	color: #3E53EC;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-webkit-transform: rotate(-90deg);
	/* Safari and Chrome */
	font-size: 22px;
	margin-left: 10px;
}

.case .name {
	font-size: 24px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 48px;
}

.caseall .one {
	background: url(./../../img/m1/云会展.png)no-repeat;
	background-size: 100% 100%;
}

.caseall .two {
	background: url(./../../img/m1/云展馆.png)no-repeat;
	background-size: 100% 100%;
}

.caseall .three {
	background: url(./../../img/m1/主题馆.png)no-repeat;
	background-size: 100% 100%;
}

.caseall .four {
	background: url(./../../img/m1/文博馆.png)no-repeat;
	background-size: 100% 100%;
}

.caseall .five {
	background: url(./../../img/m1/产业园.png)no-repeat;
	background-size: 100% 100%;
}

.caseall .six {
	background: url(./../../img/m1/企业展厅.png)no-repeat;
	background-size: 100% 100%;
}

.caseall .seven {
	background: url(./../../img/m1/工业展示.png)no-repeat;
	background-size: 100% 100%;
}

.caseall .eight {
	background: url(./../../img/m1/产品展示.png)no-repeat;
	background-size: 100% 100%;
}

.apply {
	width: 100%;
	height: 625px;
	margin-top: 80px;
	background: url(./../../img//m1/组92.png);
}

.apply .titlebig {
	font-size: 28px;
	font-family: Source Han Sans CN, Source Han Sans CN-Medium;
	font-weight: 500;
	font-style: italic;
	text-align: left;
	color: #ffffff;
	line-height: 48px;
	letter-spacing: 1px;
	padding-top: 50px;
}

.apply .titlesmall {
	font-size: 20px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	font-style: italic;
	text-align: left;
	color: #ffab1a;
	line-height: 48px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.apply .icon-lianxidianhua {
	margin-left: 5px;
}

.from {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.from .name input {
	width: 307px;
	height: 60px;
	opacity: 0.64;
	background: #48566a;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	padding-left: 5px;
}

.from .pho input {
	width: 307px;
	height: 60px;
	opacity: 0.64;
	background: #48566a;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	padding-left: 5px;
}

.from .comp input {
	width: 470px;
	height: 60px;
	opacity: 0.64;
	background: #48566a;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	padding-left: 5px;
}

.from .other {
	margin-top: 38px;
}

.from .other textarea {
	width: 1180px;
	height: 148px;
	opacity: 0.64;
	background: #48566a;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	padding-left: 5px;
}

input::-webkit-input-placeholder {
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}

textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}

textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}

textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}

textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
	font-size: 20px;
	padding-left: 5px;
}

.from #apply {
	width: 230px;
	height: 70px;
	background: #4259FF;
	border-radius: 35px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	margin-top: 50px;
	margin-left: 500px;
	cursor: pointer;
}

.from #send {
	width: 230px;
	height: 70px;
	background: #4259FF;
	border-radius: 35px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	margin-top: 50px;
	margin-left: 500px;
}

.apply .icon-jsontijiao {
	font-size: 25px;
	margin-right: 8px;
}

.foot {
	width: 100%;
	height: 274px;
	background: #232526;
}

.footcontent {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}

.pro .tit {
	font-size: 20px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 35px;
	margin-bottom: 25px;
}

.pro .contxt {
	font-size: 12px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #c6c6c6;
	letter-spacing: 1px;
	margin-bottom: 15px;
}