ul {
	margin: 0;
	padding: 0;
}
.omain {
	width: 1200px;
	margin: 0 auto;
}
.main-title {
	font-size: 34px;
    color: #393939;
    text-align: center;
    padding-top: 40px;
    line-height: 1;
    font-weight: bold;
	margin: 30px 0 40px;
}
.part1> ul> li {
	width: 22%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}
.part1 .part1-s {
	background: #f5833f;
	padding: 20px 10px;
	color: #fff;
}
.part1 .part1-s p {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.part1 .part1-s p span {
	font-size: 35px;
	font-weight: 700;
}
.part1 .part1-x ul {
	padding: 10px;
}
.part1 .part1-x ul li {
	font-size: 14px;
	color: #333;
}
@media (max-width: 767px) {
	.omain {
		width: 100%;
	}
	.part1> ul> li {
		width: 47%;
	}
}

.part2 {
    background-color: #f0f0f0;
	padding: 60px 0;
}
.omain2 {
	width: 1000px;
	margin: 0 auto;
}
.part2-l {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 20px;
}
.part2-l h2 {
	font-weight: bold;
    font-size: 34px;
    color: #333;
	margin-bottom: 60px;
}
.part2-l h2 span {
	color: #ff7f14;
}
.part2-l ul li {
	width: 120px;
    height: 120px;
    padding-top: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	display: inline-block;
	margin-right: 15px;
	    font-size: 20px;
}
.part2-l ul li span {
	color: #ff7f14;
    font-size: 25px;
	font-weight: 700;
}
.part2-r {
	width: 39%;
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
.part2-r ul li {

}
.part2-r ul li span {
	background-color: #ff7f15;
    padding: 10px 40px 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
	line-height: 43.5px;
}
.part2-r ul li .icon-circle-slelected:before {
	color: #fff;
}
.part2-r ul li:nth-child(n+4) span {
	background-color: #ffbc23;
}
@media (max-width: 767px) {
	.part2 {
		padding: 60px 20px;
	}
	.omain2 {
		width: 100%;
	}
	.part2-l {
		width: 100%;
	}
	.part2-l ul li {
		width: 90px;
		height: 90px;
		    padding-top: 20px;
	}
	.part2-l ul li span {
		font-size: 20px;
	}
	.part2-r {
		width: 100%;
	    padding: 30px 10px;
	}
	.part2-l h2 {
		font-size: 25px;
	}
}

/*第三部分 开始*/
.part3 {
    width: 100%;
    background: #fff;
    padding: 55px 0 62px;
    overflow: hidden;
}
.part3 .omain1 {
	width: 1400px;
	margin: 0 auto;
}
.center .futitle {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    text-align: center;
    margin-top: 9px;
}
.part3 ul {
    width: 100%;
    height: 410px;
    margin: 33px auto 0;
    list-style: none;
    padding: 0;
}
.part3 ul li {
    width: 11.7%;
    height: 410px;
    background-color: #fff;
    box-shadow: -1px 0 7px 2px rgba(40,75,240,0.13);
    border-radius: 11px;
    float: left;
    margin-right: 11px;
}
.part3 ul li .head {
    width: 100%;
    height: 70px;
    background: #FD6D00;
    border-radius: 11px 11px 0 0;
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    text-align: center;
}
.part3 ul li .main {
    width: 100%;
    padding-top: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.part3 ul li .main span {
    width: 90%;
    height: 43px;
    background: #fff;
    border: 1px solid #FFD2AE;
    border-radius: 8px;
    font-size: 16px;
    color: #333;
    line-height: 43px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.orange {
    background: #FFDFC6!important;
}
.marginright0 {
    margin-right: 0!important;
}
.part3 .fang {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #FD6D00;
    border-radius: 8px;
    font-size: 16px;
    color: #151515;
    line-height: 52px;
    text-align: center;
}
.part3 .fang span {
    color: #FD6D00;
}
@media (max-width: 767px) { 
	.part3 .omain1 {
		width: 100%;
	}
	.part3 ul li {
		width: 47%;
	}
}
/*第三部分 结束*/
	/*教学体系 开始*/
	.course-teach-system {
		width: 1200px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.section-item-title {
		padding: 10px 0 30px;
	}
	
	
	.course-teach-system .wrap-systemitem {
		float: left;
		width: 20%;
	}
	.course-teach-system .wrap-systemitem .system-item {
		width: 92%;
		margin: 0 auto;
		background: #fff;
		border-radius: 10px;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
		transition: all .5s cubic-bezier(.46,-1.96,.29,1.14);
		-webkit-box-shadow: 5px 5px 10px 0 rgb(46 61 73 / 20%);
	}
	.course-teach-system .wrap-systemitem .system-item .wrap-systemimg {
		height: 110px;
	}
	.positionrelative {
		position: relative;
	}
	.course-teach-system .wrap-systemitem .system-item .wrap-systemimg img {
		width: 100%;
		display: block;
		height: 110px;
	}
	.course-teach-system .wrap-systemitem .system-item .wrap-systemimg .teach-system-img-title {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		text-align: center;
		line-height: 110px;
		font-size: 22px;
		font-weight: 400;
		margin-bottom: 28px;
		margin: 0;
	}
	.course-teach-system .wrap-systemitem .system-item .wrap-systemimg span {
		font-size: 16px;
		padding: 5px 10px;
		border-radius: 5px;
		text-align: center;
		font-weight: 700;
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		margin: auto;
	}
	.bgcolore74a26 {
    background: #e74a26;
}
.colorfff {
    color: #fafafa;
}
	.course-teach-system .wrap-systemitem .system-item ul {
		font-size: 14px;
		padding: 33px 20px;
		text-align: justify;
		line-height: 31px;
		height: 380px;
		box-sizing: border-box;
	}
@media (max-width: 767px) { 
	.course-teach-system {
		width: 100%;
	}
	.course-teach-system .wrap-systemitem {
		width: 48%;
		margin: 10px 0;
	}
	.course-teach-system .wrap-systemitem .system-item ul {
		height: 410px;
	}
	.course-teach-system .wrap-systemitem .system-item .wrap-systemimg span {
		font-size: 14px;
	}
}
	/*教学体系 结束*/
.clear {
    display: block;
    clear: both;
}
.adult_three{
	padding-bottom: 50px;
	color: #fff;
	background: url(/wp-content/themes/ny/zhuanti/images/qiuzhi/adult_bg2.jpg) no-repeat center center;
	background-size: 100% 100%;
	clear: both;
}
.daily_title {
    padding: 40px 0;
    font-size: 42px;
    text-align: center;
}
.adult_three .daily_title{
	color: #fff;
}
.adult_three_dl .dt{
	float: left;
	width: 200px;
	padding: 50px 0;
	margin-top: 30px;
	font-size: 22px;
	text-align: center;
	border:solid 1px rgba(255,255,255,.3);
	background-color: rgba(255,255,255,.1);
}
.adult_three_dl .dt.h{
	margin-top: 70px;
}
.adult_three_dl .icon{
	float: left;
	width: 110px;
	color: #ff7f14;
	font-size: 32px;
	text-align: center;
	line-height: 200px;
}
.adult_three_dl .icon.h{
	line-height: 300px;
}
.adult_three_dl ul{
	float: left;
	width: 550px;
	padding: 25px;
	background-color: rgba(0,0,0,.15);
	border:solid 1px rgba(255,255,255,.5);
}
.adult_three_dl ul .lf50 {
	width: 50%;
    float: left;
}
.adult_three_dl ul .lf50 {
	
}
.adult_three_dl li{
	float: left;
	width: 50%;
	margin: 10px 0;
}
.adult_three_dl ul .lf50 li {
	width: 100%;
}
.adult_three_dl li .bd{
	width: 90%;
	margin: auto;
	line-height: 60px;
	font-size: 18px;
	text-indent:10px;
	border:solid 1px rgba(255,255,255,.3);
	background-color: rgba(255,255,255,.1);
	text-align: left;
}
.adult_three_dl li .bd .bd-1 {
	line-height: 20px;
    margin-bottom: 20px;
}
.adult_three_dl li .bd .bd-1 span {
	font-size: 14px;
}
.adult_three_dl li .bd .bd-1 i {
	margin-right: 0;
	line-height: 10px;
}
.adult_three_dl li .bd i{
	margin-right: 10px;
}
.adult_three_dl.w{
	margin-top: 30px; 
}
.adult_three_dl.w ul{
	width: 780px;
}
.adult_three_dl.t{
	margin-top: 30px; 
}
.adult_three_dl.t ul{
	width: 780px;
}
.adult_three_dl.t ul li{
	width: 33%;
}
.adult_three_dl.t  .dt {
	 margin-top: 5px;
}
.adult_three_dl.t .icon {
	line-height: 140px;
}
@media (max-width: 767px) {
	.adult_three {
		background-size: cover;
	}
	.daily_title {
		font-size: 25px;
	}
	.adult_three_dl ul {
		width: 100%;
	}
	.adult_three_dl li {
		width: 100%;
	}
	.adult_three_dl.w ul {
		width: 100%;
	}
	.adult_three_dl ul .lf50 {
		width: 100%;
	}
	.adult_three_dl.t ul {
		width: 100%;
	}
	.adult_three_dl.t ul li {
		width: 100%;
	}
	.adult_three_dl .icon.h {
		line-height: 100px;
		margin-top: 90px;
	}
}


.baseEmbed {
    width: 100%;
	background-color: #F6F8FA;
}
.baseEmbed-1920 {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}
.baseEmbed .baseEmbed-div {
    max-width: 1170px;
    box-sizing: border-box;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	color: #333;
    font-size: 34px;
    font-weight: bold;
}
.baseEmbed .baseEmbed-title {
	max-width: 1170px;
    box-sizing: border-box;
	margin: 60px auto 40px;
	text-align: center;
	color: #333;
    font-size: 34px;
    font-weight: bold;
}
.baseEmbed-mian {
	margin-top: 50px;
	    margin-left: auto;
    margin-right: auto;
}

.deploy{
      width: 1170px;
      min-width: 1170px;
      margin: 0 auto;
    }
    .deploy .deploySwiper{
      height: 855px;
	      background-color: #fff;
    }
    .deploy .deploy-nav .top-item{
      padding: 42px 48px 44px 48px;
    }
    .deploy .deploy-nav .top-item .new-cart-box{
      width: 168px;
      height: 168px;
      border: 1px solid #e6e6e6;
      box-sizing: border-box;
    }
    .deploy .deploy-nav .top-item .project-context{
      width: 682px;
      height: 158px;
      padding: 12px 27px 39px 27px;
      box-sizing: border-box;
      border: solid 1px #e6e6e6;
    }
    .deploy .deploy-nav .top-item .project-context-cart{
      width: 682px;
      height: 219px;
      padding: 43px 28px;
      box-sizing: border-box;
      border: solid 1px #e6e6e6;
    }
    .deploy .deploy-nav .top-item .project-context .project-context-icon,
    .deploy .deploy-nav .top-item .project-context-cart .project-context-icon{
      width: 38px;
      height: 40px;
      background: url('static/image/project-context.png');
    }
    .deploy .deploy-nav .top-item .solution{
      width: 682px;
      height: 335px;
      padding: 12px 27px 39px 27px;
      box-sizing: border-box;
      border: solid 1px #e6e6e6;
    }
    .deploy .deploy-nav .top-item .solution-cart{
      width: 450px;
      height: 600px;
      padding: 20px;
      box-sizing: border-box;
      border: solid 1px #e6e6e6;
	  margin-right: 30px;
    }
	.deploy .deploy-nav .top-item  i {
		color: #ff7f14;
		font-weight: 700;
	}
	.deploy .deploy-nav .top-item ul {
		padding-left: 30px;
	}
	.deploy .deploy-nav .top-item ul li {
	    list-style-type: circle;
	}
    .deploy .deploy-nav .top-item .solution .solution-icon,
    .deploy .deploy-nav .top-item .solution-cart .solution-icon{
      width: 38px;
      height: 40px;
      background: url('static/image/solution.png');
    }
    .deploy .deploy-nav .top-item .business-system{
      width: 366px;
      height: 518px;
      border: solid 1px #e6e6e6;
      box-sizing: border-box;
    }
    .deploy .deploy-nav .top-item .business-system-cart{
      width: 600px;
      height: 600px;
      box-sizing: border-box;
      border: solid 1px #e6e6e6;
	  padding: 20px;
	  font-size: 14px;
    }
	.deploy  .scroller {
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: auto;
		height: 390px;
		padding-right: 10px;
	}
	.deploy  .scroller::-webkit-scrollbar {
    width: 6px;   
	height:80%;
}
.deploy .scroller::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(9,9,9,0.1);
    background: rgba(9,9,9,0.2);
}
.deploy .scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(9,9,9,0.2);
    border-radius: 0;
    background: rgba(9,9,9,0.1);

}
    .deploy .bottom-item{
      width: 1170px;
      box-sizing: border-box;
    }
    .deploy .bottom-item>i{
      width: 342px;
      height: 127px;
    }
    .deploy .bottom-item .bottom-logo1{
      background: url('static/image/bottom-logo1.png');
    }
    .deploy .bottom-item .bottom-logo2{
      background: url('static/image/bottom-logo2.png');
    }
    .deploy .bottom-item .bottom-logo3{
      background: url('static/image/bottom-logo3.png');
    }
    .deploy .deploySwiper .swiper-pagination {
      bottom: 35px;
    }
    .deploy .deploySwiper .swiper-pagination-bullet {
      width: 40px;
      height: 9px;
      background-color: #e6e6e6;
      border-radius: 0;
      opacity: 1;
      margin: 0 26px 0 0  !important;
    }
    .deploy .deploySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #e2271d;
	}
	.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.flex-wrap {
    flex-wrap: wrap;
}
.dis-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.deploy .deploy-nav .top-item {
    padding: 42px 48px 44px 48px;
}
.bg-FFF {
    background-color: #fff;
}
.mt-34 {
    margin-top: 34px;
}

.flex-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.h-168 {
    height: 168px;
}

.ml-34 {
    margin-left: 34px;
}
.dis-col {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.lh-1em {
    line-height: 1em;
}

.c-3 {
    color: #333;
}.c-ff7f14 {
    color: #ff7f14;
}
.fs-30 {
    font-size: 30px;
}
.lh-30 {
    line-height: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.fs-20 {
    font-size: 20px;
}
.h-518 {
    height: 518px;
}
.h-40 {
    height: 40px;
}

.lh-40 {
    line-height: 40px;
}
.lh-30 {
    line-height: 30px;
}

.fw-400 {
    font-weight: 400;
}
.mt-8 {
    margin-top: 8px;
}
.fs-18 {
    font-size: 18px;
}
.fs-16 {
    font-size: 16px;
}
.fw-b {
    font-weight: bold;
}

.ml-10 {
    margin-left: 10px;
}
.fs-24 {
    font-size: 24px;
}
.pr-48 {
    padding-right: 48px;
}
.pl-48 {
    padding-left: 48px;
}
.pb-27 {
    padding-bottom: 27px;
}
.pt-27 {
    padding-top: 27px;
}
.mt-18 {
    margin-top: 18px;
}
@media (max-width: 767px) {
	.deploy {
		width: 100%;
		min-width: 100%;
	}
	.deploy .deploy-nav .top-item {
		padding: 10px;
	}
	.deploy .deploySwiper {
		height: auto;
		padding-bottom: 50px;
	}
	.deploy .deploySwiper .swiper-pagination {
		bottom: 20px;
	}
	.deploy .deploySwiper .swiper-pagination-bullet {
		width: 30px;
		height: 6px;
		margin: 0 10px 0 0 !important;
	}
	.fs-30 {
		font-size: 20px;
	}
	.mt-34 {
		margin-top: 20px;
	}
	.deploy .deploy-nav .top-item .business-system-cart {
		width: 370px;
		    margin: 10px 0;
	}
	.deploy .deploy-nav .top-item .solution-cart {
		width: 370px;
		height: 700px;
	}
	.dis-flex {
		display: block !important;
	}
	.baseEmbed .baseEmbed-title {
		font-size: 25px;
	}
}