.wp,
#wp {
	width: 100%;
}

.nextoppart {
	width: 100%;
	min-width: 1180px;
	position: relative;
	z-index: 2;
}

.nextopintros {
	width: 100%;
	min-width: 1180px;
	height: 70px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 222;
}

.nexchapters {
	width: 1180px;
	margin: 0 auto;
}

.nexchapters ul {
	position: relative;
	width: 1190px;
	overflow: hidden;
}

.nexchapters ul li:after,
.nexchapters ul:before,
.nexchapters ul:after {
	top: 15px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
}

.nexchapters ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	position: absolute;
	top: 15px;
	right: 0px;
	background: rgba(255, 255, 255, 0.2);
}

.nexchapters ul:before {
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	left: 0px;
}

.nexchapters ul li {
	position: relative;
	width: 196.66px;
	height: 70px;
	float: left;
}

.nexchapters ul li i {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 15px 15px 15px 45px;
}

.nexchapters ul li i.nex_tro1 {
	background: url(../images/icon1_1.png) no-repeat;
}

.nexchapters ul li i.nex_tro2 {
	background: url(../images/icon6_1.png) no-repeat;
}

.nexchapters ul li i.nex_tro3 {
	background: url(../images/icon2_1.png) no-repeat;
}

.nexchapters ul li i.nex_tro4 {
	background: url(../images/icon3_1.png) no-repeat;
}

.nexchapters ul li i.nex_tro5 {
	background: url(../images/icon4_1.png) no-repeat;
}

.nexchapters ul li i.nex_tro6 {
	background: url(../images/icon5_1.png) no-repeat;
}

.nexchapters ul li p {
	padding: 15px 0px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}

.nexfullSlide {
	width: 100%;
	min-width: 1180px;
	height: 420px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.nexfullSlide .bd {
	position: relative;
	z-index: 0;
}

.nexfullSlide .bd ul {
	width: 100% !important;
}

.nexfullSlide .bd li {
	width: 100% !important;
	height: 420px;
}

.nexfullSlide .bd li .siteWidth {
	width: 1180px;
	position: relative;
	margin: 0 auto;
	height: 420px;
}

.nexfullSlide .bd li a {
	position: absolute;
	width: 100%;
	height: 420px;
	display: block;
	z-index: 1;
}

.nexfullSlide .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 5;
	bottom: 50px;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.nexfullSlide .hd ul li {
	display: inline-block;
	cursor: pointer;
	width: 47px;
	height: 2px;
	margin: 0 4px;
	background: rgba(255, 255, 255, 0.6);
	overflow: hidden;
	line-height: 9999px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexfullSlide .hd ul .on {
	background: #1b82d1;
}

.nexfullSlide a.prev,
.nexfullSlide a.next {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 185px;
}

.nexfullSlide a.prev {
	left: 5%;
	background: url(../images/left_1.png) center no-repeat;
}

.nexfullSlide a.prev:hover {
	background: url(../images/left1_1.png) center no-repeat;
}

.nexfullSlide a.next {
	right: 5%;
	background: url(../images/right_1.png) center no-repeat;
}

.nexfullSlide a.next:hover {
	background: url(../images/right1_1.png) center no-repeat;
}

.nexweikebox {
	width: 100%;
	min-width: 1180px;
	padding: 40px 0;
	background: #fff url(../images/nex_course_bg_1.jpg) bottom center no-repeat;
}

.nex_coursebox {}

.nex_coursebox ul {
	width: 1220px;
}

.nex_coursebox ul li {
	float: left;
	margin: 0 20px 20px 0;
	width: 280px;
	position: relative;
	height: 322px;
}

.nexcoursetop {
	width: 280px;
	height: 160px;
}

.nexcoursetop a {
	display: block;
	width: 280px;
	height: 160px;
	position: relative;
	overflow: hidden;
}

.nexcoursetop a .live_type {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
	border-radius: 30px;
	overflow: hidden;
	background: rgba(27, 130, 209, .8);

}

.nexcoursetop a .live_type span {
	display: block;
	float: left;
	/*width: 20px;*/
	height: 40px;
	line-height: 40px;
	/*padding: 0 5px;
	box-sizing: border-box;*/
	/*background: #FFDA2D;*/
	padding-right: 10px;
	/*background:#1b82d1;*/
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 500;
}


.nexcoursetop a .live {
	/*position:absolute;*/
	float: left;
	width: 40px;
	height: 38px;
	right: 0;
	z-index: 9;
	/*background:#1b82d1;*/
}

.nexcoursepiv {
	width: 280px;
	height: 160px;
}

.nexcoursepiv img {
	width: 280px;
	height: 160px;
	transition: all 1s;
}

.nex_coursebox ul li:hover .nexcoursepiv img {
	transform: scale(1.2);
}

.nexcoursename {
	height: 80px;
	background: rgba(0, 0, 0, 0.6);
	width: 260px;
	padding: 0 10px;
	position: absolute;
	top: 40px;
	left: 0;
}

.nexcoursename h5 {
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	overflow: hidden;
}

.nexcoursename p {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.nexcourseiners {
	width: 100%;
	height: 100%;
	padding: 6px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
}

.nexcourse_name {
	height: 45px;
}

.nexcourse_name em {
	display: block;
	float: left;
	width: 20px;
	height: 42px;
	padding-top: 3px;
	background: #FFDA2D;
	font-size: 12px;
	color: #333;
	text-align: center;
	font-weight: 500;
}

.nexcourse_name span {
	display: block;
	float: right;
	width: 160px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.nexcoursetitles {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	margin-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	letter-spacing: 3px;
}

.nexcousebtm {
	border: 1px solid #ededed;
	position: relative;
	z-index: 12;
	border-top: 0;
	background: #fff;
	padding: 10px 20px 15px 20px;
}

.nexcousebtm h5 {
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #ededed;
}

.nexcousebtm h5 a {
	font-size: 16px;
	color: #434343;
	font-weight: 400;
}

.nexcousebtm h5 a:hover {
	color: #1b82d1;
}

.nexcourseinterso {
	height: 50px;
	line-height: 25px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nex_coursebox ul li:hover .nexcourseinterso {
	height: 125px;
}

.nexcourseghtns {
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
}

.nexcourselps {
	float: left;
	font-size: 12px;
	color: #666;
	height: 20px;
	line-height: 20px;
}

.nexcourselps em {
	color: #FFA200;
	margin-left: 5px;
}

.nexcourserps {
	float: right;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
}

.nexcourserps em {
	color: #1b82d1;
	margin-right: 5px;
}

.nexmore {}

.nexmore a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);

	font-size: 14px;
	color: #fff;
	margin: 10px auto 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.nexmore a:hover {
	background-color: #00E766;
	background: linear-gradient(0deg, #4ba4e8, #1b82d1)
}

.nexgoodcourse {
	width: 100%;
	min-width: 1180px;
	padding: 40px 0;
	background-color: #fff;
	background: linear-gradient(140deg, #fff, #f9f9f9);
}

.nexclassboxs {}

.nexclassboxs .hd {}

.nexclassboxs .hd {
	display: table;
	margin: 0 auto;
}

.nexclassboxs .hd ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #ededed;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
}

.nexclassboxs .hd ul li.on {
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);

	color: #fff;
	border: 1px solid #fff;
}

.nexclasscons {
	margin-top: 30px;
}

.nexclasscons .tempWrap {}

.nextabbtmsul {
	height: 530px;
	overflow: visible !important;
}

.nexclasscons ul li {
	margin-top: 10px;
}

.nexclasslists {}

.nexclasslists dl {
	width: 1200px;
}

.nexclasslists dl dd {
	float: left;
	width: 280px;
	height: 280px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	margin: 0 20px 20px 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexclassouter {
	width: 280px;
}

.nexclassouter a {
	display: block;
	width: 280px;
	height: 160px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.nexclassouter a em {
	display: block;
	width: 280px;
	height: 160px;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	lefT: 0;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.nexclassouter a i {
	display: block;
	width: 45px;
	height: 45px;
	opacity: 0;
	position: absolute;
	top: 57px;
	left: 117px;
	z-index: 10;
	background: url(../images/video-button_1.png) no-repeat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}

.nexclassouterpic {
	width: 280px;
	height: 160px;
}

.nexclassouterpic img {
	width: 280px;
	height: 160px;
}

.nexclasslists dl dd:hover .nexclassouter a i {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-ms-filter: Alpha(Opacity=100);
	filter: Alpha(Opacity=100);
}

.nexclasslists dl dd:hover .nexclassouter em {
	opacity: 1;
}

.nexclassouter a i:after {
	content: '';
	border: 1px solid #fff;
	width: 150%;
	height: 150%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: -25%;
	top: -25%;
	opacity: 1;
	-webkit-animation: 1s nex_speadings linear infinite;
	animation: 1s nex_speadings linear infinite;
}

.nexclassouter a i:before {
	content: '';
	border: 1px solid #fff;
	width: 150%;
	height: 150%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: -25%;
	top: -25%;
	opacity: 1;
	-webkit-animation: 1s nex_speadings linear infinite;
	animation: 1s nex_speadings linear infinite;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

@-webkit-keyframes nex_speadings {
	0% {
		-webkit-transform: scale(0.68);
		transform: scale(0.68);
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes nex_speadings {
	0% {
		-webkit-transform: scale(0.68);
		transform: scale(0.68);
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

.nexclassbom {
	padding: 15px;
	background: #fff;
	height: 88px;
	z-index: 10;
	border: 1px solid #ededed;
	border-top: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexclasstopsd {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 8px;
}

.nexclasstopsd h5 {
	float: left;
	width: 170px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nexclasstopsd h5 a {
	font-size: 15px;
	color: #434343;
	font-weight: 400;
}

.nexclasstopsd h5 a:hover {
	color: #1b82d1;
}

.nexclasstopsd span {
	float: right;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #FF485E;
}

.nexmdcons {
	height: 25px;
	line-height: 25px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #999;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexclasslists dl dd:hover .nexmdcons {
	height: 50px;
	margin-bottom: 30px;
}

.nexclasslists dl dd:hover .nexclassbom {}

.nexclasslists dl dd:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
}

.nexclasslists dl dd:hover .nexclasstyus {
	bottom: -25px;
}

.nexclasstyus {
	height: 22px;
	line-height: 22px;
	width: 250px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexclassoutwraper {
	float: left;
}

.nexclassoutwraper em {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
}

.nexclassoutwraper em img {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexclassoutwraper em a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	margin-left: 10px;
}

.nexclassoutwraper em:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.nexclassoutwraper em:hover a {
	color: #000;
}

.nexclasstotals {
	float: right;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #999;
}

.nexclasstotals span {
	margin-right: 3px;
}

.nexnewkeys {
	width: 100%;
	min-width: 1180px;
	padding: 40px 0;
	background: #fff;
}

.nexadstc {}

.nexadstc ul {
	width: 1220px;
}

.nexadstc ul li {
	float: left;
	width: 280px;
	margin: 0 20px 20px 0;
}

.nexadstc ul li a {
	display: block;
	width: 278px;
	height: 365px;
	border: 1px solid #ededed;
	overflow: hidden;
	position: relative;
}

.nexadstc ul li a img {
	width: 278px;
	height: 310px;
}

.nexpricetags {
	background: #fff;
	height: 55px;
	line-height: 55px;
	padding: 0 10px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexpricetags span {
	display: block;
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: 300;
	color: #999;
}

.nexpricetags span i {
	text-decoration: line-through;
	margin-left: 2px;
	font-weight: 300;
}

.nexpricetags em {
	display: block;
	float: right;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: 300;
	color: #ff4400;
}

.nexpricetags em b {
	margin-left: 2px;
	font-weight: 300;
}

.nexbuylinks {
	bottom: 0px;
	left: 0;
	width: 280px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);

	color: #fff;
	font-size: 16px;
	position: absolute;
	z-index: 22;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexadstc ul li a:hover .nexbuylinks {
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}

.nexadstc ul li a:hover .nexpricetags {
	opacity: 0;
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
}

.nexdiscuzs {
	width: 100%;
	min-width: 1180px;
	padding: 30px 0;
	background: #fff;
}

.nexdzboxs {}

.nexdzboxl {
	width: 538px;
	height: 460px;
	float: left;
	border: 1px solid #ededed;
	background: #fff;
	padding: 20px 20px 20px;
}

.nextopdzwrap {
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

.nextopdzwrap span {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #434343;
	padding-left: 33px;
	background: url(../images/discus_1.png) left center no-repeat;
	font-weight: 400;
}

.nextopdzwrap a {
	display: block;
	float: right;
	height: 18px;
	line-height: 18px;
	border: 1px solid #ededed;
	border-radius: 24px;
	font-size: 12px;
	color: #999;
	font-weight: 300;
	padding: 0 10px;
	background: #fff;
}

.nextopdzwrap a:hover {
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);

	color: #fff;
}

.nexbbslists {
	height: 410px;
	overflow: hidden;
}

.nexbbslists ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ededed;
}

.nexbbstops {
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	overflow: hidden;
}

.nexbbswraps {
	float: left;
}

.nexbbswraps a {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
}

.nexbbswraps a img {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexbbswraps a em {
	display: block;
	float: left;
	margin-left: 10px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #434343;
	font-weight: 400;
}

.nexbbswraps a:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.nexbbswraps a:hover em {
	color: #1b82d1;
}

.nexbbswraps span {
	display: block;
	float: left;
	margin: 4px 0 0 7px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	border: 1px solid #ededed;
	border-radius: 24px;
	text-align: center;
	padding: 0 10px;
}

.nexbbsdate {
	display: block;
	float: right;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #999;
}

.nexbbsbtms {
	height: 35px;
	line-height: 35px;
	position: relative;
	padding: 0 22px;
}

.nexbbsbtms i {
	display: block;
	width: 10px;
	height: 9px;
	position: absolute;
}

.nexbbsbtms i.nexquote1 {
	top: 10px;
	left: 0;
	background: url(../images/quote1_1.png) no-repeat;
}

.nexbbsbtms i.nexquote2 {
	bottom: 10px;
	right: 0;
	background: url(../images/quote2_1.png) no-repeat;
}

.nexbbsbtms h5 {
	float: left;
	width: 360px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nexbbsbtms h5 a {
	font-size: 14px;
	color: #434343;
	font-weight: 400;
}

.nexbbsbtms h5 a:hover {
	color: #1b82d1;
}

.nexbbsbtms span {
	float: right;
	font-size: 12px;
	color: #999;
	display: block;
	height: 35px;
	line-height: 35px;
}

.nexdzboxr {
	width: 538px;
	height: 460px;
	float: right;
	border: 1px solid #ededed;
	background: #fff;
	padding: 20px 20px 20px;
}

.nextopdzwrapx {
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

.nextopdzwrapx span {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #434343;
	padding-left: 33px;
	background: url(../images/cafe_1.png) left center no-repeat;
	font-weight: 400;
}

.nextopdzwrapx a {
	display: block;
	float: right;
	height: 18px;
	line-height: 18px;
	border: 1px solid #ededed;
	border-radius: 24px;
	font-size: 12px;
	color: #999;
	font-weight: 300;
	padding: 0 10px;
	background: #fff;
}

.nextopdzwrapx a:hover {
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);

	color: #fff;
}

.nexreyibox {}

.nexreyibox ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #ededed;
	overflow: hidden;
}

.nexreyibox ul li:last-child {
	border-bottom: 0;
}

.nexreyibox ul li span {
	display: block;
	float: left;
	font-size: 14px;
	color: #1b82d1;
}

.nexreyibox ul li a {
	display: block;
	float: left;
	margin-left: 10px;
	width: 260px;
	font-size: 14px;
	color: #434343;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nexreyibox ul li a:hover {
	color: #1b82d1;
}

.nexreyibox ul li em {
	display: block;
	float: right;
	font-size: 12px;
	color: #999;
}

.nexhangyenews {
	width: 100%;
	min-width: 1180px;
	padding: 30px 0;
	background: #fff;
}

.nexindustrial {
	margin-right: -30px;
}

.nexcolumn {
	width: 380px;
	float: left;
	margin-right: 20px;
}

.nexcolumn_top {
	width: 380px;
	height: 200px;
	position: relative;
}

.nexcolumn_top1 {
	background: url(../images/blog1_1.jpg) no-repeat;
}

.nexcolumn_top2 {
	background: url(../images/blog2_1.jpg) no-repeat;
}

.nexcolumn_top3 {
	background: url(../images/blog3_1.jpg) no-repeat;
}

.nexcolumn_top h5 {
	width: 180px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 85px;
	left: 100px;
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);

	text-align: center;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	border-radius: 50px;
}

.nexcolumn_top h5 a {
	color: #fff;
}

.nexinductions {}

.nexinductions ul li {}

.nextopnewsd {
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fcfcfc;
}

.nextopnewsd h5 {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	margin: 10px 0;
}

.nextopnewsd h5 a {
	font-size: 16px;
	color: #434343;
	font-weight: 400;
}

.nextopnewsd h5 a:hover {
	color: #1b82d1;
}

.nextopnewsd p {
	height: 44px;
	line-height: 22px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	margin-bottom: 10px;
}

.nextopnewszz {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}

.nextopnewszz a {
	display: block;
	float: left;
}

.nextopnewszz a img {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	float: left;
}

.nextopnewszz a em {
	display: block;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	color: #434343;
}

.nextopnewszz a:hover em {
	color: #1b82d1;
}

.nextopnewwraps {
	float: right;
}

.nextopnewwraps span {
	display: block;
	float: left;
	margin-left: 10px;
	padding-left: 22px;
	font-size: 12px;
	color: #999;
}

.nextopnewwraps span.nexars_views {
	background: url(../images/view_1.png) left center no-repeat;
}

.nextopnewwraps span.nexars_replies {
	background: url(../images/comment_1.png) left center no-repeat;
}

.nexlistwraps {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.nexlistwraps a {
	display: block;
	float: left;
	width: 270px;
	padding-left: 15px;
	background: url(../images/zs_1.png) left center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #434343;
}

.nexlistwraps a:hover {
	color: #1b82d1;
	background: url(../images/zs1_1.png) left center no-repeat;
}

.nexlistwraps span {
	display: block;
	float: right;
	font-size: 12px;
	color: #999;
}

.nexteachers {
	width: 100%;
	min-width: 1180px;
	padding: 30px 0;
	background: #f9f9f9;
}

.nexteaching {}

.nexteaching ul {
	width: 1220px;
}

.nexteaching ul li {
	float: left;
	width: 218px;
	border: 1px solid #efefef;
	margin: 0 20px 20px 0;
	position: relative;
	height: 295px;
	cursor: pointer;
	perspective: 1000px;
}

.nexteacherout {
	top: 0;
	left: 0;
	width: 188px;
	height: 265px;
	padding: 15px;
	position: absolute;
	background: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexteacherpics {
	width: 188px;
	height: 188px;
	margin: 0px auto 15px;
}

.nexteacherpics img {
	width: 188px;
	height: 188px;
	object-fit: cover;
}

.nexteacherout h5 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #434343;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
}

.nexteacherout p {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #999;
	font-weight: 400;
	text-align: center;
	overflow: hidden;
}

.nexteacherin {
	top: 0;
	left: 0;
	width: 188px;
	height: 265px;
	padding: 15px;
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);

	position: absolute;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexteaching ul li:hover .nexteacherin {
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}

.nexteaching ul li:hover .nexteacherout {
	opacity: 0;
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
}

.nexteacherin p {
	font-size: 16px;
	color: #fff;
	max-height: 120px;
	line-height: 25px;
	overflow: hidden;
}

.nexloenght {
	max-height: 50px;
	line-height: 25px;
	font-size: 14px;
	color: #FFF;
	margin: 10px 0;
	overflow: hidden;
}

.nexteacherin a.nex_qqlts {
	display: block;
	width: 186px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	font-size: 14px;
	color: #1b82d1;
	text-align: center;
}

.nexteacherin a.nex_qqlts:hover {
	-webkit-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

.nexteacherin a.nex_all_class {
	display: block;
	width: 186px;
	height: 35px;
	line-height: 35px;
	background-color: #1b82d1;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.nexteacherin a.nex_all_class:hover {
	-webkit-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
}

.nexcasessus {
	width: 100%;
	min-width: 1180px;
	padding: 30px 0;
	position: relative;
	background: #f9f9f9 url(../images/nex_course_bg_1.jpg) no-repeat bottom;
}

.nexcommonputs_white {}

/*.nexcommonputs_white h5 {
	color: #fff!important;
}*/

/*.nexcommonputs_white p {
	color: #fff!important;
}*/

.nexrolling_cases {
	width: 1180px;
	position: relative;
}

.nexrolling_cases ul.nexrolls {}

.nexrolling_cases a.prev,
.nexrolling_cases a.next {
	display: block;
	width: 31px;
	height: 60px;
	position: absolute;
	top: 151px;
}

.nexrolling_cases a.prev {
	left: -60px;
	background: url(../images/arrow_left_1.png) center no-repeat;
}

.nexrolling_cases a.prev:hover {
	background: url(../images/arrow_left1_1.png) center no-repeat;
}

.nexrolling_cases a.next {
	right: -60px;
	background: url(../images/arrow_right_1.png) center no-repeat;
}

.nexrolling_cases a.next:hover {
	background: url(../images/arrow_right1_1.png) center no-repeat;
}

.nexrolling_cases ul li {
	width: 280px;
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #efefef;
}

.nexcasepic {
	width: 280px;
	height: 160px;
}

.nexcasepic a {
	display: block;
	width: 280px;
	height: 160px;
	border-radius: 2px 2px 0 0;
	position: relative;
}

.nexcasepic a img {
	width: 280px;
	height: 160px;
	border-radius: 2px 2px 0 0;
}

.nexcasepic a span {
	display: inline-block;
	height: 22px;
	position: absolute;
	bottom: -14px;
	left: 15px;
	padding: 0 10px;
	border-radius: 24px;
	line-height: 22px;
	font-size: 12px;
	color: rgba(255, 255, 255, 1);
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);

	border: 3px solid #fff;
}

.nexcasewrapper {
	background: #fff;
	padding: 20px 15px 15px 15px;
}

.nexcasewrapper h5 {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
}

.nexcasewrapper h5 a {
	font-size: 16px;
	color: #434343;
	font-weight: 400;
}

.nexcasewrapper h5 a:hover {
	color: #1b82d1;
}

.nexcaseautors {
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}

.nexcaseautors a {
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
}

.nexcaseautors a img {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	border-radius: 100%;
}

.nexcaseautors a em {
	display: block;
	float: left;
	margin-left: 10px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #1b82d1;
}

.nexcaseautors span {
	display: block;
	float: right;
	/*margin-left: 10px;*/
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding-left: 10px;
	background: url(../images/dit_1.png) left center no-repeat;
}

.nexcasesums {
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #aaa;
	overflow: hidden;
}

.nexdbtms {
	height: 15px;
	line-height: 15px;
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}

.nexdbtms a {
	font-size: 12px;
	color: #1b82d1;
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
}

.nexdbtms a i {
	display: inline-block;
	float: left;
	height: 15px;
	line-height: 15px;
}

.nexdbtms a em {
	display: inline-block;
	float: left;
	width: 5px;
	height: 10px;
	margin: 3px 0 0 5px;
	background: url(../images/right_1.png) no-repeat;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.nexdbtms a:hover em {
	margin-left: 10px;
}

.nexdbtms span {
	display: block;
	float: right;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	color: #999;
	padding-left: 22px;
	background: url(../images/view_1.png) left center no-repeat;
}

.nexcorps {
	width: 100%;
	min-width: 1180px;
	padding: 30px 0;
	background: #fff;
}

.nexcommonputs {
	text-align: center;
	margin-bottom: 30px;
}

.nexcommonputs h5 {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 32px;
	color: #434343;
	font-weight: 300;
}

.nexcommonputs p {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #999;
	font-weight: 300;
	font-family: Microsoft Jhenghei;
}

@-moz-keyframes separator-sliding-x {
	0% {
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	30% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	60% {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	100% {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

@-webkit-keyframes separator-sliding-x {
	0% {
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	30% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	60% {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	100% {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

@-o-keyframes separator-sliding-x {
	0% {
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	30% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	60% {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	100% {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

@keyframes separator-sliding-x {
	0% {
		-webkit-transform: translate(-100%, 0);
		-moz-transform: translate(-100%, 0);
		-o-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
	}

	30% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	60% {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}

	100% {
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
}

.nexslider_lines {
	background: #ededed;
	width: 80px;
	height: 2px;
	position: relative;
	margin: 20px auto;
	overflow: hidden;
}

.nexslider_lines i {
	display: block;
	animation-delay: 500ms !important;
	background: #1b82d1;
	height: 2px;
	max-width: 300px;
	-webkit-animation: separator-sliding-x 1.9s infinite;
	-moz-animation: separator-sliding-x 1.9s infinite;
	-o-animation: separator-sliding-x 1.9s infinite;
	-ms-animation: separator-sliding-x 1.9s infinite;
	animation: separator-sliding-x 1.9s infinite;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-ms-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.nexclients {}

.nexclients ul {
	width: 1220px;
}

.nexclients ul li {
	float: left;
	margin: 0 20px 20px 0;
}

.nexclients ul li a {
	display: block;
	width: 220px;
	position: relative;
	border: 1px solid #ededed;
	padding: 10px 0;
	text-align: center;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.nexclients ul li a em {
	display: block;
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #bababa;
}

.nexclients ul li a:hover {
	border: 1px solid #fefefe;
}

.nexclients ul li a em.nexliners1 {
	width: 0px;
	height: 1px;
	top: 0;
	left: 0;
}

.nexclients ul li a:hover em.nexliners1 {
	width: 100%;
}

.nexclients ul li a em.nexliners2 {
	width: 1px;
	height: 0px;
	top: 0;
	right: 0;
}

.nexclients ul li a:hover em.nexliners2 {
	height: 100%;
}

.nexclients ul li a em.nexliners3 {
	width: 0;
	height: 1px;
	bottom: 0;
	right: 0;
}

.nexclients ul li a:hover em.nexliners3 {
	width: 100%;
}

.nexclients ul li a em.nexliners4 {
	width: 1px;
	height: 0px;
	bottom: 0;
	left: 0;
}

.nexclients ul li a:hover em.nexliners4 {
	height: 100%;
}

.nexclients ul li a img {
	width: 204px;
	height: 72px;
	object-fit: contain;
}

.nex_joinin {
	width: 100%;
	min-width: 1180px;
	height: 140px;
	padding: 60px 0;
	background: url(../images/nex_join_bg_1.jpg) center no-repeat;
	position: relative;
	z-index: 1;
}

.nex_joinin em {
	display: block;
	width: 100%;
	min-width: 1180px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}

.nex_joinin i {
	display: block;
	width: 100%;
	min-width: 1180px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ab_bg_1.png) repeat;
	z-index: 2;
}

.nex_joinintop {
	position: relative;
	z-index: 10;
	top: 20px;
}

.nex_joinintop h5 {
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	color: #fff;
	font-weight: 300;
}

.nex_joinintop p {}

.nex_joinintop p a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background-color: #1b82d1;
	background: linear-gradient(0deg, #1b82d1, #4ba4e8);
	;

	margin: 35px auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.nex_joinintop p a:hover {
	background-color: #1b82d1;
	background: linear-gradient(0deg, #4ba4e8, #1b82d1)
}

.nexfooter {
	margin-top: 0;
}
