* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	/* font-family: 黑体, -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; */
	font-family:"HarmonyOS Sans SC", "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 16px;
	color: #000;
	border: 0;
	vertical-align: baseline;
	outline: none;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	line-height: 1.6em;
}

.clearfix:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal;
}
.c3{
	color: #333;
}
.c6{
	color: #666;
}
.c9{
	color: #999;
}

ul,
ol,
li,
dl {
	list-style: none;
}

img {
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:visited {
	/*color: #000;*/
	text-decoration: none;
}
a:active {
	/*color: #000;*/
	text-decoration: none;
}

img,
input,
select {
	vertical-align: middle;
}
.flexcont{
	display: flex;
	align-items: center;
}

.bodyTop{
	height: 110px;
	padding-top: 10px;
	background: url(../idyimg/bodyBg.png) center top no-repeat;
	background-size: 100% auto;
}
.maincont{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.mainTop{
	height: 100%;
	justify-content: space-between;
}
.mainTop .logo{
	height: 38px;
}
.meun{
	font-size: 18px;
}
.meun p{
	margin-left: 58px;
	line-height: 40px;
}
.meun .button{
	height: 40px;
	border-radius: 40px;
	padding: 0 25px;
	background: #000;
	color: #fff;
}
.meun p a{
	display: block;
	padding-left: 85px;
	position: relative;
}
.meun p:first-child a{
	background: url(../idyimg/works.png) left 11px no-repeat;
}
.meun p:nth-child(2) a{
	background: url(../idyimg/about.png) left 11px no-repeat;
}
.meun .active a:after{
	position: absolute;
	content: "";
	display: block;
	bottom: -6px;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #000;
}
.threeMeun{
	margin-bottom: 24px;
}
.threeMeun p{
	background: url(../idyimg/threeMeun1.png) no-repeat;
	font-size: 14px;
	text-align: center;
	margin-right: 14px;
}
.threeMeun p.active{
	background: url(../idyimg/threeMeun2.png) no-repeat;
}
.threeMeun p a{
	width: 124px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #999;
}
.threeMeun p.active a{
	color: #000;
}
.columnCont{
	padding-top: 60px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-left: -20px;
	border-bottom: 1px solid #DFDFDF;
}
.columnCont a{
	color: #999;
	transition: 0.5s;
}
.columnCont a:hover,.columnCont dl.active a{
	color: #000;
}
.columnCont dl{
	padding: 0 32px;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.columnCont dl::after{
	content: "";
	position: absolute;
	bottom: 5px;
	right: 0;
	display: block;
	width: 2px;
	height: 16px;
	background: #E5E5E5;
}
.columnCont dl:last-child::after{
	display: none;
}
.columnCont dt{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 6px;
	overflow: hidden;
}
.columnCont dt i{
	width: 100%;
	height: 100%;
	display: block;
}
.columnCont dl:first-child dt i.befer{
	background: url(../idyimg/column.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:first-child dt i.after{
	background: url(../idyimg/columnActive.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(2) dt i.befer{
	background: url(../idyimg/column1.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(2) dt i.after{
	background: url(../idyimg/column1Active.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(3) dt i.befer{
	background: url(../idyimg/column2.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(3) dt i.after{
	background: url(../idyimg/column2Active.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(4) dt i.befer{
	background: url(../idyimg/column3.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(4) dt i.after{
	background: url(../idyimg/column3Active.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(5) dt i.befer{
	background: url(../idyimg/column4.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(5) dt i.after{
	background: url(../idyimg/column4Active.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(6) dt i.befer{
	background: url(../idyimg/column5.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(6) dt i.after{
	background: url(../idyimg/column5Active.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(7) dt i.befer{
	background: url(../idyimg/column6.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(7) dt i.after{
	background: url(../idyimg/column6Active.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(8) dt i.befer{
	background: url(../idyimg/column7.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl:nth-child(8) dt i.after{
	background: url(../idyimg/column7Active.png) no-repeat;
	background-size: 100% 100%;
}
.columnCont dl dt i.befer,.columnCont dl dt i.after{
	transition: transform 0.5s;
}
.columnCont dl:hover dt i.befer,.columnCont dl.active dt i.befer,.columnCont dl:hover dt i.after,.columnCont dl.active dt i.after{
	transform: translateY(-40px);
}

.caseCont ul{
	display: flex;
	flex-wrap: wrap;
}
.caseCont li{
	width: 33.333%;
	padding-right: 15px;
	margin-bottom: 39px;
}
.caseCont li p{
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.caseCont li p span{
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #000;
	color: #fff;
	font-size: 12px;
	padding: 1px 12px;
	border-radius: 5px;
}
.caseCont li p img{
	width: 100%;
	height: 240px;
	transition: 0.5s;
}
.caseCont li p:hover img{
	transform: scale(1.2);
}
.caseCont li dt{
	font-size: 19px;
	font-weight: 500;
	line-height: 28px;
	padding-top: 20px;
	padding-bottom: 8px;
}
.caseCont li dd{
	font-size: 13px;
	color: #666;
	line-height: 20px;
}
.mores{
	text-align: center;
	padding: 45px 0 82px;
}
.mores a{
	display: inline-block;
	background: #f5f5f5;
	font-size: 15px;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	padding: 0 30px;
}
.bottomCont{
	background: #FAFAFA;
	padding-top: 20px;
}
.bottomT{
	padding: 30px 0;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.bottomT dt{
	margin-bottom: 10px;
}
.bottomT dd{
	font-size: 15px;
}
.bottomB{
	display: flex;
	padding-top: 35px;
	padding-bottom: 50px;
}
.Blogo img{
	height: 44px;
}
.bB-left{
	width: 35%;
}
.bB-left dl{
	margin-bottom: 20px;
}
.bB-middle{
	flex: 1;
}
.bB-middle p{
	margin-bottom: 45px;
}
.bB-right{
	width: 120px;
	text-align: center;
	font-size: 12px;
}
.bB-right img{
	width: 90px;
	height: 90px;
	margin-bottom: 8px;
}
.artCont{
	font-size: 12px;
	padding: 5px 0;
}
.artCont img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.artlist{
	display: flex;
	margin-bottom: 30px;
	text-align: center;
}
.artlist img{
	width: 48px;
	border-radius: 48px;
	height: 48px;
	margin-bottom: 4px;
}
.artlist .dv{
	width: 54px;
	height: 54px;
	border-radius: 54px;
	padding: 2px;
	border: 1px solid transparent;
	margin: 0 auto;
}
.artlist .active .dv{
	border: 1px solid #4FFF58;
	box-shadow: 0 0 5px rgba(0,25,11,.2);
}
.artlist dl{
	text-align: center;
	padding: 0 20px;
}
.artlist dt{
	font-size: 12px;
	color: #000;
}
.artlist dd{
	color: #B5B5B5;
	font-size: 10px;
	line-height: 10px;
}
.artNeiCont{
	margin: 100px 90px;
	background: url('../idyimg/artBg.png') right bottom no-repeat;
}
.artNeiCont .fimg{
	margin-right: 90px;
}
.artNeiCont .fimg img{
	flex-shrink: 0;
	width: 228px;
}
.artTitle{
	margin-bottom: 40px;
}
.artTitle b{
	font-size: 48px;
	padding-right: 17px;
}
.artTitle small{
	font-size: 20px;
}
.artBody{
	font-size: 14px;
	line-height: 22px;
}
.artBody p{
	margin-bottom: 20px;
}
.hzTitle{
	font-size: 32px;
	padding-bottom: 50px;
	padding-top: 20px;
	font-weight: normal;
}
.huiBg{
	background: #FAFAFA;
}
.aboutBanner{
	padding: 113px 0;
}
.ABer{
	background: url('../idyimg/artBg.png') right center no-repeat;
}
.aboutList{
	display: flex;
	justify-content: space-between;
	padding: 80px 0;
}
.aboutLeft{
	width: 387px;
	flex-shrink: 0;
}
.imgAbout{
	width: 100%;
}
.aboutRight{
	width: 713px;
}
.aboutTitle{
	font-size: 38px;
	line-height: 38px;
	width: 260px;
	border-top: 1px solid #DFDFDF;
	padding-top: 28px;
	padding-bottom: 80px;
	background: url(../idyimg/arrowRight.png) left 94px no-repeat;
}
.aboutBody{
	line-height: 24px;
	font-size: 15px
}
.aboutBody p{
	margin-bottom: 16px;
}
.upWork{
	padding-top: 12px;
}
.upWork span{
	display: inline-block;
	padding: 15px 50px;
	border: 1px solid #000;
	border-radius: 50px;
	color: #000;
}
.aboutInclude{
	padding: 80px 0;
}
.detailCont{
	padding: 60px 0;
}
.pageTitle{
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.pageInfo{
	font-size: 12px;
	padding-bottom: 20px;
	justify-content: center;
}
.pageInfo img{
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 0 3px;
}
.pageInfo span{
	color: #FF4B09;
}
.pageTip{
	font-size: 12px;
	text-align: center;
}
.pageTip span{
	padding: 10px 22px;
	display: inline-block;
	border-top: 1px solid #ccc;
}
.detailBody{
	margin: 0 auto;
	width: 1200px;
	padding: 0 210px;
	padding-bottom: 110px;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.artBodyInfo{
	background: #F5F5F5;
	padding: 10px 20px;
	justify-content: space-between;
	font-size: 12px;
	border-radius: 4px;
}
.BodyCont{
	padding-bottom: 40px;
}
.BodyCont img{
    max-width: 100%;
}
.BodyCont video{
    width: 100%!important;
}
.aBIleft img{
	height: 36px;
	width: 36px;
	margin-right: 8px;
}
.aBIleft dd{
	font-size: 10px;
	line-height: 12px;
}
.aBRight{
	position: relative;
	background: url(../idyimg/icon-arrow.png) right center no-repeat;
}
.aBRight a{
	padding-right: 22px;
}
.caseSwiper .swiper-slide p{
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-bottom: 12px;
}
.caseSwiper .swiper-slide img{
	width: 100%;
	transition: 0.3s;
}
.caseSwiper .swiper-slide:hover img{
	transform: scale(1.2);
}
.caseSwiper .swiper-slide dt{
	font-size: 19px;
	line-height: 28px;
	padding: 8px 0;
}
.caseSwiper .swiper-slide dd{
	font-size: 13px;
	line-height: 22px;
	color: #666;
}
.moreCaseList{
	padding-bottom: 90px;
}
.moreCase{
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}
.moreCase h2{
	font-weight: normal;
	font-size: 38px;
	line-height: 1em;
}
.moreCase .swiper-next,.moreCase .swiper-prev{
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.moreCase .swiper-next{
	background: url(../idyimg/arrow1.png) no-repeat;
}
.moreCase .swiper-prev{
	background: url(../idyimg/arrow2.png) no-repeat;
}
.moreCase .flexcont > div{
	margin-left: 16px;
}

.blockModal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #000;
	display: none;
}
.serviceModal,.joinModal{
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 600px;
	background: #fff url(../idyimg/bodyBg.png) top center no-repeat;
	background-size: 100% auto;
	padding: 16px;
	transform: translate(-50%,-50%);
	display: none;
}
.serviceModal h3,.joinModal h3{ 
	font-size: 28px;
	font-weight: normal;
}
.serviceModal h4,.joinModal h4{
	font-size: 18px;
	font-weight: normal;
	padding: 16px 0;
}
.inputs{
	padding:12px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inputs li{
	border-bottom: 1px solid #D9D9D9;
	width: 46%;
}
.inputs input{
	border: none;
	padding: 15px 0;
	width: 100%;
	font-size: 13px;
}
.duoxuan label span{
	display: inline-block;
	background: #F7F8F9;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	padding: 0 18px;
	border-radius: 30px;
	height: 40px;
	line-height: 40px;
	margin-right: 6px;
	margin-bottom: 5px;
}
.duoxuan label input{
	display: none;
}
#myCheckbox:checked + span{
	background: #000;
	color: #fff;
}
.danxuan{
	display: flex;
	flex-wrap: wrap;
}
.danxuan label{
	display: flex;
	align-items: center;
	margin-right: 16px;
	margin-bottom: 10px;
}
.danxuan label input{
	margin-right: 4px;
}
.Cbuttom button{
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #4FFF58;
	color: #000;
	font-size: 16px;
	border: 0;
	font-weight: bold
}
.tis{
	padding-top: 10px;
	font-size: 12px;
}
.closeModal{
	position: absolute;
	top: -30px;
	right: 0;
}
.closeModal img{
	width: 24px;
	height: 24px;
}
.modalShow{
	display: block;
}
.goback{
    position: fixed;
    right: 30px;
    bottom: 50px;
    text-align: center;
}
.goback img{
    width: 35px;
}
.detailBody iframe{
    width: 100%!important;
}
