@charset "utf-8"; /* CSS Document */
/*-------------------- 首页开始 --------------------*/
.navbar {
	background: #000;
	position: fixed;
	top: 50px;
	bottom: 0;
	right: 0;
	width: 180px;
	padding-bottom: 70px;
	z-index: 9999;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}
html.mm-opening .navbar {
	display: block;
}
.navbar ul {
	display: inline-block;
	width: 100%;
}
.navbar li a {
	display: block;
	height: 50px;
	color: #fff;
	line-height: 50px;
}
.navbar li a .txt {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 1.1rem;
	color: #fff;
	padding-left: 40px;
	padding-right: 35px;
	background: url(/assets/app/images/mobile/nav1.png) right center no-repeat;
	background-size: 25px 25px;
}
.navbar li.active a .txt {
	background: url(/assets/app/images/mobile/nav2.png) right center no-repeat;
	background-size: 25px 25px;
}
.navbar li .sub-nav {
	background: #eaf5f4;
	display: none;
	line-height: 30px;
}
.navbar li .sub-nav li {
	border-bottom: 1px solid #0160a5;
}
.navbar li .sub-nav li a {
	color: #000;
	padding-left: 50px;
	font-size: 1rem;
	height: 40px;
	line-height: 40px;
}
.navbar li .sub-nav li.cur {
	background: #c00300;
}
.navbar li .sub-nav li.cur a {
	color: #fff;
}
#wrapper {
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 50px;
	z-index: 101;
}
.site-header {
	width: 100%;
	height: 50px;
	z-index: 99;
	background: #fff;
	overflow: hidden;
}
.logo {
	width: 90px;
	float: left;
	padding-top: 8px;
	margin-left: 3%;
}
.sousuo {
	float: right;
	width: 120px;
	height: 26px;
	margin-right: 10px;
	margin-top: 12px;
}
.sousuo input.suo1 {
	background: #f2f1f1;
	border: none;
	width: 80%;
	float: left;
	height: 26px;
	text-indent: 3px;
}
.sousuo input.suo2 {
	background: url(/assets/app/images/mobile/img5.png) no-repeat center #000;
	height: 26px;
	background-size: 95% auto;
	border: none;
	width: 20%;
	float: right;
}
.ren {
	width: 20px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
.navbtn {
	width: 26px;
	height: 26px;
	float: right;
	margin-right: 3%;
	margin-top: 13px;
	display: inline-block;
	background: url(/assets/app/images/mobile/img6.png) no-repeat;
	background-size: 100% auto;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#page {
	position: relative;
}
.site-page, .site-footer {
	-webkit-transition: -webkit-transform 0.2s ease;
	-ms-transition: -ms-transform 0.2s ease;
	transition: transform 0.2s ease;
}
html.mm-opening body {
	overflow: hidden;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 20px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.flex-control-paging li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url(/assets/app/images/mobile/dot.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background-position: right center;
	cursor: default;
}
/* 首页 */

/*底部样式*/
.site-footer {
	height: 40px;
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: #778775;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.site-footer ul {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	max-width: 640px;
	width: 100%;
}
.site-footer li {
	width: 33%;
	float: left;
}
.site-footer li.zho {
	width: 34%;
	background: #47748a;
}
.site-footer li a {
	display: block;
	height: 40px;
	line-height: 40px;
}
.site-footer li a img {
	float: left;
	width: 15%;
	margin-left: 10%;
	margin-top: 4%;
	margin-right: 5%;
}
.site-footer li a span {
	display: block;
font-size:.9rem;
	color: #fff;
}
/* banner */
.ns-gallery {
	position: relative;
	overflow: hidden;
}
.ns-gallery * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	-ms-touch-callout: none;
	touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-moz-tap-highlight-color: rgba(0,0,0,0);
	-ms-tap-highlight-color: rgba(0,0,0,0);
	tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none
}
.ns-gallery-con, .ns-gallery-sub, .ns-gallery-nav {
	position: absolute;
}
.ns-gallery-con {
	left: 0;
	top: 0;
	width: 10000px;
	height: 100%;
	overflow: hidden;
}
.ns-gallery-con li {
	float: left;
	overflow: hidden;
	position: relative
}
.ns-gallery-con img {
	display: block;
	height: 100%;
	width: 100%
}
.ns-gallery-sub {
	left: 0;
	bottom: 0;
	width: 100%;
	display: none;
}
.ns-gallery-nav {
	bottom: 10px;
	left: 40%;
	z-index: 4;
}
.ns-gallery-nav li {
	height: 9px;
	width: 9px;
margin-right:.3rem;
	float: left;
	background: #9b9b9b;
	background-size: 100% 100%;
	cursor: pointer;
	border-radius: 100%
}
.ns-gallery-nav .current {
	background: #fff;
	cursor: default
}
.banner-bg {
	bottom: 0;
	left: 2%;
	z-index: 4;
	width: 100%;
	background: url(/assets/app/images/mobile/banner-bg.png) no-repeat;
	background-size: 100% 100%;
	height: 30px;
	position: absolute
}
/* end */

.fot1 {
	background: url(/assets/app/images/mobile/bg1.jpg) repeat;
}
.t1 {
	font-size: 1.2rem;
}
.t2 {
font-size:.9rem;
}
.t3 {
font-size:.7rem;
}
.t4 {
font-size:.8rem;
}
.t5 {
	font-size: 1.1rem;
}
.t6 {
	font-size: 1rem;
}
.nav li {
	float: left;
	text-align: center;
	width: 25%;
	display: inline-block;
	margin-bottom: 3%;
}
.nav li a p {
	color: #333;
	padding: 2% 0;
}
.nav li a img {
	width: 70%;
}
.biao h3 {
	font-size: 1.1rem;
	font-weight: 500;
	color: #333;
	border-left: 3px solid #0077b4;
	padding-left: 2%;
}
.biao h3 span {
	border: 1px solid #d7000f;
	color: #d7000f;
font-size:.9rem;
	border-radius: 6px;
	margin-left: 5px;
}
.biao a {
	float: right;
font-size:.8rem;
	color: #999;
}
.lie1 li {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.lie1 li.mr-0, .tubiao li.mr-0, .anniu li.mr-0 {
	margin-right: 0;
}
.liebiao li {
	height: 25px;
	line-height: 25px;
	background: url(/assets/app/images/mobile/img7.png) no-repeat left center;
	background-size: 1% auto;
}
.liebiao li a {
	color: #666;
	padding-left: 10px;
}
.liebiao li a span {
	float: right;
	color: #999;
}
.tubiao li {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 10px;
}
.tubiao li a {
	color: #666;
}
.tu {
	position: relative;
}
.tu span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	background: url(/assets/app/images/mobile/bofang.png) no-repeat center;
	background-size: 30% auto;
}
.kehu {
	border: 1px solid #e3e3e3;
	background: #fff;
}
.kehu tr {
	border-bottom: 1px solid #e3e3e3;
}
.kehu tr td {
	border-right: 1px solid #e3e3e3;
	padding: 2% 0;
}
.fuwu {
	border: 1px solid #e3e3e3;
}
.fuwu tr td {
	border-right: 1px solid #e3e3e3;
	padding: 1% 0;
}
.fuwu .fw {
	background: url(/assets/app/images/mobile/tu9.png) no-repeat center;
	height: 100px;
	width: 100px;
	color: #999;
	text-align: center;
	background-size: 100% auto;
}
.fuwu .fw p {
	padding-top: 30px;
}
.fuwu .fw:hover {
	background: url(/assets/app/images/mobile/tu10.png) no-repeat center;
	background-size: 100% auto;
	color: #fff;
}
.fuwu .zi {
	vertical-align: top;
}
.fuwu .zi p {
	padding: 0 1%;
}
.fuwu a {
	color: #0077b4;
}
.anniu {
	padding: 3% 0;
}
.anniu li {
	float: left;
	width: 49%;
	margin-right: 2%;
	height: 35px;
	line-height: 35px;
	background: #fff;
	margin-bottom: 2%;
}
.anniu li a {
	color: #666;
	width: 100%;
	display: inline-block;
	height: 100%;
}
.anniu li a img {
	width: 12%;
	margin-left: 20%;
	margin-right: 8px;
	float: left;
	margin-top: 8px;
}
.biaotou {
	color: #fff;
	background: #46575e;
	padding: 1% 0;
}
/* 五大学院----选项卡 */
.xueyuan {
	background: #fafafa;
}
.xueyuan .hd {
	width: 100%;
	display: inline-block;
	background: #fff;
}
.xueyuan .hd ul {
	float: left;
	width: 100%;
	display: inline-block;
}
.xueyuan .hd ul li {
	float: left;
	border-bottom: 1px solid #ddd;
	text-align: center;
	width: 17%;
	padding: 2% 1.5%;
}
.xueyuan .hd ul li img {
	width: 80%;
}
.xueyuan .hd ul li.on {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	border-bottom: none;
}
.xueyuan .hd ul li.mr-0 {
	margin-right: 0;
}
.xueyuan .bd>ul {
	zoom: 1;
	width: 100%;
	display: inline-block;
}
.xueyuan .bd>ul>li {
	width: 100%;
}
.xueyuan-x {
	background: #f5f5f5;
}
.xueyuan-x li {
	height: 30px;
	line-height: 30px;
	background: #fff url(/assets/app/images/mobile/go.png) no-repeat right 5% center;
	width: 100%;
	margin-bottom: 2%;
}
.xueyuan-x li a {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #666;
	padding: 0 5%;
}
.genduo {
	color: #e97e00;
	text-align: right;
	padding-right: 3%;
	width: 97%;
	background: #fff;
	padding: 2% 0;
	display: inline-block;
}
/*课程*/
.kecheng tr td {
	padding: 3% 0;
}
.ke {
	border-bottom: 1px solid #e6e6e6;
}
.ke td {
	border-right: 1px solid #e6e6e6;
}
.kecheng1 {
}
.kecheng1 tr td {
	padding: 3% 0;
}
.kecheng1 tr {
	border-bottom: 1px solid #e6e6e6;
}
.ke1 {
	border-top: 1px solid #e6e6e6;
}
.ke1 td {
	border-right: 1px solid #e6e6e6;
}
.ke1 td.mr-0 {
	border-right: none;
}
.kecheng1 tr td a {
	color: #fff;
	background: #58bd4c;
	border-radius: 10px;
	padding: 4% 10%;
	display: inline-block;
}
.swiper-container {
	background: #e6e6e6;
	padding: 3% 0;
}
.swiper-slide img {
	overflow: hidden;
}
.swiper-slide h3 {
	font-size: 1rem;
	font-weight: 500;
}
.swiper-slide p {
font-size:.7rem;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	color: #666;
	background: #fff;
}
.swiper-pagination {
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.bg-dian li {
	background: url(/assets/app/images/mobile/img7.png) no-repeat left 8px;
	padding-left: 5%;
	margin-bottom: 2%;
}
.kkjihua>li {
	margin-bottom: 3%;
}
.kkjihua h3 {
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	margin-bottom: 1%;
}
.kkjihua h3 a {
	float: right;
	color: #fff;
	background: #0077b4;
font-size:.8rem;
	padding: 1% 2%;
}
.kkjihua {
	color: #999;
font-size:.8rem;
}
.jiangshi dl {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 2%;
	padding-bottom: 2%;
}
.jiangshi dl dt {
	float: left;
	width: 35%;
}
.jiangshi dl dd {
	float: right;
	width: 63%;
}
.jiangshi dl dd a {
	color: #666;
}
.jiangshi dl dd a h3 {
	font-weight: 500;
	padding-bottom: 2%;
}
.jiangshi dl dd a .ting {
	color: #fff;
	background: #0077b4;
	padding: 1% 3%;
	display: inline-block;
}
.jiangshi dl dd a span {
	color: #0077b4;
}
.huiyuan {
	background: url(/assets/app/images/mobile/go.png) no-repeat right 3% center;
	background-size: 5%;
	display: inline-block;
	width: 94%;
}
.huiyuan img {
	float: left;
	width: 15%;
	border-radius: 3%;
	margin-right: 3%;
}
.ti1 img {
	width: 10%;
	margin-right: 3%;
}
.ti1 a {
	color: #666;
}
.ti1 tr, .ti3 tr {
	border-top: 1px solid #e3e3e3;
}
.ti1 tr.bt-0 {
	border-top: none;
}
.ti1 tr td, .ti3 tr td {
	border-right: 1px solid #e3e3e3;
	padding: 2% 0;
}
.ti1 tr td.tr-0, .ti3 tr td.tr-0 {
	border-right: none;
}
.ti2 tr td {
	padding: 2% 0;
}
.ti2 tr td img {
	width: 35%;
}
.ti3 a {
	color: #666;
}
.ti3 tr td img {
	float: left;
	width: 23%;
	padding-left: 15%;
	padding-top: 2%;
}
/*----------------------1--------------课程列表--------------*/
.kc-lie li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3%;
	display: inline-block;
	margin-bottom: 3%;
}
.kc-lie li a {
	color: #666;
}
.kc-lie li a h3 {
	font-weight: 500;
	color: #333;
	font-size: 1rem;
	margin-bottom: 2%;
}
.kc-lie li a p {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.kc-lie li a span {
	color: #fff;
	background: #0061a7;
	position: absolute;
	right: 0;
	top: 3%;
	padding: 2% 3%;
}
.meng {
	display:none;
	width: 100%;
	display: inline-block;
	height: 100%;
	background: rgba(255,255,0,0.2);
	position: absolute;
	z-index: 11;
}
/* 课程列表-选项卡 */
.kc-xuan {
	position: absolute;
	top: 0;
	left: 0px;
	z-index: 111;
	display: inline-block;
}
.kc-xuan .hd {
	background: #0061a7;
	width: 100%;
	display: inline-block;
	float: left;
}
.kc-xuan .hd ul {
	width: 100%;
	background: #f1f1f1;
}
.kc-xuan .hd ul li {
	float: left;
	width: 50%;
	cursor: pointer;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.kc-xuan .hd ul li.on {
	background: #006bb8;
}
.shaixuan {
	display:none;
	background: #ececec;
	width: 100%;
}
.shaixuan .inHd {
	width: 40%;
	float: left;
	height: 100%;
}
.shaixuan .inHd ul {
	overflow: hidden;
	zoom: 1;
}
.shaixuan .inHd ul li {
	cursor: pointer;
	text-indent: 10px;
	color: #333;
font-size:.95rem;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.shaixuan .inHd ul li.on {
	background: #fff;
}
.shaixuan .inBd {
	width: 60%;
	float: right;
	background: #fff;
}
.shaixuan .inBd ul {
	zoom: 1;
	overflow: hidden;
}
.shaixuan .inBd li {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	zoom: 1;
	height: 40px;
	line-height: 40px;
font-size:.85rem;
	text-indent: 20px;
}
.shaixuan .inBd li a {
	color: #333;
}
.shaixuan1 {
	display:none;
	background: #ececec;
	width: 100%;
}
.shaixuan1 .inHd {
	width: 40%;
	float: left;
	height: 100%;
}
.shaixuan1 .inHd ul {
	overflow: hidden;
	zoom: 1;
}
.shaixuan1 .inHd ul li {
	cursor: pointer;
	text-indent: 10px;
	color: #333;
font-size:.95rem;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.shaixuan1 .inHd ul li.on {
	background: #fff;
}
.shaixuan1 .inBd {
	width: 60%;
	float: right;
	background: #fff;
}
.shaixuan1 .inBd ul {
	zoom: 1;
	overflow: hidden;
}
.shaixuan1 .inBd li {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	zoom: 1;
	height: 40px;
	line-height: 40px;
font-size:.85rem;
	text-indent: 20px;
}
.shaixuan1 .inBd li a {
	color: #333;
}
/*----------------------2--------------课程详情--------------*/
.kec dt {
	width: 45%;
	float: left;
}
.kec dd {
	width: 52%;
	float: right;
}
.kec a {
	color: #333;
}
.but1 a {
	display: inline-block;
	padding: 2% 3%;
	border-radius: 6px;
	margin: 0 3%;
}
.kec1 span {
	color: #fff;
	background: #0061a7;
	font-size: 1rem;
	border-radius: 10px;
	padding: 0 10%;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	text-align: center;
	margin-top: 10px;
}
/* 课程详情-选项卡 */
.kc-x .hd {
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.kc-x .hd ul {
	float: left;
	width: 100%;
}
.kc-x .hd ul li {
	float: left;
	cursor: pointer;
	width: 25%;
	text-align: center;
	color: #666;
	display: inline-block;
}
.kc-x .hd ul li.on {
	color: #84c52d;
}
.biao-add select {
	border: none;
	font-size: 1.1rem;
	font-family: '微软雅黑';
	padding-right: 3%;
	font-weight: 500;
	color: #333;
	border-left: 3px solid #0077b4;
	padding-left: 2%;
}
/*----------------------3--------------视频列表页--------------*/
.soso {
	border: 1px solid #a1a1a1;
	width: 120px;
	height: 26px;
	border-radius: 10px;
	overflow: hidden;
}
.soso input.so1 {
	background: #fff;
	border: none;
	width: 80%;
	float: left;
	height: 26px;
	text-indent: 3px;
}
.soso input.so2 {
	background: url(/assets/app/images/mobile/bg-so.png) no-repeat center;
	height: 26px;
	background-size: 90% auto;
	border: none;
	width: 20%;
	float: right;
}
.biao-add1 select {
	border: none;
	font-size: 1rem;
	font-family: '微软雅黑';
	padding-right: 3%;
	font-weight: 500;
	color: #999;
}
.shipin li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 3%;
}
.shipin li.mr-0 {
	margin-right: 0;
}
.shipin li a {
	color: #333;
}
.shipin li h3 {
	font-weight: 500;
	font-size: 1rem;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.shipin li .tu {
	position: relative;
	width: 100%;
	height: 95px;
}
.shipin li .tu img {
	width: 100%;
	height: 95px;
}
.shipin li .tu span {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	z-index: 11;
	background: url(/assets/app/images/mobile/bofang.png) no-repeat center;
	background-size: 30% auto;
}
table.bg-0077b4 .bg-0061a7 {
	background: #0061a7;
}
.shipinx li {
	background: #f5f5f5;
	height: 90px;
	overflow: hidden;
	margin-bottom: 3%;
}
.shipinx li .tu {
	width: 30%;
	overflow: hidden;
	float: left;
	position: relative;
}
.shipinx li .tu span {
	background: url(/assets/app/images/mobile/bofang.png) no-repeat center;
	background-size: 30% auto;
}
.shipinx li a {
	color: #333;
}
.shipinx li .wen {
	width: 65%;
	float: right;
}
.shipinx li .wen h3 {
	font-weight: 500;
	font-size: 1rem;
	line-height: 25px;
}
/*----------------------5--------------活动列表页--------------*/
.huodong table tr {
	border-bottom: 1px solid #e6e6e6;
}
.huodong table tr td {
	padding: 3%;
}
.huodong table tr td h3 {
	color: #666;
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 2%;
}
.huodong table tr td p {
	line-height: 22px;
	line-height: 22px;
}
.huodong table tr td a {
	width: 100%;
	display: inline-block;
	margin: 5px 0;
	text-align: center;
	padding: 3% 0;
	border-radius: 10px;
	color: #fff;
font-size:.9rem;
}
.huodong table tr td a.ck {
	background: #58bd4c;
}
.huodong table tr td a.ck1 {
	background: #0060a7;
}
.huodong table tr td a.ck2 {
	background: #999;
}
/*----------------------7--------------课程资料列表页--------------*/
.ke-ziliao dd a h3 {
	color: #666;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 3%;
}
.ke-ziliao a {
	color: #999;
font-size:.8rem;
}
.ke-ziliao dl {
	width: 96%;
	padding: 3%;
	border-bottom: 1px solid #e6e6e6;
	display: inline-block;
}
.ke-ziliao dt {
	float: left;
	width: 30%;
	overflow: hidden;
}
.ke-ziliao dd {
	float: right;
	width: 68%;
}
/*----------------------8--------------课程资料详情页--------------*/
.sideMenu {
}
.sideMenu h3 {
	height: 30px;
	line-height: 30px;
	width: 97%;
	padding-left: 3%;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
	background: url(/assets/app/images/mobile/1.png) no-repeat right 3% center;
	font-size: 1rem;
	cursor: pointer;
	background-size: 4% auto;
}
.sideMenu h3.on {
	background: url(/assets/app/images/mobile/2.png) no-repeat right 3% center;
	background-size: 5% auto;
	color: #0077b4;
}
.sideMenu>ul {
	width: 94%;
	padding: 3%;
	color: #999;
	display: none;/* 默认都隐藏 */
}
.sideMenu>ul>li {
	display: inline-block;
	width: 100%;
}
/* 本例子css */
.swiper-container {
	width: 100%;
	padding-bottom: 30px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.js-x .hd {
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.js-x .hd ul {
	float: left;
	width: 100%;
}
.js-x .hd ul li {
	float: left;
	cursor: pointer;
	width: 33.3%;
	text-align: center;
	color: #666;
	display: inline-block;
}
.js-x .hd ul li.on {
	color: #84c52d;
}
.ship a {
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 111;
	background: url(/assets/app/images/mobile/bofang.png) no-repeat center;
}
.new tr {
	border-bottom: 1px solid #e3e3e3;
}
.new tr td {
	border-right: 1px solid #e3e3e3;
	padding: 2% 0;
	width: 33%;
}
.new tr td a {
	color: #666;
}
.new tr td a.on {
	color: #0061a7;
	font-weight: 600;
}
.new tr td.tr-0 {
	border-right: none;
}
.new3-l dl {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 2%;
	padding-bottom: 2%;
}
.new3-l dl dt {
	float: left;
	width: 30%;
	overflow: hidden;
}
.new3-l dl dd {
	float: right;
	width: 68%;
}
.new3-l dl dd a {
	color: #666;
font-size:.7rem;
}
.new3-l dl dd a h3 {
font-size:.95rem;
	font-weight: 500;
	color: #333;
	margin-bottom: 2%;
}
/* 学通卡详情页 */
.xtka>div {
	padding: 3% 0;
}
.xtka img {
	width: 14%;
	float: left;
	margin-right: 2%;
}
.jilu {
}
.jilu .hd {
	height: 30px;
	line-height: 30px;
	width: 100%;
	margin-bottom: 3%;
}
.jilu .hd ul {
	width: 100%;
	display: inline-block;
}
.jilu .hd ul li {
	float: left;
	display: inline-block;
	width: 35%;
}
.jilu .hd ul li span {
	display: inline-block;
	padding-left: 22%;
	margin-right: 3%;
	padding-right: 10%;
	height: 30px;
	line-height: 30px;
}
.jilu .hd ul li.on {
}
.jilu .hd ul li .jl1 {
	background: url(/assets/app/images/mobile/jilu1-.png) no-repeat 4% center #e6e6e6;
	background-size: 18% auto;
}
.jilu .hd ul li.on .jl1 {
	background: url(/assets/app/images/mobile/jilu1.png) no-repeat 4% center #f57301;
	color: #fff;
	background-size: 18% auto;
}
.jilu .hd ul li .jl2 {
	background: url(/assets/app/images/mobile/jl2.png) no-repeat 4% center #e6e6e6;
	background-size: 18% auto;
}
.jilu .hd ul li.on .jl2 {
	background: url(/assets/app/images/mobile/jl2-.png) no-repeat 4% center #f57301;
	color: #fff;
	background-size: 18% auto;
}
.jilu .bd ul {
	width: 100%;
	zoom: 1;
}
/* 学习记录详情页 */
.kc-x1 .hd {
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.kc-x1 .hd ul {
	float: left;
	width: 100%;
}
.kc-x1 .hd ul li {
	float: left;
	cursor: pointer;
	width: 33%;
	text-align: center;
	color: #666;
	display: inline-block;
}
.kc-x1 .hd ul li.on {
	color: #84c52d;
}
.kc-x1 .bd ul {
	width: 100%;
	display: inline-block;
}
.kc-x1 .bd ul li {
	width: 100%;
	display: inline-block;
	padding: 2% 0;
	border-bottom: 1px solid #e6e6e6;
}
.kc-x1 .bd ul li a {
	color: #666;
	width: 100%;
	display: inline-block;
}
.kc-x1 .bd ul li a span {
	float: right;
}


/*-------------------- 个人中心页结束 --------------------*/
@media only screen and (min-device-width: 375px) {
.logo {
	width: 113px;
}
.t1 {
	font-size: 1.25rem;
}
.t2 {
	font-size: 1rem;
}
.t3 {
font-size:.75rem;
}
.t4 {
font-size:.9rem;
}
.t5 {
	font-size: 1.2rem;
}
.t6 {
	font-size: 1.1rem;
}
.biao h3 {
	font-size: 1.2rem;
}
.biao h3 span {
font-size:.95rem;
}
.biao a {
font-size:.9rem;
}
.kc-lie li a h3 {
	font-size: 1.1rem;
}
.huodong table tr td h3 {
	font-size: 1.1rem;
}
}
 @media only screen and (min-device-width: 414px) {
.logo {
	width: 115px;
}
.t1 {
	font-size: 1.3rem;
}
.t2 {
	font-size: 1.1rem;
}
.t3 {
font-size:.8rem;
}
.t4 {
	font-size: 1rem;
}
.t5 {
	font-size: 1.25rem;
}
.t6 {
	font-size: 1.15rem;
}
.biao h3 {
	font-size: 1.3rem;
}
.biao h3 span {
	font-size: 1rem;
}
.biao a {
font-size:.95rem;
}
.kc-lie li a h3 {
	font-size: 1.2rem;
}
.huodong table tr td h3 {
	font-size: 1.2rem;
}
}


/*----关于我们---*/
.about{
	padding-left:3%;}
.guimo{
    padding-left:3%;
	padding-top:20px;}
.gmnr{
	float:left;
	margin-right:18px;
	width:180px;
	height:248px;
	border:1px solid #d1d1d1;
	}	
.gmnr h3{
	font-size: 1.1rem;
	padding:10px 0;
	text-align:center;
	background:url(/assets/app/images/mobile/aboutus_05.png) no-repeat center center;
	color:#ffffff;line-height:96px;
	}
.gmnr p{
	padding:0 10px;
	font-size: 0.9rem;
	color:#666666;}	
.power{
	padding: 0 3%;
	}
.p_l_o{
    line-height:24px;
	padding-left:20px;
	background:url(/assets/app/images/mobile/about_09.png) no-repeat left 5px;
	}
.j_ser{
	padding:0 3%;}		
.j_ser img{
	float:left;
	}
.j_ser_list{
	float:left;
	padding-left:10px;}	
			
/*------IT管理学院-----*/
.rmtj_class{
	margin-bottom:20px;
	}
.rmtj_c_list{}
.rmtj_l_o{
	float:left;
	margin-right:8px;	
	width:144px;
	height:222px;
	border:1px solid #d1d1d1;
	}
.rmtj_l_o h4{
	margin:10px 32px;
	text-align:center;
	color:#ffffff;
	line-height:80px;
	background-color:#0061a7;
	border-radius:120px;
	}	
.rmtj_l_o p{
	color:#666666;
	padding:0 4%;
	font-size:0.9rem;}	
.kc_name{
	padding:0 3%;}
.menu_list .current {
	padding-left: 20px;
	line-height:40px;
	display:block;
	color:#ffffff;
	background-color:#0061a7;
	}
.menu_head{
	line-height:44px;
	border-bottom:1px solid #e8e8e8;
	background:url(/assets/app/images/mobile/jiant_05.png) no-repeat 560px center;
	}
.menu_body a {
    display: block;
    width: 560px;
    height: 78px;

    padding-left: 38px;
    color: #777777;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
}
.menu_body a li{
	line-height:28px;
	padding-top:10px;
	}
/*IT服务*/
.it_service {
	background: #fafafa;
}
.it_service .hd {
	width: 100%;
	display: inline-block;
	background: #fff;
}
.it_service .hd ul {
	float: left;
	width: 100%;
	display: inline-block;
}
.it_service .hd ul li {
	float: left;
	border-bottom: 1px solid #ddd;
	text-align: center;
	width: 30%;
	padding: 2% 1.5%;
}
.it_service .hd ul li img {
	width: 80%;
}
.it_service .hd ul li.on {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	border-bottom: none;
}
.it_service .hd ul li.mr-0 {
	margin-right: 0;
}
.it_service .bd>ul {
	zoom: 1;
	width: 100%;
	display: inline-block;
}
.it_service .bd>ul>li {
	width: 100%;
}
.it_service-x {
	background: #f5f5f5;
}
.it_service-x li {
	height: 30px;
	line-height: 30px;
	background: #fff url(/assets/app/images/mobile/go.png) no-repeat right 5% center;
	width: 100%;
	margin-bottom: 2%;
}
.it_service-x li a {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #666;
	padding: 0 5%;
}


.itser .hd {
	height: 30px;
	line-height: 30px;
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
}
.itser .hd ul {
	float: left;
	width: 100%;
}
.itser .hd ul li {
	float: left;
	cursor: pointer;
	width: 32%;
	text-align: center;
	color: #666;
	display: inline-block;
}
.itser .hd ul li.on {
	color: #84c52d;
}
.biao-add select {
	border: none;
	font-size: 1.1rem;
	font-family: '微软雅黑';
	padding-right: 3%;
	font-weight: 500;
	color: #333;
	border-left: 3px solid #0077b4;
	padding-left: 2%;
}
.bd_one{
	padding-left:20px;
	padding-right:40px;
	width:146px;
	float:left;}
.bd_one h3{
	color:#111111;
	font-size:18px;
	font-weight:normal;}
.bd_one p{
	font-size:14px;
	color:#666666;
	}
		
.bd_three{
	padding-right:20px;
	width:146px;
	float:right;}
.bd_three h3{
	color:#111111;
	font-size:18px;
	font-weight:normal;}
.bd_three p{
	font-size:14px;
	color:#666666;
	}
.rent_show{
	padding:20px;
	}	
.rent_show h3{
	line-height:30px;}	
.rent_show p{
	line-height:22px;}

.lo_dl h3{
	color:#ffffff;background-color:#0097fe;line-height:40px;text-align:center;
	}
.lo_dl .go_back{
	position:relative;
	top:36px;
	left:20px;
	}
.lo_dl .zhuce{
	float:right;
	position:relative;
	top:-30px;
	right:20px;
	}
.lo_dl .zhuce a{
	color:#ffffff;
	}

/*IT技术学院*/
.js_pro {
	float:left;
	margin:20px 36px;
	text-align:center;
	line-height:138px;
	width:138px;
	height:138px;
	border-radius:138px;
	background-color:#e91d62;}
.cloud{
	background-color:#03a9f5;}
.number{
	background-color:#4cb050;}
.net{
	background-color:#009788;}
.microsoft{
	background-color:#673bb7;}
.linux{
	background-color:#f85421;}
.js_pro:hover{
	opacity:0.85;}

/*4G通信学院*/
.fourweb{
	background: #fafafa;
}
.fourweb .fb {
	width: 100%;
	display: inline-block;
	background: #fff;
}
.fourweb .fb ul {
	float: left;
	width: 100%;
	display: inline-block;
}
.fourweb .fb ul li {
	float: left;
	text-align: center;
	width: 17%;
	padding: 2% 1.5%;
}
.fourweb .fb ul li img {
	width: 80%;
}
.fourweb .fb ul li a{
	color:#000000;}
.fourweb .fb ul li.on {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	border-bottom: none;
}
.fourweb .fb ul li.mr-0 {
	margin-right: 0;
}


.ityy ul li{
	padding:20px;
	border-bottom:1px solid #eeeeee;
	}
	
.personal ul li{
	background:url(/assets/app/images/mobile/jiant_05.png) no-repeat 600px center;
	height:50px;
	border-bottom:1px solid #dddddd;
	padding:10px 60px 10px 20px ;
	}
.personal ul li a{
	color:#000000;}
.p_tx{
	float:left;
	line-height:50px;}
.p_img{
	float:right;
	line-height:50px;}
.cus_list ul {
	padding-top:10px;
	}	
.cus_list ul li{
	text-align:center;
	margin-bottom:20px;
	float:left;}
	
.cus_list img{
	border:1px solid #eeeeee;}
	
/*---联系我们---*/	
.map a{
	color:#000000;}
.map p{
	font-size:14px;
	line-height:22px;}
.map dt{
	float:left;
	padding-right:20px;}
.map {
	margin-bottom:20px;}
	
/*-------表单---*/
.zzcp_form p {
	line-height: 64px;
}
.zzcp_form input {
	width: 60%;
	height:34px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}
.zzcp_form a .zzcp_sumbit {
	width: 126px;
	height: 40px;
	margin-right: 50px;
	color: #ffffff;
	font-size: 16px;
	font-family: '微软雅黑';
	border-radius: 20px;
	background-color: #58bc4c;
}
.zzcp_form a .zzcp_cancle{
	width: 126px;
	height: 40px;
	margin-right: 50px;
	color: #ffffff;
	font-size: 16px;
	font-family: '微软雅黑';
	border-radius: 20px;
	background-color: #b8b8b8;
	}
.tsc span a{
	color:#0061a7;
	
	}
.tsc span{
	padding-right:30px;}
	
	
	
	
.login >img {
	width: 135px;
	height: 35px;
	padding-top: 42.5px;
	padding-bottom: 42.5px;
	margin: 0 auto;
	display: block
}
.login .inputele {
	margin-top:20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 90.6%;
	margin-left: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #e7e5e2;
	padding: 1px
}
.login .inputele input {
	height: 50px;
	width: 93%;
	display: block;
	color: #a6a6a6;
font-size:.875rem
}
.login .inputele li {
	position: relative
}

.login .inputele li img {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 20px;
	height: 20px;
	opacity: 0
}
.login .inputele input[type=text] {
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom: solid 1px #e7e5e2;
	padding-left: 20px
}
.login .inputele input[type=password] {
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	padding-left: 20px
}
.login .btn {
	width: 90.6%;
	margin-left:30px;
	margin-top: 18px
}
.login .regis {
	margin: 15px
}
.login .regis span {
	display: inline-block
}
.login .regis .remember, .login .regis .on {
	position: relative;
	padding-left: 22px;
	color: #ababab
}
.login .regis .remember:before {
	content: "";
	background: url(/assets/app/images/mobile/loginicons.png) -186px -3px no-repeat;
	background-size: 300px 50px;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0
}
.login .regis .on:before {
	content: "";
	background: url(/assets/app/images/mobile/loginicons.png) -210px -4px no-repeat;
	background-size: 300px 50px;
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0;
	top: 0
}
.login .regis div {
	float: right;
	display: inline-block;
	color: #cdcdcd
}
.login .regis div a {
	color: #61adf9
}
.cor {
	margin: 15px;
	width: 90.625%;
	margin-top: 66px
}
.cor p {
	position: relative;
font-size:.6875rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	color: #bbb
}
.cor p:before {
	content: "";
	border: solid 1px #dedede;
	width: 25.9%;
	display: inline-block;
	position: absolute;
	top: 7px;
	left: 0
}
.cor p:after {
	content: "";
	border: solid 1px #dedede;
	width: 25.9%;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 0
}
.cor div {
	margin-top: 26px;
	text-align: center
}
.cor div .qq, .cor div .weixin {
	border: solid 1px #a9a9a9;
	border-radius: 13px;
	height: 32px;
	display: inline-block;
	line-height: 33px;
	width: 100px;
	padding-left: 30px;
	position: relative;
font-size:.75rem;
	color: #54b144;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.cor div .qq {
	padding-left: 25px
}
.cor div .weixin {
	margin-left: 28px
}
.cor div .qq:before {
	content: "";
	background: url(/assets/app/images/mobile/loginicons.png) -235px -1px no-repeat;
	background-size: 300px 50px;
	height: 20px;
	width: 28px;
	position: absolute;
	left: 5px;
	top: 16px;
	margin-top: -10px;
	border-right: solid 1px #a9a9a9
}
.cor div .weixin:before {
	content: "";
	background: url(/assets/app/images/mobile/loginicons.png) -266px -1px no-repeat;
	background-size: 300px 50px;
	height: 20px;
	width: 32px;
	position: absolute;
	left: 3px;
	top: 16px;
	margin-top: -10px;
	border-right: solid 1px #a9a9a9
}
.mask span {
	display: block;
	background: #000;
	position: fixed;
	z-index: 10000;
	height: 50px;
	width: 200px;
	top: 0;
	left: 50%;
	margin-left: -100px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	opacity: 0;
	-webkit-pointer-events: none;
	pointer-events: none;
	padding-left: 13px
}

.slideInDown {
	animation: slideInDown 1s;
	-webkit-animation: slideInDown 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
@-webkit-keyframes slideInDown {
0% {
opacity:0;
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
@keyframes slideInDown {
0% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0);
opacity:1
}
}
.sex i {
	display: inline-block;
	width: 70%;
	height: 40px;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	text-align: right;
	font-style: normal
}
input {
	border: none;
	display: inline-block;
	outline: 0;
	height: 41px;
font-size:.875rem;
	background-size: #fff;
	width: 72%;
	-webkit-appearance: none;
	appearance: none
}
.zxbm {
	font-size: 1rem
}
.zxbm .jb_info, .zxbm .lx_style {
	background-color: #fff
}
.zxbm .jb_info {
	position: relative
}
.name p, .tel p, .val p, .bklx p {
	position: absolute;
	top: 0;
	left: 28.5%;
	color: red;
	opacity: 0
}
.bklx i {
	display: inline-block;
	height: 41px;
font-size:.75rem;
	position: absolute;
	z-index: 1000;
	width: 54%;
	left: 28%;
	top: 0
}
.zxbm .jb_info div, .zxbm .lx_style div {
	padding: 0 15px;
	border-bottom: solid 1px #ededed;
	height: 45px;
	line-height: 45px
}
.zxbm .jb_info div span, .zxbm .lx_style div span {
	width: 24.5%;
	display: inline-block;
font-size:.875rem
}
.zxbm .jb_info div span, .zxbm .lx_style div p {
	height: 14px
}
.zxbm .jb_info div span {
	height: 41px
}
.zxbm .tel .int-tel {
	width: 41.99%
}
.zxbm .tel .btn-send {
	color: #54b143;
	background: #dedede;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fafafa));
	background: gradient(linear, 0 0, 0 100%, from(#fff), to(#fafafa));
	width: 28%;
	height: 34px;
	border: solid 1px #e7e5e2
}
.zxbm .bklx, .age, .zxbm .sex, .xzqu, .ssjx, .zxbm .jklx, .zxbm .kblx, .zxbm .yxq {
	border-bottom: none;
	position: relative
}
.zxbm .bklx:after, .age:after, .zxbm .sex:after, .xzqu:after, .ssjx:after, .zxbm .jklx:after, .zxbm .kblx:after, .zxbm .yxq:after {
	content: "";
	background: url(/assets/app/images/mobile/icon1.png) 0 -45px no-repeat;
	background-size: 30px 150px;
	width: 20px;
	height: 14px;
	position: absolute;
	right: 15px;
	top: 24px;
	margin-top: -7px
}
.zxbm div.subbtn {
	background-color: #f1f1f1;
	text-align: center;
	height: 74px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 15px
}
.zxbm .subbtn input, .xydp .subbtn input, .xywd .subbtn input {
	display: inline-block;
	padding: 15px;
	width: 100%;
	height: 44px;
	background-color: #53af42;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 20px;
	font-size: 1rem
}


.zxbm .jb_info div input {
	width: 60%
}
.zxbm .jb_info .price input {
	width: 64%;
	text-align: right
}
.zxbm .jb_info .zs_title input {
	width: 67%
}
.zxbm .jb_info div.xcbj input {
	text-align: right
}
.zxbm .jb_info div i {
	font-style: normal;
	display: inline-block;
font-size:.875rem
}

/*-----login---*/
.input {
	border: none;
	display: inline-block;
	outline: 0;
	height: 40px
}
.name input {
	width: 74%
}
button.getmore {
	display: block;
	width: 90%;
	margin-left: 15px;
	margin-bottom: 20px;
	height: 45px;
	background: #53af42;
	border: none;
	margin-top: 20px;
    font-size:.875rem;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px
}
.app {
	width:60%;
	margin:0 auto;}
.app ul li a{
	padding-right:12%;
	float:left;}
.remb{
	margin-right:6px;
	padding-right:10px;
	border:1px solid #cccccc;
	width:16px;
	height:16px;}

.yhcity{
	width:9%}
.shit{
	display:inline-block;background-color:#0061a7;color:#ffffff;padding:1% 3%;border-radius:18px;margin-top:10px;}
.shit:hover{
	background-color:#84c52d;}